diff options
author | malff/marcsql@weblab.(none) <> | 2006-12-12 13:50:55 -0700 |
---|---|---|
committer | malff/marcsql@weblab.(none) <> | 2006-12-12 13:50:55 -0700 |
commit | f22dad8bd7c6e10a73ef55902fd0a1b2b8d05411 (patch) | |
tree | 0e1d2ad9fff383c1a452f44e3f40f717b1f34a51 /sql/sql_lex.h | |
parent | b893d347a19c55202196b8a35a94248224dcaa82 (diff) | |
parent | 64b7a75ae1828f2089bede54fae75ce79348892b (diff) | |
download | mariadb-git-f22dad8bd7c6e10a73ef55902fd0a1b2b8d05411.tar.gz |
Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-runtime
into weblab.(none):/home/marcsql/TREE/mysql-5.1-merge2
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 7fd60cbfa58..ad2a301c259 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -544,7 +544,6 @@ public: SQL_LIST order_list; /* ORDER clause */ List<List_item> expr_list; - List<List_item> when_list; /* WHEN clause (expression) */ SQL_LIST *gorder_list; Item *select_limit, *offset_limit; /* LIMIT clause parameters */ // Arrays of pointers to top elements of all_fields list |