mirror of https://github.com/sysown/proxysql
parent
270850eba4
commit
b2c13874fb
@ -0,0 +1,4 @@
|
||||
# proxysql settings
|
||||
SET mysql-auto_increment_delay_multiplex=0;
|
||||
LOAD MYSQL VARIABLES TO RUNTIME;
|
||||
SAVE MYSQL VARIABLES TO DISK;
|
||||
@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# make sure we have correct cwd
|
||||
pushd $(dirname $0)
|
||||
|
||||
# symlink all files from ../tests
|
||||
for T in $(ls -1 ../tests/); do
|
||||
# echo "ln -fsT ../tests/$T $T"
|
||||
ln -fsT ../tests/$T $T
|
||||
done
|
||||
|
||||
# remove irelevant
|
||||
#rm -f test_*-t
|
||||
@ -0,0 +1,4 @@
|
||||
# proxysql settings
|
||||
SET mysql-multiplexing='false';
|
||||
LOAD MYSQL VARIABLES TO RUNTIME;
|
||||
SAVE MYSQL VARIABLES TO DISK;
|
||||
@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# make sure we have correct cwd
|
||||
pushd $(dirname $0)
|
||||
|
||||
# symlink all files from ../tests
|
||||
for T in $(ls -1 ../tests/); do
|
||||
# echo "ln -fsT ../tests/$T $T"
|
||||
ln -fsT ../tests/$T $T
|
||||
done
|
||||
|
||||
# remove irelevant
|
||||
#rm -f test_*-t
|
||||
@ -0,0 +1,4 @@
|
||||
# proxysql settings
|
||||
SET mysql-query_digests=0;
|
||||
LOAD MYSQL VARIABLES TO RUNTIME;
|
||||
SAVE MYSQL VARIABLES TO DISK;
|
||||
@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# make sure we have correct cwd
|
||||
pushd $(dirname $0)
|
||||
|
||||
# symlink all files from ../tests
|
||||
for T in $(ls -1 ../tests/); do
|
||||
# echo "ln -fsT ../tests/$T $T"
|
||||
ln -fsT ../tests/$T $T
|
||||
done
|
||||
|
||||
# remove irelevant
|
||||
#rm -f test_*-t
|
||||
@ -0,0 +1,4 @@
|
||||
# proxysql settings
|
||||
SET mysql-query_digests_keep_comment=1;
|
||||
LOAD MYSQL VARIABLES TO RUNTIME;
|
||||
SAVE MYSQL VARIABLES TO DISK;
|
||||
@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# make sure we have correct cwd
|
||||
pushd $(dirname $0)
|
||||
|
||||
# symlink all files from ../tests
|
||||
for T in $(ls -1 ../tests/); do
|
||||
# echo "ln -fsT ../tests/$T $T"
|
||||
ln -fsT ../tests/$T $T
|
||||
done
|
||||
|
||||
# remove irelevant
|
||||
#rm -f test_*-t
|
||||
Loading…
Reference in new issue