summaryrefslogtreecommitdiff
path: root/sql/ha_innodb.cc
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2002-09-21 03:15:54 +0300
committerunknown <heikki@hundin.mysql.fi>2002-09-21 03:15:54 +0300
commit02392941c07e96aae36c18feabe745e907696343 (patch)
treeb03e420ae009df5fe14bae9be411c04b5b482212 /sql/ha_innodb.cc
parenta72de62ac90117fd4def0486a23c9d5ffd3a0112 (diff)
downloadmariadb-git-02392941c07e96aae36c18feabe745e907696343.tar.gz
ha_innodb.cc:
Fix typos in last push Fix typo sql/ha_innodb.cc: Fix typos in last push
Diffstat (limited to 'sql/ha_innodb.cc')
-rw-r--r--sql/ha_innodb.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/sql/ha_innodb.cc b/sql/ha_innodb.cc
index 6c717f8601d..245bc3586b8 100644
--- a/sql/ha_innodb.cc
+++ b/sql/ha_innodb.cc
@@ -3644,16 +3644,14 @@ not call external_lock for the temporary table when it uses it. Instead,
it will call this function. */
int
-start_stmt(
-/*=======*/
+ha_innobase::start_stmt(
+/*====================*/
/* out: 0 or error code */
THD* thd) /* in: handle to the user thread */
{
row_prebuilt_t* prebuilt = (row_prebuilt_t*) innobase_prebuilt;
trx_t* trx;
- DBUG_ENTER("ha_innobase::external_lock");
-
update_thd(thd);
trx = prebuilt->trx;