You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/03/08 13:02:59 UTC

[GitHub] [incubator-doris] wutiangan commented on issue #3050: [MysqlProtocol] Support MySQL multiple statements protocol

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


With regards,
Apache Git Services

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