1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

bzr merge -c4123 codership/5.6/

(minus http://bazaar.launchpad.net/~codership/codership-mysql/5.6/revision/4122)
This commit is contained in:
Nirbhay Choubey
2014-08-12 14:50:26 -04:00
parent 857abf1481
commit 8ec02bb836
8 changed files with 88 additions and 17 deletions

View File

@@ -652,6 +652,7 @@ typedef struct system_variables
#ifdef WITH_WSREP
my_bool wsrep_on;
my_bool wsrep_causal_reads;
uint wsrep_sync_wait;
ulong wsrep_retry_autocommit;
#endif
double long_query_time_double;