1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Added DO command

This commit is contained in:
monty@hundin.mysql.fi
2001-12-17 19:59:20 +02:00
parent ee9a6f5460
commit f049543416
10 changed files with 107 additions and 16 deletions

View File

@@ -1164,6 +1164,10 @@ mysql_execute_command(void)
#endif
break;
}
case SQLCOM_DO:
res=mysql_do(thd, *lex->insert_list);
break;
case SQLCOM_PURGE:
{
if (check_process_priv(thd))