Commit 8b028bae authored by monty@mishka.mysql.fi's avatar monty@mishka.mysql.fi

Removed compiler warnings

parent 31d8027e
...@@ -1193,7 +1193,8 @@ static void print_xml_row(FILE *xml_file, const char *row_name, ...@@ -1193,7 +1193,8 @@ static void print_xml_row(FILE *xml_file, const char *row_name,
static uint dump_routines_for_db (char *db) static uint dump_routines_for_db (char *db)
{ {
char query_buff[512], *routine_type[]={"FUNCTION", "PROCEDURE"}; char query_buff[512];
const char *routine_type[]={"FUNCTION", "PROCEDURE"};
char db_name_buff[NAME_LEN*2+3], name_buff[NAME_LEN*2+3], *routine_name; char db_name_buff[NAME_LEN*2+3], name_buff[NAME_LEN*2+3], *routine_name;
int i; int i;
FILE *sql_file = md_result_file; FILE *sql_file = md_result_file;
......
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