summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorunknown <venu@myvenu.com>2003-01-18 11:53:38 -0800
committerunknown <venu@myvenu.com>2003-01-18 11:53:38 -0800
commitb3f58a1b1bed6edf765a9f96587923450f097f34 (patch)
tree99311ae5f9e5b64dd564007816477eef9cddecc5 /sql/sql_lex.h
parentfe4e87c96749523e9924b7dd758cae5dba8d3340 (diff)
downloadmariadb-git-b3f58a1b1bed6edf765a9f96587923450f097f34.tar.gz
Initial multi query execution support
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index 5c1c91bbe4a..9fc00e5f56d 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -414,6 +414,7 @@ typedef struct st_lex
char *backup_dir; /* For RESTORE/BACKUP */
char* to_log; /* For PURGE MASTER LOGS TO */
char* x509_subject,*x509_issuer,*ssl_cipher;
+ char* found_colon; /* For multi queries - next query */
enum SSL_type ssl_type; /* defined in violite.h */
String *wild;
sql_exchange *exchange;