summaryrefslogtreecommitdiff
path: root/sql/sql_handler.cc
diff options
context:
space:
mode:
authormsvensson@shellback. <>2006-04-11 12:15:57 +0200
committermsvensson@shellback. <>2006-04-11 12:15:57 +0200
commit1927e39d7b406bec6f70c1633e02182e06f94925 (patch)
tree8a0a1f5ccfe154bb9cddd63eb87d009f88f35e44 /sql/sql_handler.cc
parenta68d2e3aa1c929291d198259027d839ebed40107 (diff)
downloadmariadb-git-1927e39d7b406bec6f70c1633e02182e06f94925.tar.gz
Remove unused variable
Diffstat (limited to 'sql/sql_handler.cc')
-rw-r--r--sql/sql_handler.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_handler.cc b/sql/sql_handler.cc
index 9dfa20da522..18b63ba49a3 100644
--- a/sql/sql_handler.cc
+++ b/sql/sql_handler.cc
@@ -337,7 +337,6 @@ bool mysql_ha_read(THD *thd, TABLE_LIST *tables,
ha_rows select_limit_cnt, ha_rows offset_limit_cnt)
{
TABLE_LIST *hash_tables;
- TABLE **table_ptr;
TABLE *table;
MYSQL_LOCK *lock;
List<Item> list;