mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
fix incorrect merge 15700f54c2
error messages in 11.8 should have same numbers as in 11.4
This commit is contained in:
@@ -768,7 +768,7 @@ col_1_text = REPEAT("क", 4000)
|
||||
1
|
||||
0
|
||||
Warnings:
|
||||
Warning 4203 2 values were longer than max_sort_length. Sorting used only the first 1024 bytes
|
||||
Warning 4202 2 values were longer than max_sort_length. Sorting used only the first 1024 bytes
|
||||
DROP TABLE worklog5743;
|
||||
CREATE TABLE worklog5743 (
|
||||
col_1_text TEXT(4000) , col_2_text TEXT(4000) ,
|
||||
|
Reference in New Issue
Block a user