mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Bug#30843 Bad Test addition to t/archive.test
- Add extra insert mysql-test/r/archive.result: Add an extra insert to guarantee that the delayed insert shows up in the table mysql-test/t/archive.test: Add an extra insert to guarantee that the delayed insert shows up in the table
This commit is contained in:
parent
05dd9e4987
commit
8a42112692
2 changed files with 12 additions and 2 deletions
|
|
@ -11124,9 +11124,10 @@ SELECT COUNT(auto) FROM t2;
|
|||
COUNT(auto)
|
||||
1213
|
||||
INSERT DELAYED INTO t2 VALUES (4,011403,37,'intercepted','audiology','tinily','');
|
||||
INSERT INTO t2 VALUES (5,000001,00,'after','delayed','insert','');
|
||||
SELECT COUNT(auto) FROM t2;
|
||||
COUNT(auto)
|
||||
1214
|
||||
1215
|
||||
ALTER TABLE t2 DROP COLUMN fld6;
|
||||
SHOW CREATE TABLE t2;
|
||||
Table Create Table
|
||||
|
|
@ -12354,6 +12355,7 @@ auto fld1 companynr fld3 fld4 fld5
|
|||
3 011402 37 Romans scholastics jarring
|
||||
4 011403 37 intercepted audiology tinily
|
||||
4 011403 37 intercepted audiology tinily
|
||||
5 000001 00 after delayed insert
|
||||
drop table t1, t2, t4;
|
||||
create table t1 (i int) engine=archive;
|
||||
insert into t1 values (1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue