mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
MDEV-9058: protocol: COM_MULTI command (part 2)
simple COM_MULTI support (no prepared statements chain yet).
This commit is contained in:
parent
e5377457d8
commit
fd1b7d0f59
9 changed files with 217 additions and 40 deletions
|
|
@ -907,7 +907,7 @@ static int run_sql_command(THD *thd, const char *query)
|
|||
return -1;
|
||||
}
|
||||
|
||||
mysql_parse(thd, thd->query(), thd->query_length(), &ps);
|
||||
mysql_parse(thd, thd->query(), thd->query_length(), &ps, FALSE);
|
||||
if (thd->is_error())
|
||||
{
|
||||
int const err= thd->get_stmt_da()->sql_errno();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue