1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fix for bug #12183 "SHOW OPEN TABLES behavior doesn't match grammar"

(after review commit)
This commit is contained in:
andrey@lmy004.wdf.sap.corp
2005-08-16 11:18:35 +02:00
parent 68d5420d7c
commit c896ca1a10
5 changed files with 69 additions and 6 deletions

View File

@ -981,7 +981,7 @@ bool fill_record_n_invoke_before_triggers(THD *thd, Field **field,
bool ignore_errors,
Table_triggers_list *triggers,
enum trg_event_type event);
OPEN_TABLE_LIST *list_open_tables(THD *thd, const char *wild);
OPEN_TABLE_LIST *list_open_tables(THD *thd, const char *db, const char *wild);
inline TABLE_LIST *find_table_in_global_list(TABLE_LIST *table,
const char *db_name,