mirror of
https://github.com/MariaDB/server.git
synced 2025-07-17 12:02:09 +03:00
MDEV-16708: Fixed the failed test main.set_statement
This commit is contained in:
committed by
Sergei Golubchik
parent
b33111ba93
commit
a00b51f639
@ -197,7 +197,7 @@ int mysql_open_cursor(THD *thd, select_result *result,
|
||||
}
|
||||
|
||||
*pcursor= materialized_cursor;
|
||||
thd->stmt_arena->cleanup_stmt();
|
||||
thd->stmt_arena->cleanup_stmt(true);
|
||||
}
|
||||
|
||||
end:
|
||||
|
Reference in New Issue
Block a user