mirror of
https://github.com/MariaDB/server.git
synced 2025-08-09 22:24:09 +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
|
Ignore if the a tuple is not found, continue processing the
|
||||||
transaction and ignore that 'row'. Needed for idempotency
|
transaction and ignore that 'row'. Needed for idempotency
|
||||||
handling on the slave
|
handling on the slave
|
||||||
|
|
||||||
|
Currently only used by NDB storage engine. Partition handler ignores flag.
|
||||||
*/
|
*/
|
||||||
HA_EXTRA_IGNORE_NO_KEY,
|
HA_EXTRA_IGNORE_NO_KEY,
|
||||||
HA_EXTRA_NO_IGNORE_NO_KEY,
|
HA_EXTRA_NO_IGNORE_NO_KEY,
|
||||||
|
@@ -23,8 +23,8 @@ partition_03ndb : Bug#16385
|
|||||||
ps_7ndb : dbug assert in RBR mode when executing test suite
|
ps_7ndb : dbug assert in RBR mode when executing test suite
|
||||||
#rpl_bit_npk : Bug#13418
|
#rpl_bit_npk : Bug#13418
|
||||||
rpl_ddl : Bug#15963 SBR does not show "Definer" correctly
|
rpl_ddl : Bug#15963 SBR does not show "Definer" correctly
|
||||||
rpl_ndb_2innodb : Assert failure in ha_partition::extra()
|
rpl_ndb_2innodb : If removed fails later on assertion in get_parts_for_update()
|
||||||
rpl_ndb_2myisam : Assert failure in ha_partition::extra()
|
rpl_ndb_2myisam : If removed fails later on assertion in get_parts_for_update()
|
||||||
rpl_ndb_auto_inc : Bug#17086
|
rpl_ndb_auto_inc : Bug#17086
|
||||||
#rpl_ndb_basic : Bug#16228 [IN REVIEW]
|
#rpl_ndb_basic : Bug#16228 [IN REVIEW]
|
||||||
rpl_ndb_blob : interferes with following tests, causing hang
|
rpl_ndb_blob : interferes with following tests, causing hang
|
||||||
|
Reference in New Issue
Block a user