summaryrefslogtreecommitdiff
path: root/mysql-test/r/ps.result
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2005-07-15 19:46:42 +0200
committerunknown <tomas@poseidon.ndb.mysql.com>2005-07-15 19:46:42 +0200
commit9c2b24b6f9b6383a8e86fdd02d5efc156369e644 (patch)
treed92970ca44c0601d5ee0c2a8d5e0ec2fcc69f7f4 /mysql-test/r/ps.result
parent373d471a041f8cb52a9ea1e8773f60119bc04228 (diff)
downloadmariadb-git-9c2b24b6f9b6383a8e86fdd02d5efc156369e644.tar.gz
Bug#9442, moved ps ucs2 test from ps.test to ctype_ucs.test
Diffstat (limited to 'mysql-test/r/ps.result')
-rw-r--r--mysql-test/r/ps.result19
1 files changed, 0 insertions, 19 deletions
diff --git a/mysql-test/r/ps.result b/mysql-test/r/ps.result
index 1896db84de0..81d85306e93 100644
--- a/mysql-test/r/ps.result
+++ b/mysql-test/r/ps.result
@@ -759,25 +759,6 @@ execute stmt using @a, @b;
?=?
1
deallocate prepare stmt;
-create table t1 (utext varchar(20) character set ucs2);
-insert into t1 values ("lily");
-insert into t1 values ("river");
-prepare stmt from 'select utext from t1 where utext like ?';
-set @param1='%%';
-execute stmt using @param1;
-utext
-lily
-river
-execute stmt using @param1;
-utext
-lily
-river
-select utext from t1 where utext like '%%';
-utext
-lily
-river
-drop table t1;
-deallocate prepare stmt;
create table t1 (a int);
prepare stmt from "select ??";
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '?' at line 1