1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-29 00:08:14 +03:00

Fixed bug #47485 - mysql_store_result returns a not NULL result set

for a prepared statement.
This commit is contained in:
Dmitry Shulga
2010-09-07 14:18:01 +07:00
parent 24fc7ca4c8
commit 14dbc7e4e6
4 changed files with 110 additions and 4 deletions

View File

@@ -293,7 +293,8 @@ struct st_mysql_options {
};
enum mysql_status
{
MYSQL_STATUS_READY,MYSQL_STATUS_GET_RESULT,MYSQL_STATUS_USE_RESULT
MYSQL_STATUS_READY, MYSQL_STATUS_GET_RESULT, MYSQL_STATUS_USE_RESULT,
MYSQL_STATUS_STATEMENT_GET_RESULT
};
enum mysql_protocol_type
{