You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
Replication improvements
This patch fixes: MCOL-3557 - Row Based Replication events to ColumnStore tables will no longer cause MariaDB to crash, it will error instead. MCOL-3556 - Remove the Columnstore.xml variable to turn on ColumnStore tables applying replication events and instead make it a system variable that can be set in my.cnf called "columnstore_replication_slave". This allows it to be set per-UM.
This commit is contained in:
@ -102,5 +102,8 @@ void set_import_for_batchinsert_delimiter(THD* thd, ulong value);
|
||||
|
||||
ulong get_import_for_batchinsert_enclosed_by(THD* thd);
|
||||
void set_import_for_batchinsert_enclosed_by(THD* thd, ulong value);
|
||||
|
||||
|
||||
bool get_replication_slave(THD* thd);
|
||||
void set_replication_slave(THD* thd, bool value);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user