Skip to content

Commit

Permalink
test(dm): turn off tidb_ddl_enable_fast_reorg (#7701)
Browse files Browse the repository at this point in the history
ref #4159
  • Loading branch information
lance6716 authored Nov 23, 2022
1 parent f7b84c7 commit 5a6f5f4
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 5a6f5f4

Please sign in to comment.