mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 12:15:32 +02:00
merge mysql-5.1-bugteam (local) --> mysql-5.1-bugteam
This commit is contained in:
commit
cdc4e9ebce
8 changed files with 191 additions and 42 deletions
|
|
@ -2737,6 +2737,10 @@ mysql_execute_command(THD *thd)
|
|||
}
|
||||
}
|
||||
|
||||
/* So that CREATE TEMPORARY TABLE gets to binlog at commit/rollback */
|
||||
if (create_info.options & HA_LEX_CREATE_TMP_TABLE)
|
||||
thd->options|= OPTION_KEEP_LOG;
|
||||
|
||||
/*
|
||||
select_create is currently not re-execution friendly and
|
||||
needs to be created for every execution of a PS/SP.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue