1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

ha_innodb.cc, ha_innodb.h:

Fix assertion when a temporary table is created and used inside LOCK TABLES
This commit is contained in:
heikki@hundin.mysql.fi
2002-09-20 23:26:21 +03:00
parent 12bf4a08a0
commit cff9c1df1e
2 changed files with 38 additions and 2 deletions

View File

@ -146,6 +146,8 @@ class ha_innobase: public handler
int extra(enum ha_extra_function operation);
int reset(void);
int external_lock(THD *thd, int lock_type);
int start_stmt(THD *thd);
void position(byte *record);
ha_rows records_in_range(int inx,
const byte *start_key,uint start_key_len,