Commit dac3149f authored by Sergey Vojtovich's avatar Sergey Vojtovich

MDEV-9001 - [PATCH] Fix DB name quoting in mysqldump --routine

Removed unused variable.
parent 50a796dc
...@@ -1116,7 +1116,6 @@ static int fetch_db_collation(const char *db_name, ...@@ -1116,7 +1116,6 @@ static int fetch_db_collation(const char *db_name,
int db_cl_size) int db_cl_size)
{ {
my_bool err_status= FALSE; my_bool err_status= FALSE;
char query[QUERY_LENGTH];
MYSQL_RES *db_cl_res; MYSQL_RES *db_cl_res;
MYSQL_ROW db_cl_row; MYSQL_ROW db_cl_row;
......
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