1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fix function prototype

This commit is contained in:
bell@sanja.is.com.ua
2004-07-16 19:42:38 +03:00
parent bbe121c0c9
commit 43f0e95c60

View File

@ -39,7 +39,7 @@ struct File_option
class File_parser;
File_parser *sql_parse_prepare(const LEX_STRING *file_name,
MEM_ROOT *mem_root);
MEM_ROOT *mem_root, bool bad_format_errors);
my_bool
sql_create_definition_file(const LEX_STRING *dir, const LEX_STRING *file_name,