summaryrefslogtreecommitdiff
path: root/mysql-test/r/archive.result
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-12-11 16:43:21 +0100
committerunknown <msvensson@neptunus.(none)>2006-12-11 16:43:21 +0100
commit58558f0686973d643525b0efd40304179496b18e (patch)
treeae8b18683da3bc2fe5d24f617b12e8b6b671ed2a /mysql-test/r/archive.result
parent49b4cf286f8f2eff1336684caf373ac125a94d06 (diff)
downloadmariadb-git-58558f0686973d643525b0efd40304179496b18e.tar.gz
Wait for INSERT DELAYED to finish i.e sleep in while loop until
"select count" is one more.
Diffstat (limited to 'mysql-test/r/archive.result')
-rw-r--r--mysql-test/r/archive.result6
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/r/archive.result b/mysql-test/r/archive.result
index 3be1cdcf15a..f73a80dde65 100644
--- a/mysql-test/r/archive.result
+++ b/mysql-test/r/archive.result
@@ -11120,7 +11120,13 @@ auto fld1 companynr fld3 fld4 fld5 fld6
2 011401 37 breaking dreaded Steinberg W
3 011402 37 Romans scholastics jarring
4 011403 37 intercepted audiology tinily
+SELECT COUNT(auto) FROM t2;
+COUNT(auto)
+1213
INSERT DELAYED INTO t2 VALUES (4,011403,37,'intercepted','audiology','tinily','');
+SELECT COUNT(auto) FROM t2;
+COUNT(auto)
+1214
ALTER TABLE t2 DROP COLUMN fld6;
SHOW CREATE TABLE t2;
Table Create Table