diff options
author | Gleb Shchepa <gshchepa@mysql.com> | 2008-09-30 18:16:11 +0500 |
---|---|---|
committer | Gleb Shchepa <gshchepa@mysql.com> | 2008-09-30 18:16:11 +0500 |
commit | 0d24398697469deebd2b58cb16e355c09febbebc (patch) | |
tree | 985ef000a6323c141dba7b919caac613545f2b3c /sql/parse_file.h | |
parent | b8734a1ce2d835729ffaf0058aaf75275c88aaca (diff) | |
parent | 3c9d4ea8219469510999a89d6800e3d1786ec88c (diff) | |
download | mariadb-git-0d24398697469deebd2b58cb16e355c09febbebc.tar.gz |
manual merge 5.0-bugteam --> 5.1-bugteam
Diffstat (limited to 'sql/parse_file.h')
-rw-r--r-- | sql/parse_file.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/parse_file.h b/sql/parse_file.h index 30c902478b8..c05b2853b9a 100644 --- a/sql/parse_file.h +++ b/sql/parse_file.h @@ -82,8 +82,9 @@ my_bool sql_create_definition_file(const LEX_STRING *dir, const LEX_STRING *file_name, const LEX_STRING *type, uchar* base, File_option *parameters, uint versions); -my_bool rename_in_schema_file(const char *schema, const char *old_name, - const char *new_name, ulonglong revision, +my_bool rename_in_schema_file(THD *thd, + const char *schema, const char *old_name, + const char *new_name, ulonglong revision, uint num_view_backups); class File_parser: public Sql_alloc |