diff options
author | unknown <bell@sanja.is.com.ua> | 2004-04-03 11:28:20 +0300 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2004-04-03 11:28:20 +0300 |
commit | d7c25fe28ec29154e136cac651fffe8b7338ca84 (patch) | |
tree | 8318a7b6b64d0bf809d7c8e79b23a1a52afff7c6 /sql/table.h | |
parent | 8abda715d4d6bf75bb4470c7acc86b9dd224012e (diff) | |
parent | 8c8dffb60d23bf3a5666dcc251d2f15cb913d541 (diff) | |
download | mariadb-git-d7c25fe28ec29154e136cac651fffe8b7338ca84.tar.gz |
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
into sanja.is.com.ua:/home/bell/mysql/bk/work-on-4.1
sql/mysql_priv.h:
Auto merged
sql/sql_base.cc:
Auto merged
sql/sql_parse.cc:
Auto merged
sql/table.h:
Auto merged
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/table.h b/sql/table.h index 537e31a202a..7761f610f21 100644 --- a/sql/table.h +++ b/sql/table.h @@ -26,6 +26,7 @@ class st_select_lex_unit; typedef struct st_order { struct st_order *next; Item **item; /* Point at item in select fields */ + Item *item_ptr; /* Storage for initial item */ bool asc; /* true if ascending */ bool free_me; /* true if item isn't shared */ bool in_field_list; /* true if in select field list */ |