diff options
author | unknown <Li-Bing.Song@sun.com> | 2010-07-29 11:24:35 +0800 |
---|---|---|
committer | unknown <Li-Bing.Song@sun.com> | 2010-07-29 11:24:35 +0800 |
commit | cb63e6d0214a2542fbb774c279af1a32abba68dd (patch) | |
tree | 1cb3a7a9fbd34fa79c77f469bbe557f689c64a68 /sql/sql_partition.cc | |
parent | b0b0d055ee6e5229e7e9733e0f59cf31d96f614c (diff) | |
parent | 2124538d9cea1cea39b01f0b8b99052b36004fb9 (diff) | |
download | mariadb-git-cb63e6d0214a2542fbb774c279af1a32abba68dd.tar.gz |
Manual merge
Diffstat (limited to 'sql/sql_partition.cc')
-rw-r--r-- | sql/sql_partition.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_partition.cc b/sql/sql_partition.cc index 49f972f35ca..ed6d3af2e43 100644 --- a/sql/sql_partition.cc +++ b/sql/sql_partition.cc @@ -4183,7 +4183,7 @@ void get_partition_set(const TABLE *table, uchar *buf, const uint index, */ bool mysql_unpack_partition(THD *thd, - const char *part_buf, uint part_info_len, + char *part_buf, uint part_info_len, TABLE* table, bool is_create_table_ind, handlerton *default_db_type, bool *work_part_info_used) |