[FEAT MERGE] 424 SQL compatibility patch 433
Co-authored-by: wjhh2008 <wjh2006-1@163.com> Co-authored-by: GongYusen <986957406@qq.com> Co-authored-by: hy-guo <fqboyg@gmail.com>
This commit is contained in:
@ -92,9 +92,11 @@ bool TestResolver::is_show_sql(const ParseNode &node) const
|
||||
case T_SHOW_PROCESSLIST:
|
||||
case T_SHOW_SERVER_STATUS:
|
||||
case T_SHOW_WARNINGS:
|
||||
case T_SHOW_ERRORS:
|
||||
case T_SHOW_RESTORE_PREVIEW:
|
||||
case T_SHOW_SEQUENCES:
|
||||
case T_SHOW_GRANTS:{
|
||||
case T_SHOW_GRANTS:
|
||||
case T_SHOW_CREATE_USER:{
|
||||
ret = true;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user