mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge branch 'bb-10.4-release' into bb-10.5-release
This commit is contained in:
@ -913,6 +913,7 @@ static my_bool kill_handlerton(THD *thd, plugin_ref plugin,
|
||||
{
|
||||
handlerton *hton= plugin_hton(plugin);
|
||||
|
||||
mysql_mutex_assert_owner(&thd->LOCK_thd_data);
|
||||
if (hton->kill_query && thd_get_ha_data(thd, hton))
|
||||
hton->kill_query(hton, thd, *(enum thd_kill_levels *) level);
|
||||
return FALSE;
|
||||
@ -5515,6 +5516,7 @@ int ha_create_table(THD *thd, const char *path,
|
||||
char name_buff[FN_REFLEN];
|
||||
const char *name;
|
||||
TABLE_SHARE share;
|
||||
Abort_on_warning_instant_set old_abort_on_warning(thd, 0);
|
||||
bool temp_table __attribute__((unused)) =
|
||||
create_info->options & (HA_LEX_CREATE_TMP_TABLE | HA_CREATE_TMP_ALTER);
|
||||
DBUG_ENTER("ha_create_table");
|
||||
|
Reference in New Issue
Block a user