diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-06-11 17:28:26 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-06-11 17:28:26 -0600 |
commit | 64dc74a13d17b863f0ed69b4f7d621b1b5da48ce (patch) | |
tree | b5250cb90f659530c386c257c3c88b396e68b170 /mysql-test/r/multi_update.result | |
parent | 6cddf470868703228ccea153d85ec3899a2f5ae6 (diff) | |
download | mariadb-git-64dc74a13d17b863f0ed69b4f7d621b1b5da48ce.tar.gz |
fixed bugs in mysqltest to get nested while loops to work
added multi-delete test case that does not work - something for Sinisa to fix
client/mysqltest.c:
fixed bugs to make nested whiles to work
Diffstat (limited to 'mysql-test/r/multi_update.result')
-rw-r--r-- | mysql-test/r/multi_update.result | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/mysql-test/r/multi_update.result b/mysql-test/r/multi_update.result new file mode 100644 index 00000000000..21852771c46 --- /dev/null +++ b/mysql-test/r/multi_update.result @@ -0,0 +1,24 @@ +id1 t +1 3 +2 2 +3 1 +id2 t +3 3 +3 2 +3 1 +2 3 +2 2 +2 1 +1 3 +1 2 +1 1 +id3 t +3 3 +3 2 +3 1 +2 3 +2 2 +2 1 +1 3 +1 2 +1 1 |