Skip to content

Statement contains chinese characters ;, will return ok directly #1388

@FlyingMao

Description

@FlyingMao
  • dble version:
    dble-9.9.9.9-83b87f4e37700caea0b90e77712ff354b08d694b-20190909070555
  • preconditions :
    no
  • configs:

schema.xml



rule.xml



server.xml



  • steps:
    step1.
drop table test;;
  • expect result:
    1.
mysql> drop table test;;
ERROR 1051 (42S02): Unknown table 'schema1.test;'
  • real result:
    1.
mysql> drop table test;;
Query OK, 0 rows affected (0.00 sec)
  • supplements:
    1.
2019-09-10 06:01:42.135 DEBUG [BusinessExecutor0] (com.actiontech.dble.net.FrontendConnection.query(FrontendConnection.java:321)) - ServerConnection [frontId=1, schema=mytest, host=127.0.0.1, user=test,txIsolation=3, autocommit=true, schema=mytest] drop table test;
2019-09-10 06:01:42.135 DEBUG [BusinessExecutor0] (com.actiontech.dble.server.ServerQueryHandler.query(ServerQueryHandler.java:44)) - ServerConnection [frontId=1, schema=mytest, host=127.0.0.1, user=test,txIsolation=3, autocommit=true, schema=mytest]drop table test;

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions