Skip to content

Commit e8568fb

Browse files
MCOL-6152 fix .opt overriding in run_mtr.sh
1 parent 3712736 commit e8568fb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
--plugin-load-add=$HA_COLUMNSTORE_SO
2+
--columnstore_innodb_queries_use_mcs=on

tests/scripts/run_mtr.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ run_suite() {
9393
if [[ $EXTERN_EFFECTIVE == true ]]; then
9494
EXTERN_FLAG="--extern=socket=${SOCKET}"
9595
else
96-
EXTERN_FLAG="--mysqld=--plugin-load-add=ha_columnstore"
96+
# Don't override mysqld params - let suite.opt and test.opt files work
97+
EXTERN_FLAG=""
9798
fi
9899

99100
if [[ $RECORD == true ]]; then

0 commit comments

Comments
 (0)