kill stmt support question mark in prepared statement

This commit is contained in:
obdev 2023-05-17 13:22:33 +00:00 committed by ob-robot
parent 49aa731024
commit d07260f033

View File

@ -598,7 +598,7 @@ stmt:
| rotate_master_key_stmt { $$ = $1; check_question_mark($$, result); }
| create_index_stmt { $$ = $1; check_question_mark($$, result); }
| drop_index_stmt { $$ = $1; check_question_mark($$, result); }
| kill_stmt { $$ = $1; check_question_mark($$, result); }
| kill_stmt { $$ = $1; question_mark_issue($$, result); }
| help_stmt { $$ = $1; check_question_mark($$, result); }
| create_view_stmt { $$ = $1; check_question_mark($$, result); }
| create_tenant_stmt { $$ = $1; check_question_mark($$, result); }