Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.5, 11.5(EOL)
-
None
Description
I add this line into dyncol.test:
SELECT hex(column_create(1,'1212' AS CHAR CHARACTER SET utf8mb3 COLLATE utf8mb3_bin)) AS ex; |
and record the test.
Now if I run mtr with --view-protocol, it fails with the following output:
CURRENT_TEST: main.dyncol
|
--- /home/bar/maria-git/10.5.dyncol/mysql-test/main/dyncol.result 2024-03-28 13:16:42.482595620 +0400
|
+++ /home/bar/maria-git/10.5.dyncol/mysql-test/main/dyncol.reject 2024-03-28 13:17:05.012598834 +0400
|
@@ -1951,4 +1951,4 @@
|
#
|
SELECT hex(column_create(1,'1212' AS CHAR CHARACTER SET utf8mb3 COLLATE utf8mb3_bin)) AS ex;
|
ex
|
-0001000100035331323132
|
+0001000100032131323132
|
Attachments
Issue Links
- blocks
-
MDEV-25829 Change default Unicode collation to uca1400_ai_ci
- Closed
-
MDEV-33696 main.dyncol and ctype_unicode_casefold_bmp.inc in --view
- Closed
- relates to
-
MDEV-29446 Change SHOW CREATE TABLE to display default collations
- Closed