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/14 15:57:22 UTC

[GitHub] [incubator-doris] caiconghui opened a new issue #3114: Support schema keyword to be compatible with the mysql syntax

caiconghui opened a new issue #3114: Support schema keyword to be compatible with the mysql syntax
URL: https://github.com/apache/incubator-doris/issues/3114
 
 
   When use mysqlslap tool to do some benchmark, the following error occurs.
   mysqlslap: Cannot drop database 'mysqlslap' ERROR : Syntax error at:
   DROP SCHEMA IF EXISTS `mysqlslap`
        ^
   Encountered: IDENTIFIER
   Expected
   I find doris not support schema keyword.
   In MySQL, schema is synonymous with database.
   

----------------------------------------------------------------
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


[GitHub] [incubator-doris] caiconghui closed issue #3114: Doris now not support schema keyword to be compatible with the mysql syntax

Posted by GitBox <gi...@apache.org>.
caiconghui closed issue #3114: Doris now not support schema keyword to be compatible with the mysql syntax
URL: https://github.com/apache/incubator-doris/issues/3114
 
 
   

----------------------------------------------------------------
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