wutiangan commented on issue #3050: [MysqlProtocol] Support MySQL multiple 
statements protocol
URL: https://github.com/apache/incubator-doris/pull/3050#issuecomment-596203454
 
 
   Your example is inconsistent with MySQL. 
   
   
   mysql>  delimiter 0
   mysql> select 10; select 20
   +---+
   | 1 |
   +---+
   | 1 |
   +---+
   1 row in set (0.00 sec)
   
   ERROR 1064 (42000): You have an error in your SQL syntax; check the manual 
that corresponds to your MySQL server version for the right syntax to use near 
'; select 2' at line 1

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to