1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merged revisions 3411..3417 from mariadb-galera-5.5

This commit is contained in:
Seppo Jaakola
2013-10-07 00:18:26 +03:00
parent 337fdb80f3
commit 06a7eeb992
24 changed files with 5048 additions and 37 deletions

View File

@@ -1558,6 +1558,8 @@ void THD::init(void)
wsrep_consistency_check = NO_CONSISTENCY_CHECK;
wsrep_mysql_replicated = 0;
wsrep_bf_thd = NULL;
wsrep_TOI_pre_query = NULL;
wsrep_TOI_pre_query_len = 0;
#endif
if (variables.sql_log_bin)
variables.option_bits|= OPTION_BIN_LOG;