mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
continued:
ha_partition should skip ndb specific flags used by sql apply thread to signal idempotency behaviour
This commit is contained in:
@@ -159,6 +159,8 @@ enum ha_extra_function {
|
||||
Ignore if the a tuple is not found, continue processing the
|
||||
transaction and ignore that 'row'. Needed for idempotency
|
||||
handling on the slave
|
||||
|
||||
Currently only used by NDB storage engine. Partition handler ignores flag.
|
||||
*/
|
||||
HA_EXTRA_IGNORE_NO_KEY,
|
||||
HA_EXTRA_NO_IGNORE_NO_KEY,
|
||||
|
Reference in New Issue
Block a user