diff options
author | heikki@hundin.mysql.fi <> | 2004-12-27 04:27:09 +0200 |
---|---|---|
committer | heikki@hundin.mysql.fi <> | 2004-12-27 04:27:09 +0200 |
commit | 10a246e4537a5cb4485d9882cd7db3d652851e4d (patch) | |
tree | d2ad8d8a718e71e27cd9d5500e58324f281d425f /sql/ha_innodb.cc | |
parent | 0e28bb071a9101d3fbe6b60d59dc33a22e80771e (diff) | |
download | mariadb-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.cc | 2 |
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 */ { |