summaryrefslogtreecommitdiff
path: root/sql/ha_innodb.cc
diff options
context:
space:
mode:
authorheikki@hundin.mysql.fi <>2004-12-27 04:27:09 +0200
committerheikki@hundin.mysql.fi <>2004-12-27 04:27:09 +0200
commit10a246e4537a5cb4485d9882cd7db3d652851e4d (patch)
treed2ad8d8a718e71e27cd9d5500e58324f281d425f /sql/ha_innodb.cc
parent0e28bb071a9101d3fbe6b60d59dc33a22e80771e (diff)
downloadmariadb-git-10a246e4537a5cb4485d9882cd7db3d652851e4d.tar.gz
ha_innodb.cc, row0ins.c, fil0fil.c:
Correct typo
Diffstat (limited to 'sql/ha_innodb.cc')
-rw-r--r--sql/ha_innodb.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_innodb.cc b/sql/ha_innodb.cc
index b8ac40cee92..7b6fb31acc6 100644
--- a/sql/ha_innodb.cc
+++ b/sql/ha_innodb.cc
@@ -4977,7 +4977,7 @@ the SQL statement in case of an error. */
int
ha_innobase::external_lock(
/*=======================*/
- /* out: 0 or HA_ERR_CRASHED */
+ /* out: 0 */
THD* thd, /* in: handle to the user thread */
int lock_type) /* in: lock type */
{