summaryrefslogtreecommitdiff
path: root/include/mysql_com.h
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2005-02-24 06:24:46 +0100
committerunknown <joreland@mysql.com>2005-02-24 06:24:46 +0100
commitdcdbfa65276ee2d1ba79c1a8a65e49a22d56d524 (patch)
treea868ab5431bd7309ec3f170d3ef8d81c706e1fb1 /include/mysql_com.h
parente0b2dab77d0f8166c710c3b97faede85fa4e847c (diff)
parent885e13aba29171ebfbeb3c548781b270b76520ed (diff)
downloadmariadb-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.h5
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
*/