mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge bb-10.2-ext into 10.3
This commit is contained in:
@ -8603,7 +8603,7 @@ bool mysql_alter_table(THD *thd, const char *new_db, const char *new_name,
|
||||
#endif
|
||||
}
|
||||
|
||||
THD_STAGE_INFO(thd, stage_init);
|
||||
THD_STAGE_INFO(thd, stage_init_update);
|
||||
|
||||
/*
|
||||
Code below can handle only base tables so ensure that we won't open a view.
|
||||
|
Reference in New Issue
Block a user