summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@ibmvm>2010-08-25 14:22:34 +0400
committerAlexander Nozdrin <alik@ibmvm>2010-08-25 14:22:34 +0400
commit593c6db2993b03c120e3210f44eeceed071e0791 (patch)
tree9963da1e14c68cd86fb2fb1a57eff712fd057773 /sql/table.h
parent7c7be629a81934af9389699bccd606ebc1db5fbb (diff)
parent0827d824f36d3c71ed3c3b2418b170aea69a058a (diff)
downloadmariadb-git-593c6db2993b03c120e3210f44eeceed071e0791.tar.gz
Auto-merge from mysql-5.5-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 bce1124fbb3..45b9aa3e699 100644
--- a/sql/table.h
+++ b/sql/table.h
@@ -204,7 +204,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 */