diff options
author | heikki@hundin.mysql.fi <> | 2003-11-25 21:52:22 +0200 |
---|---|---|
committer | heikki@hundin.mysql.fi <> | 2003-11-25 21:52:22 +0200 |
commit | dc95a025d64842d6b8c5074e695ce58629287158 (patch) | |
tree | 98c5ddfb555b502cc3154d6f4de5497072c25c18 /innobase/include | |
parent | 42c4e5cad870e64530968bc790a95c02097e2d60 (diff) | |
download | mariadb-git-dc95a025d64842d6b8c5074e695ce58629287158.tar.gz |
fil0fil.h, fil0fil.c:
ibbackup --apply-log must be able to rename a table based only on the space id
Diffstat (limited to 'innobase/include')
-rw-r--r-- | innobase/include/fil0fil.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/innobase/include/fil0fil.h b/innobase/include/fil0fil.h index 0ed012c489a..310336af38e 100644 --- a/innobase/include/fil0fil.h +++ b/innobase/include/fil0fil.h @@ -329,7 +329,9 @@ fil_rename_tablespace( /*==================*/ /* out: TRUE if success */ char* old_name, /* in: old table name in the standard - databasename/tablename format of InnoDB */ + databasename/tablename format of InnoDB, or + NULL if we do the rename based on the space + id only */ ulint id, /* in: space id */ char* new_name); /* in: new table name in the standard databasename/tablename format of InnoDB */ |