diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-08-02 10:50:15 +0300 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-08-02 10:50:15 +0300 |
commit | 4f738e9b7ce7a781d7144997791c846c0eee92e5 (patch) | |
tree | 1c446309f41470662e22955b598284efc28c7f52 /sql/table.h | |
parent | 80aa8824971de3e5524537e30175b2390d0570db (diff) | |
parent | 9899e690f06e275e8c7b2e39dba96b46701fd949 (diff) | |
download | mariadb-git-4f738e9b7ce7a781d7144997791c846c0eee92e5.tar.gz |
merge mysql-5.1-bugteam into mysql-5.1-security
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/table.h b/sql/table.h index 9088b3b6965..bbb39aae6f7 100644 --- a/sql/table.h +++ b/sql/table.h @@ -441,7 +441,7 @@ typedef struct st_table_share #ifdef WITH_PARTITION_STORAGE_ENGINE /** @todo: Move into *ha_data for partitioning */ bool auto_partitioned; - const char *partition_info; + char *partition_info; uint partition_info_len; uint partition_info_buffer_size; const char *part_state; |