summaryrefslogtreecommitdiff
path: root/mysql-test/r/multi_update.result
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-06-11 17:28:26 -0600
committerunknown <sasha@mysql.sashanet.com>2001-06-11 17:28:26 -0600
commit64dc74a13d17b863f0ed69b4f7d621b1b5da48ce (patch)
treeb5250cb90f659530c386c257c3c88b396e68b170 /mysql-test/r/multi_update.result
parent6cddf470868703228ccea153d85ec3899a2f5ae6 (diff)
downloadmariadb-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.result24
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