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

Cleanup: removed unused variable that produced a warning.

This commit is contained in:
unknown
2007-03-07 20:47:39 +03:00
parent ed1c2dc4fd
commit babe2aa421

View File

@@ -1139,7 +1139,6 @@ static int mysql_test_update(Prepared_statement *stmt,
#ifndef NO_EMBEDDED_ACCESS_CHECKS
uint want_privilege;
#endif
bool need_reopen;
DBUG_ENTER("mysql_test_update");
if (update_precheck(thd, table_list) ||