1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Remove unused variable

This commit is contained in:
msvensson@shellback.
2006-04-11 12:15:57 +02:00
parent a68d2e3aa1
commit 1927e39d7b
2 changed files with 0 additions and 2 deletions

View File

@ -870,7 +870,6 @@ bool mysql_truncate(THD *thd, TABLE_LIST *table_list, bool dont_send_ok)
TABLE *table;
bool error;
uint closed_log_tables= 0, lock_logger= 0;
TABLE_LIST *tmp_table_list;
uint path_length;
DBUG_ENTER("mysql_truncate");