mariadb/mysql-test/suite/parts/r
Alexander Barkov 622250cba7 Bug#52121 partition by key on utf32 enum field cause debug assertion: (length % 4) == 0
Problem: ENUM columns are sorted and distributed according to their
numeric value, but Field::hash() incorrectly passed string character set
(utf32) in combination with numeric value to the hash function,
which made assertion fail.

Fix: pass "binary" character set in combination with numeric value
to the hash function.

  mysql-test/suite/parts/r/part_ctype_utf32.result
  Adding tests

  mysql-test/suite/parts/t/part_ctype_utf32.test
  Adding test

  sql/field.cc
  Pass correct character set pointer to the hash function.
2010-08-23 13:56:21 +04:00
..
ndb_dd_backuprestore.result Bug#41307: Tests using include/ndb_backup.inc won't work on Windows due to 'grep' call. 2009-03-16 17:36:14 -04:00
part_blocked_sql_func_innodb.result Post-push fixes for the bug : 2009-12-14 20:27:43 +03:00
part_blocked_sql_func_myisam.result Post-push fixes for the bug : 2009-12-14 20:27:43 +03:00
part_ctype_utf32.result Bug#52121 partition by key on utf32 enum field cause debug assertion: (length % 4) == 0 2010-08-23 13:56:21 +04:00
part_supported_sql_func_innodb.result merging 5.1 -> 5.1 rpl. 3 of 4 conflicts are resolved similarly to 6.0->6.0-rpl merging. 2008-11-12 19:51:47 +02:00
part_supported_sql_func_myisam.result merging 5.1 -> 5.1 rpl. 3 of 4 conflicts are resolved similarly to 6.0->6.0-rpl merging. 2008-11-12 19:51:47 +02:00
part_supported_sql_func_ndb.result fixed some parts test suite bugs 2009-01-31 17:47:35 +02:00
partition_alter1_1_2_innodb.result merge of bug#47135 into mysql-next-mr-bugfixing 2009-11-25 09:19:34 +01:00
partition_alter1_1_2_myisam.result merge of bug#47135 into mysql-next-mr-bugfixing 2009-11-25 09:19:34 +01:00
partition_alter1_1_2_ndb.result Merge magare.gmz:/home/kgeorge/mysql/work/B36011-take2-5.0-bugteam 2008-05-16 19:03:50 +03:00
partition_alter1_1_innodb.result Backport of test results for Bug#38719 from 6.0 to 5.1 2009-02-18 22:35:28 +01:00
partition_alter1_1_myisam.result Backport of test results for Bug#38719 from 6.0 to 5.1 2009-02-18 22:35:28 +01:00
partition_alter1_1_ndb.result Merge magare.gmz:/home/kgeorge/mysql/work/B36011-take2-5.0-bugteam 2008-05-16 19:03:50 +03:00
partition_alter1_2_innodb.result merge of bug#47135 into mysql-next-mr-bugfixing 2009-11-25 09:19:34 +01:00
partition_alter1_2_myisam.result merge of bug#47135 into mysql-next-mr-bugfixing 2009-11-25 09:19:34 +01:00
partition_alter1_2_ndb.result Merge magare.gmz:/home/kgeorge/mysql/work/B36011-take2-5.0-bugteam 2008-05-16 19:03:50 +03:00
partition_alter2_1_1_innodb.result merge of bug#47135 into mysql-next-mr-bugfixing 2009-11-25 09:19:34 +01:00
partition_alter2_1_2_innodb.result merge of bug#47135 into mysql-next-mr-bugfixing 2009-11-25 09:19:34 +01:00
partition_alter2_1_myisam.result merge of bug#47135 into mysql-next-mr-bugfixing 2009-11-25 09:19:34 +01:00
partition_alter2_2_1_innodb.result merge of bug#47135 into mysql-next-mr-bugfixing 2009-11-25 09:19:34 +01:00
partition_alter2_2_2_innodb.result merge of bug#47135 into mysql-next-mr-bugfixing 2009-11-25 09:19:34 +01:00
partition_alter2_2_myisam.result merge of bug#47135 into mysql-next-mr-bugfixing 2009-11-25 09:19:34 +01:00
partition_alter3_innodb.result WL#5349 Change default storage engine to InnoDB 2010-06-17 22:51:35 +02:00
partition_alter3_myisam.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_alter4_innodb.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_alter4_myisam.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_auto_increment_archive.result Bug#50392: insert_id is not reset for partitioned tables 2010-03-04 18:16:10 +01:00
partition_auto_increment_blackhole.result Bug#50392: insert_id is not reset for partitioned tables 2010-03-04 18:16:10 +01:00
partition_auto_increment_innodb.result Bug#50392: insert_id is not reset for partitioned tables 2010-03-04 18:16:10 +01:00
partition_auto_increment_memory.result Bug#50392: insert_id is not reset for partitioned tables 2010-03-04 18:16:10 +01:00
partition_auto_increment_myisam.result Bug#50392: insert_id is not reset for partitioned tables 2010-03-04 18:16:10 +01:00
partition_auto_increment_ndb.result Bug#50392: insert_id is not reset for partitioned tables 2010-03-04 18:16:10 +01:00
partition_basic_innodb.result WL#5349 Change default storage engine to InnoDB 2010-06-17 22:51:35 +02:00
partition_basic_myisam.result Backport of test results for Bug#38719 from 6.0 to 5.1 2009-02-18 22:35:28 +01:00
partition_basic_symlink_innodb.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_basic_symlink_myisam.result Backport of test results for Bug#38719 from 6.0 to 5.1 2009-02-18 22:35:28 +01:00
partition_bit_innodb.result updated test results 2008-12-09 19:31:22 +04:00
partition_bit_myisam.result updated test results 2008-12-09 19:31:22 +04:00
partition_char_innodb.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_char_myisam.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_datetime_innodb.result Post-push fixes for the bug : 2009-12-14 20:27:43 +03:00
partition_datetime_myisam.result Post-push fixes for the bug : 2009-12-14 20:27:43 +03:00
partition_debug_innodb.result Bug#53676: Unexpected errors and possible table 2010-08-13 09:50:25 +02:00
partition_debug_myisam.result Bug#53676: Unexpected errors and possible table 2010-08-13 09:50:25 +02:00
partition_debug_sync_innodb.result Bug#49907: ALTER TABLE ... TRUNCATE PARTITION does not wait for 2010-08-16 14:53:30 +02:00
partition_decimal_innodb.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_decimal_myisam.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_engine_innodb.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_engine_myisam.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_engine_ndb.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_float_innodb.result Fixed test failures from the 'parts' suite introduced by 2009-12-23 15:04:32 +03:00
partition_float_myisam.result Fixed test failures from the 'parts' suite introduced by 2009-12-23 15:04:32 +03:00
partition_innodb_status_file.result Bug#50201: Server crashes in explain_filename on an InnoDB partitioned table 2010-02-10 10:47:14 +01:00
partition_int_innodb.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_int_myisam.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_int_ndb.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_mgm_lc0_archive.result Bug#49907: ALTER TABLE ... TRUNCATE PARTITION does not wait for 2010-08-16 14:53:30 +02:00
partition_mgm_lc0_innodb.result WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug 2009-09-10 11:15:39 +02:00
partition_mgm_lc0_memory.result WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug 2009-09-10 11:15:39 +02:00
partition_mgm_lc0_myisam.result WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug 2009-09-10 11:15:39 +02:00
partition_mgm_lc0_ndb.result WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug 2009-09-10 11:15:39 +02:00
partition_mgm_lc1_archive.result Bug#49907: ALTER TABLE ... TRUNCATE PARTITION does not wait for 2010-08-16 14:53:30 +02:00
partition_mgm_lc1_innodb.result WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug 2009-09-10 11:15:39 +02:00
partition_mgm_lc1_memory.result WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug 2009-09-10 11:15:39 +02:00
partition_mgm_lc1_myisam.result WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug 2009-09-10 11:15:39 +02:00
partition_mgm_lc1_ndb.result WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug 2009-09-10 11:15:39 +02:00
partition_mgm_lc2_archive.result Bug#49907: ALTER TABLE ... TRUNCATE PARTITION does not wait for 2010-08-16 14:53:30 +02:00
partition_mgm_lc2_innodb.result WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug 2009-09-10 11:15:39 +02:00
partition_mgm_lc2_memory.result WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug 2009-09-10 11:15:39 +02:00
partition_mgm_lc2_myisam.result WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug 2009-09-10 11:15:39 +02:00
partition_mgm_lc2_ndb.result WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug 2009-09-10 11:15:39 +02:00
partition_recover_myisam.result Fix add_suppresion in partition_recover_myisam. 2009-12-13 23:50:33 +00:00
partition_repair_myisam.result Post push fix for valgrind warning in ha_partition.cc 2008-08-19 11:44:22 +02:00
partition_special_innodb.result Bug#53676: Unexpected errors and possible table 2010-08-13 09:50:25 +02:00
partition_special_myisam.result Bug#53676: Unexpected errors and possible table 2010-08-13 09:50:25 +02:00
partition_syntax_innodb.result Fixed test cases with regards to error codes 2009-10-21 18:27:34 +02:00
partition_syntax_myisam.result Fixed test cases with regards to error codes 2009-10-21 18:27:34 +02:00
partition_syntax_ndb.result shorten filenames 2007-04-30 16:24:13 +02:00
partition_t55.out - Add autodetection of which my.cnfs to use for each testcase if suite does 2008-01-10 16:50:37 +01:00
partition_value_innodb.result shorten filenames 2007-04-30 16:24:13 +02:00
partition_value_myisam.result shorten filenames 2007-04-30 16:24:13 +02:00
partition_value_ndb.result shorten filenames 2007-04-30 16:24:13 +02:00
rpl_partition.result Manual merge 2010-05-26 22:34:25 +08:00