FlyingZC commented on PR #19834: URL: https://github.com/apache/shardingsphere/pull/19834#issuecomment-1203588071
Execution result after bug fix: ```sql mysql> use readwrite_splitting_db; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> begin; Query OK, 0 rows affected (0.03 sec) mysql> preview insert into account values(1,1,1); +------------------+-----------------------------------+ | data_source_name | actual_sql | +------------------+-----------------------------------+ | write_ds | insert into account values(1,1,1) | +------------------+-----------------------------------+ 1 row in set (0.09 sec) ``` -- 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]
