mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 14:15:33 +02:00
Merge MWL#234: @@skip_replication feature to MariaDB 5.5.
This commit is contained in:
commit
22a504f897
23 changed files with 1158 additions and 89 deletions
|
|
@ -151,6 +151,7 @@
|
|||
Note! Reserved for use in MySQL Cluster
|
||||
*/
|
||||
#define OPTION_ALLOW_BATCH (ULL(1) << 36) // THD, intern (slave)
|
||||
#define OPTION_SKIP_REPLICATION (ULL(1) << 37) // THD, user
|
||||
|
||||
/* The rest of the file is included in the server only */
|
||||
#ifndef MYSQL_CLIENT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue