diff options
author | georg@lmy002.wdf.sap.corp <> | 2005-09-18 21:43:28 +0200 |
---|---|---|
committer | georg@lmy002.wdf.sap.corp <> | 2005-09-18 21:43:28 +0200 |
commit | 53a7bbf7ca20c79d5be1aaa71d46329c3f257de8 (patch) | |
tree | 4f40850583dc106a3d2244b93f21e79b9e792a6f /sql/parse_file.h | |
parent | afe8dcf2e79a77f955150312b79ba704bb20c8c7 (diff) | |
download | mariadb-git-53a7bbf7ca20c79d5be1aaa71d46329c3f257de8.tar.gz |
Changes after discussion/review with Sanja
Diffstat (limited to 'sql/parse_file.h')
-rw-r--r-- | sql/parse_file.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/parse_file.h b/sql/parse_file.h index cc0aa6556f6..b4199e4fbf1 100644 --- a/sql/parse_file.h +++ b/sql/parse_file.h @@ -48,6 +48,9 @@ my_bool sql_create_definition_file(const LEX_STRING *dir, const LEX_STRING *file_name, const LEX_STRING *type, gptr 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, + uint num_view_backups); class File_parser: public Sql_alloc { |