diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-10-04 15:42:16 +0300 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-10-04 15:42:16 +0300 |
commit | 8789c7972339340feb6a49903ff247de580bc5dd (patch) | |
tree | 0b41fbab5c8e486500b5c53bbe818e62f6f583f2 /include/mysql.h.pp | |
parent | 5f9c629da0c08cd742a16419f4f66cdb18505302 (diff) | |
parent | 40ee088f68a452ac2ed19622481c73d6d38c7ec3 (diff) | |
download | mariadb-git-8789c7972339340feb6a49903ff247de580bc5dd.tar.gz |
merge
Diffstat (limited to 'include/mysql.h.pp')
-rw-r--r-- | include/mysql.h.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mysql.h.pp b/include/mysql.h.pp index 7200a04d304..0a5c3d83148 100644 --- a/include/mysql.h.pp +++ b/include/mysql.h.pp @@ -298,7 +298,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 { |