1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Unused variables removed (many files).

This commit is contained in:
konstantin@mysql.com
2004-06-21 20:39:19 +04:00
parent ff678fd8b7
commit b793142c8f
7 changed files with 0 additions and 10 deletions

View File

@ -849,7 +849,6 @@ static bool insert_params_from_vars_with_log(Prepared_statement *stmt,
List_iterator<LEX_STRING> var_it(varnames);
String str;
const String *res;
uint32 length= 0;
if (query->copy(stmt->query, stmt->query_length, default_charset_info))
DBUG_RETURN(1);