Skip to content

Commit

Permalink
test(dm): turn off tidb_ddl_enable_fast_reorg
Browse files Browse the repository at this point in the history
Signed-off-by: lance6716 <lance6716@gmail.com>
  • Loading branch information
lance6716 committed Nov 23, 2022
1 parent f7b84c7 commit 6d24a57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dm/tests/_utils/run_tidb_server
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ done
mysql -uroot -h127.0.0.1 -P${PORT} --default-character-set utf8 -e "CREATE USER 'test'@'%' IDENTIFIED BY '$PASSWORD';" || true
mysql -uroot -h127.0.0.1 -P${PORT} --default-character-set utf8 -e "GRANT ALL PRIVILEGES ON *.* TO 'test'@'%' WITH GRANT OPTION;" || true
mysql -uroot -h127.0.0.1 -P${PORT} --default-character-set utf8 -e "SET @@global.tidb_enable_clustered_index = 'INT_ONLY'"
mysql -uroot -h127.0.0.1 -P${PORT} --default-character-set utf8 -e "SET @@global.tidb_ddl_enable_fast_reorg = 0" || true

0 comments on commit 6d24a57

Please sign in to comment.