diff options
author | unknown <bell@sanja.is.com.ua> | 2004-11-21 19:33:49 +0200 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2004-11-21 19:33:49 +0200 |
commit | c9497e2365461fb2547a8cfceb33b68a99d7fe0b (patch) | |
tree | b25b7816dbd02cb9f9d6b4b3265bab0d91d3f02e /sql/sql_lex.h | |
parent | 3bc1fcd409eb08474884a556fef193d707117212 (diff) | |
download | mariadb-git-c9497e2365461fb2547a8cfceb33b68a99d7fe0b.tar.gz |
post 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 7d72d8ec5e1..6853bab019f 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -710,6 +710,7 @@ typedef struct st_lex uint grant, grant_tot_col, which_columns; uint fk_delete_opt, fk_update_opt, fk_match_option; uint slave_thd_opt; + uint table_count; /* used when usual update transformed in multiupdate */ uint8 describe; uint8 derived_tables; uint8 create_view_algorithm; |