mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Fixed error in merge
This commit is contained in:
parent
8486212a24
commit
d5d966a6b9
1 changed files with 1 additions and 1 deletions
|
@ -3401,7 +3401,7 @@ Prepared_statement::execute_loop(String *expanded_query,
|
|||
int reprepare_attempt= 0;
|
||||
|
||||
/* Check if we got an error when sending long data */
|
||||
if (state == Query_arena::ERROR)
|
||||
if (state == Query_arena::STMT_ERROR)
|
||||
{
|
||||
my_message(last_errno, last_error, MYF(0));
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in a new issue