1
0
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:
unknown
2006-03-22 15:56:53 +01:00
parent 104f2c0c99
commit d410ef5865
2 changed files with 4 additions and 2 deletions

View File

@@ -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,