diff options
author | monty@hundin.mysql.fi <> | 2001-10-08 07:24:04 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-10-08 07:24:04 +0300 |
commit | 2f603156eddc80d74db506604953c97eab169ace (patch) | |
tree | 368e07bec37e044cbac9f95a7ca572c494968756 /sql/sql_lex.h | |
parent | 938a8dc2ef15eb0878c9a71f2f60ae521084494a (diff) | |
download | mariadb-git-2f603156eddc80d74db506604953c97eab169ace.tar.gz |
Cleanup after last merge
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 1 |
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; |