summaryrefslogtreecommitdiff
path: root/sql/ha_partition.h
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-04-09 15:49:13 +0200
committerSergei Golubchik <sergii@pisem.net>2013-04-09 15:49:13 +0200
commit07b252391811d20a6ddd49bac9492257048e8ed6 (patch)
tree805d97230cc73b727437fa064312e43e3879ee7c /sql/ha_partition.h
parent5d364e53cb8545790e1b5f37489a2180b78a43cc (diff)
downloadmariadb-git-07b252391811d20a6ddd49bac9492257048e8ed6.tar.gz
rename a handler method to more precisely reflect what kind of a hack it does
Diffstat (limited to 'sql/ha_partition.h')
-rw-r--r--sql/ha_partition.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/ha_partition.h b/sql/ha_partition.h
index 9e1c5b0bf5f..4f753cf5a9e 100644
--- a/sql/ha_partition.h
+++ b/sql/ha_partition.h
@@ -229,7 +229,7 @@ public:
chance for the handler to add any interesting comments to the table
comments not provided by the users comment.
- create_handler_files is called before opening a new handler object
+ create_partitioning_metadata is called before opening a new handler object
with openfrm to call create. It is used to create any local handler
object needed in opening the object in openfrm
-------------------------------------------------------------------------
@@ -238,7 +238,7 @@ public:
virtual int rename_table(const char *from, const char *to);
virtual int create(const char *name, TABLE *form,
HA_CREATE_INFO *create_info);
- virtual int create_handler_files(const char *name,
+ virtual int create_partitioning_metadata(const char *name,
const char *old_name, int action_flag,
HA_CREATE_INFO *create_info);
virtual void update_create_info(HA_CREATE_INFO *create_info);