mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
A fix and test case for Bug#9478 "mysql_stmt_attr_set mysql_stmt_execute"
(crash on attempt to re-execute a statement with an open cursor) + post-review fixes.
This commit is contained in:
@@ -80,6 +80,7 @@ const char *client_errors[]=
|
||||
"Row retrieval was canceled by mysql_stmt_close() call",
|
||||
"Attempt to read column without prior row fetch",
|
||||
"Prepared statement contains no metadata",
|
||||
"Attempt to read a row while there is no result set associated with the statement"
|
||||
""
|
||||
};
|
||||
|
||||
@@ -141,6 +142,7 @@ const char *client_errors[]=
|
||||
"Row retrieval was canceled by mysql_stmt_close() call",
|
||||
"Attempt to read column without prior row fetch",
|
||||
"Prepared statement contains no metadata",
|
||||
"Attempt to read a row while there is no result set associated with the statement"
|
||||
""
|
||||
};
|
||||
|
||||
@@ -200,6 +202,7 @@ const char *client_errors[]=
|
||||
"Row retrieval was canceled by mysql_stmt_close() call",
|
||||
"Attempt to read column without prior row fetch",
|
||||
"Prepared statement contains no metadata",
|
||||
"Attempt to read a row while there is no result set associated with the statement"
|
||||
""
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user