1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Merge tag 'mariadb-5.5.60' into 5.5-galera

This commit is contained in:
Jan Lindström
2018-04-24 13:34:57 +03:00
174 changed files with 2118 additions and 837 deletions

View File

@@ -3841,7 +3841,8 @@ int
handler::ha_create_handler_files(const char *name, const char *old_name,
int action_flag, HA_CREATE_INFO *info)
{
mark_trx_read_write();
if (!opt_readonly || !info || !(info->options & HA_LEX_CREATE_TMP_TABLE))
mark_trx_read_write();
return create_handler_files(name, old_name, action_flag, info);
}