Skip to content

Commit 35e582c

Browse files
committed
Adjust tests for the removal of kill_and_restart_mysqld.inc.
1 parent 0d34dd7 commit 35e582c

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

mysql-test/suite/innodb/r/innodb-32k-crash.result

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ BEGIN;
119119
INSERT INTO t1 SELECT * from t2;
120120
BEGIN;
121121
UPDATE t1 SET a=@e,b=@e,c=@e,d=@e,e=@e;
122-
# Kill and restart
123122
UPDATE t1 SET a=@f,b=@f,c=@f,d=@f,e=@f,f=@f,g=@f,h=@f,i=@f,j=@f,
124123
k=@f,l=@f,m=@f,n=@f,o=@f,p=@f,q=@f,r=@f,s=@f,t=@f,u=@f,
125124
v=@f,w=@f,x=@b,y=@f,z=@f,

mysql-test/suite/innodb/r/innodb-64k-crash.result

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ vb=@c,wb=@c,xb=@c,yb=@c,zb=@c,
271271
ac=@c,bc=@c,cc=@c,dc=@c,ec=@c,fc=@c,gc=@c,hc=@c,ic=@c,jc=@c,
272272
kc=@c,lc=@c,mc=@c,nc=@c,oc=@c,pc=@c,qc=@c,rc=@c,sc=@c,tc=@c,uc=@c,
273273
vc=@c,wc=@c,xc=@c,yc=@c,zc=@c;
274-
# Kill and restart
275274
UPDATE t1 SET a=@e,b=@e,c=@e,d=@e,e=@e,f=@e,g=@e,h=@e,i=@e,j=@e,
276275
k=@e,l=@e,m=@e,n=@e,o=@e,p=@e,q=@e,r=@e,s=@e,t=@e,u=@e,
277276
v=@e,w=@e,x=@e,y=@e,z=@e,

mysql-test/suite/innodb/t/innodb-32k-crash.test

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,9 @@ INSERT INTO t1 SELECT * from t2;
144144

145145
BEGIN;
146146
UPDATE t1 SET a=@e,b=@e,c=@e,d=@e,e=@e;
147-
--source include/kill_and_restart_mysqld.inc
147+
--let $shutdown_timeout=0
148+
--source include/restart_mysqld.inc
149+
--let $shutdown_timeout=
148150

149151
UPDATE t1 SET a=@f,b=@f,c=@f,d=@f,e=@f,f=@f,g=@f,h=@f,i=@f,j=@f,
150152
k=@f,l=@f,m=@f,n=@f,o=@f,p=@f,q=@f,r=@f,s=@f,t=@f,u=@f,

mysql-test/suite/innodb/t/innodb-64k-crash.test

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,9 @@ UPDATE t1 SET a=@c,b=@c,c=@c,d=@c,e=@c,f=@c,g=@c,h=@c,i=@c,j=@c,
300300
kc=@c,lc=@c,mc=@c,nc=@c,oc=@c,pc=@c,qc=@c,rc=@c,sc=@c,tc=@c,uc=@c,
301301
vc=@c,wc=@c,xc=@c,yc=@c,zc=@c;
302302

303-
--source include/kill_and_restart_mysqld.inc
303+
--let $shutdown_timeout=0
304+
--source include/restart_mysqld.inc
305+
--let $shutdown_timeout=
304306

305307
UPDATE t1 SET a=@e,b=@e,c=@e,d=@e,e=@e,f=@e,g=@e,h=@e,i=@e,j=@e,
306308
k=@e,l=@e,m=@e,n=@e,o=@e,p=@e,q=@e,r=@e,s=@e,t=@e,u=@e,

0 commit comments

Comments
 (0)