mirror of
https://github.com/MariaDB/server.git
synced 2025-02-13 17:05:35 +01:00
5a7374d71b
- Don't log connection creation in galera_connect.inc
5 lines
189 B
Text
5 lines
189 B
Text
CREATE TABLE t1 (id INT PRIMARY KEY AUTO_INCREMENT) ENGINE=InnoDB;
|
|
INSERT INTO t1 VALUES (DEFAULT);
|
|
connection node_2;
|
|
SET GLOBAL query_cache_size=1355776;
|
|
SET SESSION wsrep_sync_wait = 7;
|