[wp-meta] [Making WordPress.org] #6036: MariaDB 10.6: utf8 vs. utf8mb3

Making WordPress.org noreply at wordpress.org
Sun Jan 23 08:28:39 UTC 2022


#6036: MariaDB 10.6: utf8 vs. utf8mb3
---------------------------+---------------------
 Reporter:  JavierCasares  |       Owner:  (none)
     Type:  defect         |      Status:  new
 Priority:  normal         |   Milestone:
Component:  General        |  Resolution:
 Keywords:                 |
---------------------------+---------------------
Changes (by JavierCasares):

 * type:  enhancement => defect


Comment:

 Update:

 - Tests_DB_Charset::test_table_collation_check::test_table_collation_check
 with data set #0

 {{{
  ('CREATE TABLE table_collation_..._bin )', true, 'SELECT * FROM
 table_collation... a='😈'', 'DROP TABLE IF EXISTS table_co...heck_0',
 array('SELECT * FROM table_collation...='foo'', 'SHOW FULL TABLES LIKE
 table_c...heck_0', 'DESCRIBE table_collation_check_0', 'DESC
 table_collation_check_0', 'EXPLAIN SELECT * FROM table_c...heck_0'))
 Failed asserting that false is identical to true.
 }}}

 - Tests_DB_Charset::test_table_collation_check::test_table_collation_check
 with data set #1
 {{{
  ('CREATE TABLE table_collation_...l_ci )', true, 'SELECT * FROM
 table_collation... a='😈'', 'DROP TABLE IF EXISTS table_co...heck_1',
 array('SELECT * FROM table_collation...='foo'', 'SHOW FULL TABLES LIKE
 table_c...heck_1', 'DESCRIBE table_collation_check_1', 'DESC
 table_collation_check_1', 'EXPLAIN SELECT * FROM table_c...heck_1'))
 Failed asserting that false is identical to true.
 }}}

 - Tests_DB_Charset::test_table_collation_check::test_table_collation_check
 with data set #4
 {{{
  ('CREATE TABLE table_collation_... INT )', true, 'SELECT * FROM
 table_collation... a='😈'', 'DROP TABLE IF EXISTS table_co...heck_4',
 array('SELECT * FROM table_collation...='foo'', 'SHOW FULL TABLES LIKE
 table_c...heck_4', 'DESCRIBE table_collation_check_4', 'DESC
 table_collation_check_4', 'EXPLAIN SELECT * FROM table_c...heck_4'))
 Failed asserting that false is identical to true.
 }}}

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/6036#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list