azexcy commented on code in PR #18709:
URL: https://github.com/apache/shardingsphere/pull/18709#discussion_r910550487


##########
shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-scaling/src/test/resources/env/mysql/initdb.sql:
##########
@@ -18,8 +18,8 @@
 CREATE USER IF NOT EXISTS 'root'@'%' IDENTIFIED BY 'root';
 GRANT All privileges ON *.* TO 'root'@'%';
 
-CREATE DATABASE IF NOT EXISTS ds_0;
-CREATE DATABASE IF NOT EXISTS ds_1;
-CREATE DATABASE IF NOT EXISTS ds_2;
-CREATE DATABASE IF NOT EXISTS ds_3;
-CREATE DATABASE IF NOT EXISTS ds_4;
+CREATE DATABASE IF NOT EXISTS scaling_it_0;
+CREATE DATABASE IF NOT EXISTS scaling_it_1;
+CREATE DATABASE IF NOT EXISTS scaling_it_2;
+CREATE DATABASE IF NOT EXISTS scaling_it_3;
+CREATE DATABASE IF NOT EXISTS scaling_it_4;

Review Comment:
   the initdb.sql only use for docker mode, native mode not read the file



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to