-
Dyre Tjeldvoll authored
Problem: Using a partition list with more than 256 entries would fail. Solution: Change mysql.table_partition_values.list_num from TINYINT to SMALLINT, so that it can handle larger values. Change-Id: I418ffdbec3ce51618f6413f14523f242bc6f9a4e
Dyre Tjeldvoll authoredProblem: Using a partition list with more than 256 entries would fail. Solution: Change mysql.table_partition_values.list_num from TINYINT to SMALLINT, so that it can handle larger values. Change-Id: I418ffdbec3ce51618f6413f14523f242bc6f9a4e
Loading