Commit 8901455d authored by monty@mysql.com's avatar monty@mysql.com

Fix wrong auto merge

parent 77b6bc42
......@@ -155,14 +155,6 @@ int check_if_legal_tablename(const char *name)
str_list_find(&reserved_names[1], name));
}
#else
int check_if_legal_tablename(const char *name)
{
return 0;
}
#endif /* defined(MSDOS) || defined(__WIN__) */
#if defined(MSDOS) || defined(__WIN__) || defined(__EMX__)
......
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