mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@ -8817,13 +8817,13 @@ static const char *command_array[]=
|
||||
"LOCK TABLES", "EXECUTE", "REPLICATION SLAVE", "REPLICATION CLIENT",
|
||||
"CREATE VIEW", "SHOW VIEW", "CREATE ROUTINE", "ALTER ROUTINE",
|
||||
"CREATE USER", "EVENT", "TRIGGER", "CREATE TABLESPACE",
|
||||
"DELETE VERSIONING ROWS"
|
||||
"DELETE HISTORY"
|
||||
};
|
||||
|
||||
static uint command_lengths[]=
|
||||
{
|
||||
6, 6, 6, 6, 6, 4, 6, 8, 7, 4, 5, 10, 5, 5, 14, 5, 23, 11, 7, 17, 18, 11, 9,
|
||||
14, 13, 11, 5, 7, 17, 22,
|
||||
14, 13, 11, 5, 7, 17, 14,
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user