diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-04-09 16:19:05 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-04-09 16:19:05 +0200 |
commit | db7809e8172997a0e713a907f29072cc7ff750b4 (patch) | |
tree | c9b0e3722b970272f982049ae900eeae5476ef20 /sql/ha_partition.h | |
parent | a53200d4e7e1377784034d676c609d9b533e9fb7 (diff) | |
download | mariadb-git-db7809e8172997a0e713a907f29072cc7ff750b4.tar.gz |
dead code, remove unused argument
Diffstat (limited to 'sql/ha_partition.h')
-rw-r--r-- | sql/ha_partition.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/ha_partition.h b/sql/ha_partition.h index 4f753cf5a9e..01b77e3f092 100644 --- a/sql/ha_partition.h +++ b/sql/ha_partition.h @@ -239,8 +239,7 @@ public: virtual int create(const char *name, TABLE *form, HA_CREATE_INFO *create_info); virtual int create_partitioning_metadata(const char *name, - const char *old_name, int action_flag, - HA_CREATE_INFO *create_info); + const char *old_name, int action_flag); virtual void update_create_info(HA_CREATE_INFO *create_info); virtual char *update_table_comment(const char *comment); virtual int change_partitions(HA_CREATE_INFO *create_info, |