summaryrefslogtreecommitdiff
path: root/mysql-test/r/ps_7ndb.result
diff options
context:
space:
mode:
authorunknown <mleich@mysql.com>2004-12-17 12:15:25 +0100
committerunknown <mleich@mysql.com>2004-12-17 12:15:25 +0100
commitfed6df70e063c29187262ee0d637a3d61bb3f269 (patch)
tree82fb5b5878f99f37f7562c71424d59cef6bdc4d4 /mysql-test/r/ps_7ndb.result
parent1780c9b349452c9a06a572800a299495e733ed20 (diff)
parent9aa76331a06f2969cdbc6db6cb3490ca957702aa (diff)
downloadmariadb-git-fed6df70e063c29187262ee0d637a3d61bb3f269.tar.gz
Merge mleich@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/matthias/Arbeit/mysql-4.1/src
Diffstat (limited to 'mysql-test/r/ps_7ndb.result')
-rw-r--r--mysql-test/r/ps_7ndb.result3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/ps_7ndb.result b/mysql-test/r/ps_7ndb.result
index 41c55cac0ca..3dbe3ed6218 100644
--- a/mysql-test/r/ps_7ndb.result
+++ b/mysql-test/r/ps_7ndb.result
@@ -1671,6 +1671,9 @@ a b
1003 duplicate three
1004 duplicate four
delete from t1 where a >= 1000 ;
+set @1=1 ;
+set @2=2 ;
+set @100=100 ;
set @float=1.00;
set @five='five' ;
drop table if exists t2;