diff options
author | unknown <msvensson@shellback.> | 2006-04-11 12:15:57 +0200 |
---|---|---|
committer | unknown <msvensson@shellback.> | 2006-04-11 12:15:57 +0200 |
commit | ea28e412ecac5bf2d6da8b613b68e034fc7ffb3c (patch) | |
tree | 8a0a1f5ccfe154bb9cddd63eb87d009f88f35e44 /sql/sql_handler.cc | |
parent | 79a2debe460d7e22e9a7f5a4b549e8fe72b982e5 (diff) | |
download | mariadb-git-ea28e412ecac5bf2d6da8b613b68e034fc7ffb3c.tar.gz |
Remove unused variable
Diffstat (limited to 'sql/sql_handler.cc')
-rw-r--r-- | sql/sql_handler.cc | 1 |
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; |