mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 01:35:31 +02:00
Auto-merge from mysql-5.1-bugteam.
This commit is contained in:
commit
000c50afe6
4 changed files with 110 additions and 4 deletions
|
|
@ -297,7 +297,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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue