modify test cases

This commit is contained in:
anneji 2021-09-17 19:26:11 +08:00
parent 41dd55c36a
commit 0e224ab449
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ localhost 9000 0 0 0
localhost 9000 0 0 0
localhost 9000 0 0 0
localhost 9000 0 0 0
localhost 9000 0 0 0
localhost 9000 0 0 0

View File

@ -1,5 +1,5 @@
-- Tags: distributed, no-parallely
DROP DATABASE IF EXISTS 02028_db;
DROP DATABASE IF EXISTS 02028_db ON CLUSTER test_shard_localhost;
CREATE DATABASE 02028_db ON CLUSTER test_shard_localhost;
USE 02028_db;