mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-10585 EXECUTE IMMEDIATE statement
This commit is contained in:
@ -95,6 +95,7 @@ enum enum_sql_command {
|
||||
SQLCOM_SHOW_GENERIC,
|
||||
SQLCOM_ALTER_USER,
|
||||
SQLCOM_SHOW_CREATE_USER,
|
||||
SQLCOM_EXECUTE_IMMEDIATE,
|
||||
|
||||
/*
|
||||
When a command is added here, be sure it's also added in mysqld.cc
|
||||
|
Reference in New Issue
Block a user