mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Initialize thd->no_trans_update
(Fixes valgrind warnings)
This commit is contained in:
parent
60ad53cd41
commit
a9f4be7054
1 changed files with 1 additions and 0 deletions
|
@ -333,6 +333,7 @@ void THD::init(void)
|
|||
if (variables.sql_mode & MODE_NO_BACKSLASH_ESCAPES)
|
||||
server_status|= SERVER_STATUS_NO_BACKSLASH_ESCAPES;
|
||||
options= thd_startup_options;
|
||||
no_trans_update.stmt= no_trans_update.all= FALSE;
|
||||
open_options=ha_open_options;
|
||||
update_lock_default= (variables.low_priority_updates ?
|
||||
TL_WRITE_LOW_PRIORITY :
|
||||
|
|
Loading…
Reference in a new issue