summaryrefslogtreecommitdiff
path: root/mysql-test/t/varbinary.test
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2003-10-30 12:57:26 +0200
committerbell@sanja.is.com.ua <>2003-10-30 12:57:26 +0200
commit33346e26af354ba09d6a885d6eb0f1eccec4f72a (patch)
treefeb3d108a684e5356467c6eca482627ae8d30859 /mysql-test/t/varbinary.test
parentae380c58552728451cc04113b4b7b57bb5f919f7 (diff)
downloadmariadb-git-33346e26af354ba09d6a885d6eb0f1eccec4f72a.tar.gz
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)
Diffstat (limited to 'mysql-test/t/varbinary.test')
-rw-r--r--mysql-test/t/varbinary.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/varbinary.test b/mysql-test/t/varbinary.test
index d58954a189b..9425bd7bd99 100644
--- a/mysql-test/t/varbinary.test
+++ b/mysql-test/t/varbinary.test
@@ -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;
#