mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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:
@ -36,6 +36,7 @@ drop table t1;
|
||||
create table t1 (xxx char(128));
|
||||
insert into t1 (xxx) values('this is a test of some long text to see what happens');
|
||||
select * from t1 where xxx regexp('is a test of some long text to');
|
||||
explain extended select * from t1 where xxx regexp('is a test of some long text to');
|
||||
select * from t1 where xxx regexp('is a test of some long text to ');
|
||||
select * from t1 where xxx regexp('is a test of some long text to s');
|
||||
select * from t1 where xxx regexp('is a test of some long text to se');
|
||||
|
Reference in New Issue
Block a user