summaryrefslogtreecommitdiff
path: root/mysql-test/r/ps.result
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2004-11-08 11:26:34 +0100
committerunknown <joreland@mysql.com>2004-11-08 11:26:34 +0100
commit564fbe2d4b1c3f0d13eafcd2d07bbf31e992856e (patch)
tree60cb7375ff7f7bff58fc7742c6af223db3b99644 /mysql-test/r/ps.result
parenta16a0d7a8c18093395fbcfe2b8bb8071647cd222 (diff)
parent42cff02c5887e925331eaed2c6d0301b0076cbdd (diff)
downloadmariadb-git-564fbe2d4b1c3f0d13eafcd2d07bbf31e992856e.tar.gz
Merge mysql.com:/home/jonas/src/new-fix
into mysql.com:/home/jonas/src/mysql-4.1 ndb/src/ndbapi/NdbOperationExec.cpp: Auto merged sql/ha_ndbcluster.cc: Auto merged
Diffstat (limited to 'mysql-test/r/ps.result')
-rw-r--r--mysql-test/r/ps.result6
1 files changed, 0 insertions, 6 deletions
diff --git a/mysql-test/r/ps.result b/mysql-test/r/ps.result
index 6cad58282a2..6d9cfabb5a7 100644
--- a/mysql-test/r/ps.result
+++ b/mysql-test/r/ps.result
@@ -106,12 +106,6 @@ ERROR 42000: You have an error in your SQL syntax; check the manual that corresp
set @fvar= 123.4567;
prepare stmt1 from @fvar;
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 '123.4567' at line 1
-set @str1 = 'select ?';
-set @str2 = convert(@str1 using ucs2);
-prepare stmt1 from @str2;
-execute stmt1 using @ivar;
-?
-1234
drop table t1,t2;
PREPARE stmt1 FROM "select _utf8 'A' collate utf8_bin = ?";
set @var='A';