diff options
author | Igor Babaev <igor@askmonty.org> | 2012-03-02 22:52:03 -0800 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2012-03-02 22:52:03 -0800 |
commit | f9db747b83cc031b5159843c26dee192818e5676 (patch) | |
tree | dc2a30fb9a4b21e6adae3b16b1f53845cc9b692a /sql/sql_priv.h | |
parent | 8bc5045ea377f39701f421cc7ae00756f79962d2 (diff) | |
parent | 0b690fdf81789db75206a8e2d1b7bab5b9d1e9f1 (diff) | |
download | mariadb-git-f9db747b83cc031b5159843c26dee192818e5676.tar.gz |
Merge
Diffstat (limited to 'sql/sql_priv.h')
-rw-r--r-- | sql/sql_priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_priv.h b/sql/sql_priv.h index 713c0744e1f..749e65e0902 100644 --- a/sql/sql_priv.h +++ b/sql/sql_priv.h @@ -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 |