mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
New thr_alarm struct for better integration with OS2
Run bootstrap in separate thread Fix bug in FLUSH TABLES table_name
This commit is contained in:
@ -24,8 +24,7 @@
|
||||
This will work even if the .ISM and .ISD tables are destroyed
|
||||
*/
|
||||
|
||||
int generate_table(THD *thd, TABLE_LIST *table_list,
|
||||
TABLE *locked_table)
|
||||
int generate_table(THD *thd, TABLE_LIST *table_list, TABLE *locked_table)
|
||||
{
|
||||
char path[FN_REFLEN];
|
||||
int error;
|
||||
|
Reference in New Issue
Block a user