File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ BASEDIR=/data/mysql-server/percona-8.0-deb-gcc14-rocks-asan-install
2020# ###############################################################################
2121# DYNAMIC_QUERY_PARAMETER="--tables 10 --records 100 --log-all-queries"
2222# DYNAMIC_QUERY_PARAMETER="--no-partition-tables --tables 16 --records 1000 --log-all-queries"
23- DYNAMIC_QUERY_PARAMETER=" --tables 16 --records 1000 --log-all-queries"
23+ DYNAMIC_QUERY_PARAMETER=" --row-format=none -- tables 16 --records 1000 --log-all-queries"
2424
2525GDB_MODE=0
2626LIBASAN_SO=$( ldconfig -p | grep libasan.so | sort -V | tail -1 | awk ' {print $NF}' )
@@ -106,7 +106,7 @@ STORE_COPY_OF_INFILE=0
106106# x sec max trial runtime within which pstress tries to process #
107107# QUERIES_PER_THREAD x THREADS queries against 1 mysqld #
108108# ###############################################################################
109- PSTRESS_RUN_TIMEOUT=60
109+ PSTRESS_RUN_TIMEOUT=120
110110
111111# ###############################################################################
112112# x sec incremented in each trial. The first trial will run for #
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ PSTRESS_BIN=${SCRIPT_PWD}/../src/pstress-ps
2121# executed. Default options added. #
2222# Please modify the parameters as per needs before starting the runs. #
2323# ###############################################################################
24- DYNAMIC_QUERY_PARAMETER=" --tables 10 --records 100 --log-all-queries"
24+ DYNAMIC_QUERY_PARAMETER=" --row-format=none -- tables 10 --records 100 --log-all-queries"
2525
2626# ###############################################################################
2727# Empty seed implies Random seed number (6 digit no.) will be chosen by driver #
You can’t perform that action at this time.
0 commit comments