summaryrefslogtreecommitdiff
path: root/sql/parse_file.h
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-07-16 19:42:38 +0300
committerunknown <bell@sanja.is.com.ua>2004-07-16 19:42:38 +0300
commit7834fdfd23f4e9f2c597d136c1fa23b8a4f4e4b0 (patch)
tree83f27943fd3ebb63e54acb539a9876ad738c3429 /sql/parse_file.h
parenta9908e5c419e44372db101bde76b6a639b553618 (diff)
downloadmariadb-git-7834fdfd23f4e9f2c597d136c1fa23b8a4f4e4b0.tar.gz
fix function prototype
Diffstat (limited to 'sql/parse_file.h')
-rw-r--r--sql/parse_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/parse_file.h b/sql/parse_file.h
index 4c944d1c6e2..6a426aa0423 100644
--- a/sql/parse_file.h
+++ b/sql/parse_file.h
@@ -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,