1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Merge tag 'mariadb-5.5.48' into 5.5-galera

This commit is contained in:
Nirbhay Choubey
2016-02-13 18:28:36 -05:00
155 changed files with 4302 additions and 898 deletions

View File

@ -4197,6 +4197,8 @@ select_create::prepare(List<Item> &values, SELECT_LEX_UNIT *u)
DBUG_RETURN(1);
table->mark_columns_needed_for_insert();
table->file->extra(HA_EXTRA_WRITE_CACHE);
// Mark table as used
table->query_id= thd->query_id;
DBUG_RETURN(0);
}