diff options
author | Jon Olav Hauglid <jon.hauglid@oracle.com> | 2010-09-03 09:42:51 +0200 |
---|---|---|
committer | Jon Olav Hauglid <jon.hauglid@oracle.com> | 2010-09-03 09:42:51 +0200 |
commit | dd4cd40a875e894a741b1d03ce38b52da790684e (patch) | |
tree | b80c06af995e910fd97578c779e4bb8c01f50fcb /sql/table.h | |
parent | 370eaa56aa8a83cf8335bace2f3ad2755f43e52d (diff) | |
parent | 08e1a5b770e099430e046d3dcd5f8d5fe4f1a279 (diff) | |
download | mariadb-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.h | 1 |
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 */ |