summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
authorJon Olav Hauglid <jon.hauglid@oracle.com>2010-09-03 09:42:51 +0200
committerJon Olav Hauglid <jon.hauglid@oracle.com>2010-09-03 09:42:51 +0200
commitdd4cd40a875e894a741b1d03ce38b52da790684e (patch)
treeb80c06af995e910fd97578c779e4bb8c01f50fcb /sql/table.h
parent370eaa56aa8a83cf8335bace2f3ad2755f43e52d (diff)
parent08e1a5b770e099430e046d3dcd5f8d5fe4f1a279 (diff)
downloadmariadb-git-dd4cd40a875e894a741b1d03ce38b52da790684e.tar.gz
Merge from mysql-5.5-bugfixing to mysql-5.5-runtime.
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 ea93b321b5a..6723293c1ec 100644
--- a/sql/table.h
+++ b/sql/table.h
@@ -192,7 +192,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 */