Commit babe2aa4 authored by unknown's avatar unknown

Cleanup: removed unused variable that produced a warning.

parent ed1c2dc4
...@@ -1139,7 +1139,6 @@ static int mysql_test_update(Prepared_statement *stmt, ...@@ -1139,7 +1139,6 @@ static int mysql_test_update(Prepared_statement *stmt,
#ifndef NO_EMBEDDED_ACCESS_CHECKS #ifndef NO_EMBEDDED_ACCESS_CHECKS
uint want_privilege; uint want_privilege;
#endif #endif
bool need_reopen;
DBUG_ENTER("mysql_test_update"); DBUG_ENTER("mysql_test_update");
if (update_precheck(thd, table_list) || if (update_precheck(thd, table_list) ||
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment