diff options
author | unknown <joreland@mysql.com> | 2005-02-24 06:24:46 +0100 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2005-02-24 06:24:46 +0100 |
commit | dcdbfa65276ee2d1ba79c1a8a65e49a22d56d524 (patch) | |
tree | a868ab5431bd7309ec3f170d3ef8d81c706e1fb1 /include/mysql_com.h | |
parent | e0b2dab77d0f8166c710c3b97faede85fa4e847c (diff) | |
parent | 885e13aba29171ebfbeb3c548781b270b76520ed (diff) | |
download | mariadb-git-dcdbfa65276ee2d1ba79c1a8a65e49a22d56d524.tar.gz |
merge
BitKeeper/etc/logging_ok:
auto-union
include/mysql_com.h:
Auto merged
ndb/src/mgmsrv/MgmtSrvr.cpp:
Auto merged
sql/handler.h:
Auto merged
sql/item.cc:
Auto merged
sql/item_func.cc:
Auto merged
sql/log.cc:
Auto merged
sql/set_var.cc:
Auto merged
sql/sql_class.h:
Auto merged
sql/sql_parse.cc:
Auto merged
sql/sql_select.cc:
Auto merged
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r-- | include/mysql_com.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h index 22250e4b03e..094283f8330 100644 --- a/include/mysql_com.h +++ b/include/mysql_com.h @@ -188,6 +188,11 @@ typedef struct st_net { my_bool no_send_ok; /* For SPs and other things that do multiple stmts */ my_bool no_send_eof; /* For SPs' first version read-only cursors */ /* + Set if OK packet is already sent, and we do not need to send error + messages + */ + my_bool no_send_error; + /* Pointer to query object in query cache, do not equal NULL (0) for queries in cache that have not stored its results yet */ |