1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Fix that SHOW STATUS works with SSL.

Add 4.0 commands to SHOW STATUS.
This commit is contained in:
monty@hundin.mysql.fi
2001-12-13 22:03:09 +02:00
parent 6aeb40bd3f
commit 0c0a170fa7
7 changed files with 63 additions and 29 deletions

View File

@@ -1691,7 +1691,7 @@ mysql_execute_command(void)
select_lex->options);
break;
}
case SQLCOM_MULTI_DELETE:
case SQLCOM_DELETE_MULTI:
{
TABLE_LIST *aux_tables=(TABLE_LIST *)thd->lex.auxilliary_table_list.first;
TABLE_LIST *auxi;