1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fixes for make_win_src_distributions

Removed compiler warnings
This commit is contained in:
monty@narttu.mysql.fi
2003-06-15 23:24:37 +03:00
parent d33cb08eb6
commit e090f2d0cc
10 changed files with 91 additions and 75 deletions

View File

@@ -2308,7 +2308,6 @@ mysql_execute_command(THD *thd)
break;
}
case SQLCOM_UPDATE:
TABLE_LIST *table;
if (check_db_used(thd,tables))
goto error;