summaryrefslogtreecommitdiff
path: root/sql/parse_file.h
diff options
context:
space:
mode:
authorgeorg@lmy002.wdf.sap.corp <>2005-09-18 21:43:28 +0200
committergeorg@lmy002.wdf.sap.corp <>2005-09-18 21:43:28 +0200
commit53a7bbf7ca20c79d5be1aaa71d46329c3f257de8 (patch)
tree4f40850583dc106a3d2244b93f21e79b9e792a6f /sql/parse_file.h
parentafe8dcf2e79a77f955150312b79ba704bb20c8c7 (diff)
downloadmariadb-git-53a7bbf7ca20c79d5be1aaa71d46329c3f257de8.tar.gz
Changes after discussion/review with Sanja
Diffstat (limited to 'sql/parse_file.h')
-rw-r--r--sql/parse_file.h3
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
{