diff options
author | unknown <tomas@whalegate.ndb.mysql.com> | 2007-03-22 12:42:13 +0100 |
---|---|---|
committer | unknown <tomas@whalegate.ndb.mysql.com> | 2007-03-22 12:42:13 +0100 |
commit | 22f8f391af89c644bd82d8e8898808620c356883 (patch) | |
tree | cdeeae67ed69c2ddb8c08dfcc1f05add19df364a /sql/ha_ndbcluster.h | |
parent | 49f2196da044715f6584b4887d84bdd54ad9d185 (diff) | |
download | mariadb-git-22f8f391af89c644bd82d8e8898808620c356883.tar.gz |
Bug #27320 ndb handler does not reset extra flags on reset()
- make sure all extra flags are reset
Diffstat (limited to 'sql/ha_ndbcluster.h')
-rw-r--r-- | sql/ha_ndbcluster.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_ndbcluster.h b/sql/ha_ndbcluster.h index 274dc53e547..6b49b0e3c70 100644 --- a/sql/ha_ndbcluster.h +++ b/sql/ha_ndbcluster.h @@ -553,6 +553,7 @@ class ha_ndbcluster: public handler int info(uint); int extra(enum ha_extra_function operation); int extra_opt(enum ha_extra_function operation, ulong cache_size); + int reset(); int external_lock(THD *thd, int lock_type); void unlock_row(); int start_stmt(THD *thd, thr_lock_type lock_type); |