mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
fixed tests to be independed from environment
This commit is contained in:
@@ -10,6 +10,7 @@ select x'31',X'ffff'+0;
|
||||
# Test of hex constants in WHERE:
|
||||
#
|
||||
|
||||
drop table if exists t1;
|
||||
create table t1 (ID int(8) unsigned zerofill not null auto_increment,UNIQ bigint(21) unsigned zerofill not null,primary key (ID),unique (UNIQ) );
|
||||
insert into t1 set UNIQ=0x38afba1d73e6a18a;
|
||||
insert into t1 set UNIQ=123;
|
||||
|
||||
Reference in New Issue
Block a user