From 5e3de4a43e2bbd824524f9a5f34f21ccd0a6a991 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 3 Oct 2002 18:47:04 +0300 Subject: fixing EXPLAIN select types --- mysql-test/r/varbinary.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/r/varbinary.result') diff --git a/mysql-test/r/varbinary.result b/mysql-test/r/varbinary.result index a7bd29afd78..1b6cf5e708e 100644 --- a/mysql-test/r/varbinary.result +++ b/mysql-test/r/varbinary.result @@ -12,7 +12,7 @@ insert into t1 set UNIQ=0x38afba1d73e6a18a; insert into t1 set UNIQ=123; explain select * from t1 where UNIQ=0x38afba1d73e6a18a; id select_type table type possible_keys key key_len ref rows Extra -1 FIRST t1 const UNIQ UNIQ 8 const 1 +1 SIMPLE t1 const UNIQ UNIQ 8 const 1 drop table t1; select x'hello'; You have an error in your SQL syntax near 'x'hello'' at line 1 -- cgit v1.2.1