mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fixed so that character set constants are encoded as hex strings in frm file, but as utf8 strings in the same manner as default values in show create table and information schema tables
This commit is contained in:
@@ -2062,10 +2062,8 @@ int partition_info::fix_parser_data(THD *thd)
|
||||
{
|
||||
List_iterator<partition_element> it(partitions);
|
||||
partition_element *part_elem;
|
||||
part_elem_value *val;
|
||||
uint num_elements;
|
||||
uint i= 0, j, k;
|
||||
int result;
|
||||
DBUG_ENTER("partition_info::fix_parser_data");
|
||||
|
||||
if (!(part_type == RANGE_PARTITION ||
|
||||
|
Reference in New Issue
Block a user