mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
func_str.result:
after merge fix mysql-test/r/func_str.result: after merge fix
This commit is contained in:
parent
b2898b9243
commit
b01a4b33d5
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ collation(hex(130)) coercibility(hex(130))
|
|||
latin1_swedish_ci 3
|
||||
select collation(char(130)), coercibility(hex(130));
|
||||
collation(char(130)) coercibility(hex(130))
|
||||
binary 3
|
||||
latin1_swedish_ci 3
|
||||
select collation(format(130,10)), coercibility(format(130,10));
|
||||
collation(format(130,10)) coercibility(format(130,10))
|
||||
latin1_swedish_ci 3
|
||||
|
|
Loading…
Add table
Reference in a new issue