Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
None
-
None
Description
A column store instance with a async or galera slave will receive the commands executed from install_mcs_mysql.sh.
Before executing a session SQL use:
SET LOCAL SQL_LOG_BIN=0;
|
SET LOCAL wsrep_on=OFF;
|
To keep it local.
(per: MDEV-20087)