| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This changes variable wsrep_max_ws_size so that its value
is linked to the value of provider option repl.max_ws_size.
That is, changing the value of variable wsrep_max_ws_size
will change the value of provider option repl.max_ws_size,
and viceversa.
The writeset size limit is always enforced in the provider,
regardless of which option is used.
|
| |
| |
| |
| |
| | |
(minus http://bazaar.launchpad.net/~codership/codership-mysql/5.6/revision/4122)
|
| | |
|
| |
| |
| |
| |
| | |
This is just before 5.5.34 merge in wsrep-5.5 branch
|
| |
|
|
|
|
| |
Extend interface for 'show variables' with current scope
|
| |
|
| |
|
|
Merged lp:maria/maria-10.0-galera up to revision 3879.
Added a new functions to handler API to forcefully abort_transaction,
producing fake_trx_id, get_checkpoint and set_checkpoint for XA. These
were added for future possiblity to add more storage engines that
could use galera replication.
|