diff options
author | unknown <mleich@mysql.com> | 2004-12-17 12:15:25 +0100 |
---|---|---|
committer | unknown <mleich@mysql.com> | 2004-12-17 12:15:25 +0100 |
commit | fed6df70e063c29187262ee0d637a3d61bb3f269 (patch) | |
tree | 82fb5b5878f99f37f7562c71424d59cef6bdc4d4 /mysql-test/r/ps_7ndb.result | |
parent | 1780c9b349452c9a06a572800a299495e733ed20 (diff) | |
parent | 9aa76331a06f2969cdbc6db6cb3490ca957702aa (diff) | |
download | mariadb-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.result | 3 |
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; |