mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
added code covarage for functions convert(), nullif(), crc32(), is_used_lock(), char_lengtrh(), bit_xor()
added string length for more speed made code covarage for print() method of Item fixed printability of some items (SCRUM) (WL#1274)
This commit is contained in:
@@ -18,7 +18,7 @@ select x'31',X'ffff'+0;
|
||||
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;
|
||||
explain select * from t1 where UNIQ=0x38afba1d73e6a18a;
|
||||
explain extended select * from t1 where UNIQ=0x38afba1d73e6a18a;
|
||||
drop table t1;
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user