mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 17:33:44 +01:00
Merge 5.5-bug57604 into 5.5-bugteam
This commit is contained in:
commit
2d46b515a5
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue