1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merged r4014 from codership/5.5

This commit is contained in:
Nirbhay Choubey
2014-08-12 18:23:53 -04:00
parent e1facda416
commit 5add585539
9 changed files with 89 additions and 18 deletions

View File

@ -594,6 +594,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;