summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-10-08 07:24:04 +0300
committermonty@hundin.mysql.fi <>2001-10-08 07:24:04 +0300
commit2f603156eddc80d74db506604953c97eab169ace (patch)
tree368e07bec37e044cbac9f95a7ca572c494968756 /sql/sql_lex.h
parent938a8dc2ef15eb0878c9a71f2f60ae521084494a (diff)
downloadmariadb-git-2f603156eddc80d74db506604953c97eab169ace.tar.gz
Cleanup after last merge
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 3121f453974..6ccb0a6b059 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -168,6 +168,7 @@ typedef struct st_lex {
CONVERT *convert_set;
LEX_USER *grant_user;
gptr yacc_yyss,yacc_yyvs;
+ THD *thd;
udf_func udf;
HA_CHECK_OPT check_opt; // check/repair options
HA_CREATE_INFO create_info;