mirror of https://github.com/sysown/proxysql
parent
458ff77846
commit
952bd39fcc
@ -1,13 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# change infra config
|
||||
# inherits env from tester script
|
||||
#
|
||||
|
||||
|
||||
# Start ProxySQL Cluster if available
|
||||
$JENKINS_SCRIPTS_PATH/cluster_start.bash
|
||||
$JENKINS_SCRIPTS_PATH/cluster_init.bash
|
||||
|
||||
# wait for cluster to stabilize
|
||||
sleep 10
|
||||
@ -1,13 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# change infra config
|
||||
# inherits env from tester script
|
||||
#
|
||||
|
||||
|
||||
# Start ProxySQL Cluster if available
|
||||
$JENKINS_SCRIPTS_PATH/cluster_start.bash
|
||||
$JENKINS_SCRIPTS_PATH/cluster_init.bash
|
||||
|
||||
# wait for cluster to stabilize
|
||||
sleep 10
|
||||
@ -1,13 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# change infra config
|
||||
# inherits env from tester script
|
||||
#
|
||||
|
||||
|
||||
# Start ProxySQL Cluster if available
|
||||
$JENKINS_SCRIPTS_PATH/cluster_start.bash
|
||||
$JENKINS_SCRIPTS_PATH/cluster_init.bash
|
||||
|
||||
# wait for cluster to stabilize
|
||||
sleep 10
|
||||
@ -1,4 +0,0 @@
|
||||
# proxysql settings
|
||||
SET mysql-auto_increment_delay_multiplex=0;
|
||||
LOAD MYSQL VARIABLES TO RUNTIME;
|
||||
SAVE MYSQL VARIABLES TO DISK;
|
||||
@ -1,4 +0,0 @@
|
||||
# proxysql settings
|
||||
SET mysql-auto_increment_delay_multiplex=0;
|
||||
LOAD MYSQL VARIABLES TO RUNTIME;
|
||||
SAVE MYSQL VARIABLES TO DISK;
|
||||
@ -1,4 +0,0 @@
|
||||
# proxysql settings
|
||||
SET mysql-auto_increment_delay_multiplex=0;
|
||||
LOAD MYSQL VARIABLES TO RUNTIME;
|
||||
SAVE MYSQL VARIABLES TO DISK;
|
||||
@ -1,4 +0,0 @@
|
||||
# proxysql settings
|
||||
SET mysql-multiplexing='false';
|
||||
LOAD MYSQL VARIABLES TO RUNTIME;
|
||||
SAVE MYSQL VARIABLES TO DISK;
|
||||
@ -1,4 +0,0 @@
|
||||
# proxysql settings
|
||||
SET mysql-multiplexing='false';
|
||||
LOAD MYSQL VARIABLES TO RUNTIME;
|
||||
SAVE MYSQL VARIABLES TO DISK;
|
||||
@ -1,4 +0,0 @@
|
||||
# proxysql settings
|
||||
SET mysql-multiplexing='false';
|
||||
LOAD MYSQL VARIABLES TO RUNTIME;
|
||||
SAVE MYSQL VARIABLES TO DISK;
|
||||
@ -1,4 +0,0 @@
|
||||
# proxysql settings
|
||||
SET mysql-query_digests=0;
|
||||
LOAD MYSQL VARIABLES TO RUNTIME;
|
||||
SAVE MYSQL VARIABLES TO DISK;
|
||||
@ -1,4 +0,0 @@
|
||||
# proxysql settings
|
||||
SET mysql-query_digests=0;
|
||||
LOAD MYSQL VARIABLES TO RUNTIME;
|
||||
SAVE MYSQL VARIABLES TO DISK;
|
||||
@ -1,4 +0,0 @@
|
||||
# proxysql settings
|
||||
SET mysql-query_digests=0;
|
||||
LOAD MYSQL VARIABLES TO RUNTIME;
|
||||
SAVE MYSQL VARIABLES TO DISK;
|
||||
@ -1,4 +0,0 @@
|
||||
# proxysql settings
|
||||
SET mysql-query_digests_keep_comment=1;
|
||||
LOAD MYSQL VARIABLES TO RUNTIME;
|
||||
SAVE MYSQL VARIABLES TO DISK;
|
||||
@ -1,4 +0,0 @@
|
||||
# proxysql settings
|
||||
SET mysql-query_digests_keep_comment=1;
|
||||
LOAD MYSQL VARIABLES TO RUNTIME;
|
||||
SAVE MYSQL VARIABLES TO DISK;
|
||||
@ -1,4 +0,0 @@
|
||||
# proxysql settings
|
||||
SET mysql-query_digests_keep_comment=1;
|
||||
LOAD MYSQL VARIABLES TO RUNTIME;
|
||||
SAVE MYSQL VARIABLES TO DISK;
|
||||
Loading…
Reference in new issue