diff options
author | Aditya A <aditya.a@oracle.com> | 2013-06-14 11:28:29 +0530 |
---|---|---|
committer | Aditya A <aditya.a@oracle.com> | 2013-06-14 11:28:29 +0530 |
commit | 291e0296d55815ed52090c06a3ccda1dacd05049 (patch) | |
tree | 503b67ee7e78e30eca277c7ced3186132277f301 /sql/ha_partition.h | |
parent | d9a71d5cbe10c9f033ec3b588b98494eec2b9f81 (diff) | |
parent | dfb6f63bcf379dcefda43808a2d9f0d80254e3ad (diff) | |
download | mariadb-git-291e0296d55815ed52090c06a3ccda1dacd05049.tar.gz |
Bug#13548704 ALGORITHM USED FOR DROPPING PARTITIONED TABLE CAN LEAD
TO INCONSISTENCY
[Merge from 5.1]
Diffstat (limited to 'sql/ha_partition.h')
-rw-r--r-- | sql/ha_partition.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_partition.h b/sql/ha_partition.h index 3895e99d327..eef93e056ef 100644 --- a/sql/ha_partition.h +++ b/sql/ha_partition.h @@ -275,7 +275,7 @@ private: delete_table, rename_table and create uses very similar logic which is packed into this routine. */ - uint del_ren_cre_table(const char *from, const char *to, + int del_ren_cre_table(const char *from, const char *to, TABLE *table_arg, HA_CREATE_INFO *create_info); /* One method to create the table_name.par file containing the names of the |