summaryrefslogtreecommitdiff
path: root/include/mysql_com.h
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-09-22 17:40:57 +0300
committermonty@hundin.mysql.fi <>2001-09-22 17:40:57 +0300
commite390a995737f136c594a7c792caa12061690800f (patch)
tree23349a84d09c518565222da27e0607b42d415f18 /include/mysql_com.h
parentb0953cfa86881af7aa330adc687bbf1b1a488524 (diff)
downloadmariadb-git-e390a995737f136c594a7c792caa12061690800f.tar.gz
Added support of INSERT to MERGE tables
Fixes for embedded libary and openssl
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r--include/mysql_com.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h
index ce134fcab2c..63fbc05b0cb 100644
--- a/include/mysql_com.h
+++ b/include/mysql_com.h
@@ -113,10 +113,12 @@ typedef struct st_net {
unsigned int last_errno,max_packet,timeout,pkt_nr;
unsigned char error;
my_bool return_errno,compress;
- my_bool no_send_ok; /* needed if we are doing several
- queries in one command ( as in LOAD TABLE ... FROM MASTER ),
- and do not want to confuse the client with OK at the wrong time
- */
+ /*
+ The following variable is set if we are doing several queries in one
+ command ( as in LOAD TABLE ... FROM MASTER ),
+ and do not want to confuse the client with OK at the wrong time
+ */
+ my_bool no_send_ok;
unsigned long remain_in_buf,length, buf_length, where_b;
unsigned int *return_status;
unsigned char reading_or_writing;