summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authormikef@nslinux.bedford.progress.com <>2001-03-21 15:34:16 -0500
committermikef@nslinux.bedford.progress.com <>2001-03-21 15:34:16 -0500
commitd145a6b97e3306abf6ed36725748f255dcfa4ba5 (patch)
tree5306fccfc0c0c42aabf0e2dd6bf883cdecc3ed03 /sql/sql_lex.h
parent3c48448042457edca9c7559d9a6bed24485ddc86 (diff)
downloadmariadb-git-d145a6b97e3306abf6ed36725748f255dcfa4ba5.tar.gz
Add support for Gemini table handler, Monty has checked and approved
Fix bug when read return error
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index e5c8cc08a5b..10a99f920bd 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -136,12 +136,12 @@ typedef struct st_lex {
LEX_MASTER_INFO mi; // used by CHANGE MASTER
ulong thread_id,type;
ulong options;
+ ulong gemini_spin_retries;
enum_sql_command sql_command;
enum lex_states next_state;
enum enum_duplicates duplicates;
enum enum_tx_isolation tx_isolation;
uint in_sum_expr,grant,grant_tot_col,which_columns, sort_default;
- uint gemini_spin_retries;
thr_lock_type lock_option;
bool create_refs,drop_primary,drop_if_exists,local_file;
bool in_comment,ignore_space,verbose;