MingxingLAI opened a new issue #10151: URL: https://github.com/apache/shardingsphere/issues/10151
Missing create database statement in `examples/src/resources/manual_schema.sql`. When I remove the comment and execute the following SQL statement, it will fail ` CREATE TABLE IF NOT EXISTS demo_shadow_replica_ds.t_user (user_id INT NOT NULL AUTO_INCREMENT, user_name VARCHAR(200), user_name_plain VARCHAR(200), pwd VARCHAR(200), assisted_query_pwd VARCHAR(200), PRIMARY KEY (user_id)); CREATE TABLE IF NOT EXISTS demo_replica_ds.t_user (user_id INT NOT NULL AUTO_INCREMENT, user_name VARCHAR(200), user_name_plain VARCHAR(200), pwd VARCHAR(200), assisted_query_pwd VARCHAR(200), PRIMARY KEY (user_id)); ` -- 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. For queries about this service, please contact Infrastructure at: [email protected]
