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 | 93c8041e40f367659ac13527489fbba8ab8bac1f (patch) | |
tree | b80c06af995e910fd97578c779e4bb8c01f50fcb /sql/table.h | |
parent | 781e2c417dbc0fd6ce815779253b0db871057ef3 (diff) | |
parent | 744c1013a2b429557fec07246e812fcc40ec00a8 (diff) | |
download | mariadb-git-93c8041e40f367659ac13527489fbba8ab8bac1f.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 */ |