summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
authorGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2010-08-20 14:22:46 +0300
committerGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2010-08-20 14:22:46 +0300
commita54c3dd5c0080bd6d2834478f5f5b4fc637fcc99 (patch)
treeabdc965c92ac02057c93a78984ba3e9958312d87 /sql/table.h
parent3166b9153a4b879446de8bc34802a1c1ab9345ad (diff)
parentbbaad8880e4329d8e01c359051fc39eb3192dda0 (diff)
downloadmariadb-git-a54c3dd5c0080bd6d2834478f5f5b4fc637fcc99.tar.gz
merge
Diffstat (limited to 'sql/table.h')
-rw-r--r--sql/table.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/table.h b/sql/table.h
index 7579a8a6df3..e5d812c279d 100644
--- a/sql/table.h
+++ b/sql/table.h
@@ -205,7 +205,6 @@ typedef struct st_order {
struct st_order *next;
Item **item; /* Point at item in select fields */
Item *item_ptr; /* Storage for initial item */
- Item **item_copy; /* For SPs; the original item ptr */
int counter; /* position in SELECT list, correct
only if counter_used is true*/
bool asc; /* true if ascending */