1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Bug#17181 (mysqlslap test server crash):

Moving assignments to table_map_id for thread-safe handling of
  table shares.
This commit is contained in:
mats@mysql.com
2006-02-23 13:34:03 +01:00
parent 1dc2ddc8e6
commit 5dab541c3a
4 changed files with 65 additions and 46 deletions

View File

@@ -657,7 +657,7 @@ bool table_cache_init(void);
void table_cache_free(void);
bool table_def_init(void);
void table_def_free(void);
void assign_new_table_id(TABLE *table);
void assign_new_table_id(TABLE_SHARE *share);
uint cached_open_tables(void);
uint cached_table_definitions(void);
void kill_mysql(void);