mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Accidentally pushed test changes (#54459) removed.
This commit is contained in:
parent
2b734bbee9
commit
a515a9ed23
1 changed files with 0 additions and 4 deletions
|
|
@ -4087,9 +4087,5 @@ EXPLAIN SELECT 1 FROM t1 ORDER BY a COLLATE latin1_german2_ci;
|
|||
SELECT 1 FROM t1 ORDER BY a COLLATE latin1_german2_ci;
|
||||
DROP TABLE t1;
|
||||
|
||||
create table t1(a enum('a'))engine=myisam charset=latin1;
|
||||
insert into t1 values (''),(''),(''),(NULL);
|
||||
select a, substr(a, 0, 0) from t1 order by substr(a, 0, 0);
|
||||
select a, a collate latin1_german2_ci from t1 order by a collate latin1_german2_ci;
|
||||
|
||||
--echo End of 5.1 tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue