mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
fixed tests to be independed from environment
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
# test sort,min and max on binary fields
|
||||
#
|
||||
|
||||
drop table if exists t1,t2;
|
||||
create table t1 (name char(20) not null, primary key (name));
|
||||
create table t2 (name char(20) binary not null, primary key (name));
|
||||
insert into t1 values ("<22>");
|
||||
|
Reference in New Issue
Block a user