Commit 95ee8f4c authored by Magnus Blåudd's avatar Magnus Blåudd

Bug#57604 Reserve bit in option_bits for slave_allow_batching feature

 - Add  define to reserve bit number 36 for slave_allow_batching feature
parent f703a777
......@@ -144,6 +144,12 @@
*/
#define OPTION_MASTER_SQL_ERROR (1ULL << 35)
/*
Dont report errors for individual rows,
But just report error on commit (or read ofcourse)
Note! Reserved for use in MySQL Cluster
*/
#define OPTION_ALLOW_BATCH (ULL(1) << 36) // THD, intern (slave)
/* The rest of the file is included in the server only */
#ifndef MYSQL_CLIENT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment