Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
35e582c9
Commit
35e582c9
authored
Apr 05, 2017
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust tests for the removal of kill_and_restart_mysqld.inc.
parent
0d34dd7c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
mysql-test/suite/innodb/r/innodb-32k-crash.result
mysql-test/suite/innodb/r/innodb-32k-crash.result
+0
-1
mysql-test/suite/innodb/r/innodb-64k-crash.result
mysql-test/suite/innodb/r/innodb-64k-crash.result
+0
-1
mysql-test/suite/innodb/t/innodb-32k-crash.test
mysql-test/suite/innodb/t/innodb-32k-crash.test
+3
-1
mysql-test/suite/innodb/t/innodb-64k-crash.test
mysql-test/suite/innodb/t/innodb-64k-crash.test
+3
-1
No files found.
mysql-test/suite/innodb/r/innodb-32k-crash.result
View file @
35e582c9
...
@@ -119,7 +119,6 @@ BEGIN;
...
@@ -119,7 +119,6 @@ BEGIN;
INSERT INTO t1 SELECT * from t2;
INSERT INTO t1 SELECT * from t2;
BEGIN;
BEGIN;
UPDATE t1 SET a=@e,b=@e,c=@e,d=@e,e=@e;
UPDATE t1 SET a=@e,b=@e,c=@e,d=@e,e=@e;
# Kill and restart
UPDATE t1 SET a=@f,b=@f,c=@f,d=@f,e=@f,f=@f,g=@f,h=@f,i=@f,j=@f,
UPDATE t1 SET a=@f,b=@f,c=@f,d=@f,e=@f,f=@f,g=@f,h=@f,i=@f,j=@f,
k=@f,l=@f,m=@f,n=@f,o=@f,p=@f,q=@f,r=@f,s=@f,t=@f,u=@f,
k=@f,l=@f,m=@f,n=@f,o=@f,p=@f,q=@f,r=@f,s=@f,t=@f,u=@f,
v=@f,w=@f,x=@b,y=@f,z=@f,
v=@f,w=@f,x=@b,y=@f,z=@f,
...
...
mysql-test/suite/innodb/r/innodb-64k-crash.result
View file @
35e582c9
...
@@ -271,7 +271,6 @@ vb=@c,wb=@c,xb=@c,yb=@c,zb=@c,
...
@@ -271,7 +271,6 @@ vb=@c,wb=@c,xb=@c,yb=@c,zb=@c,
ac=@c,bc=@c,cc=@c,dc=@c,ec=@c,fc=@c,gc=@c,hc=@c,ic=@c,jc=@c,
ac=@c,bc=@c,cc=@c,dc=@c,ec=@c,fc=@c,gc=@c,hc=@c,ic=@c,jc=@c,
kc=@c,lc=@c,mc=@c,nc=@c,oc=@c,pc=@c,qc=@c,rc=@c,sc=@c,tc=@c,uc=@c,
kc=@c,lc=@c,mc=@c,nc=@c,oc=@c,pc=@c,qc=@c,rc=@c,sc=@c,tc=@c,uc=@c,
vc=@c,wc=@c,xc=@c,yc=@c,zc=@c;
vc=@c,wc=@c,xc=@c,yc=@c,zc=@c;
# Kill and restart
UPDATE t1 SET a=@e,b=@e,c=@e,d=@e,e=@e,f=@e,g=@e,h=@e,i=@e,j=@e,
UPDATE t1 SET a=@e,b=@e,c=@e,d=@e,e=@e,f=@e,g=@e,h=@e,i=@e,j=@e,
k=@e,l=@e,m=@e,n=@e,o=@e,p=@e,q=@e,r=@e,s=@e,t=@e,u=@e,
k=@e,l=@e,m=@e,n=@e,o=@e,p=@e,q=@e,r=@e,s=@e,t=@e,u=@e,
v=@e,w=@e,x=@e,y=@e,z=@e,
v=@e,w=@e,x=@e,y=@e,z=@e,
...
...
mysql-test/suite/innodb/t/innodb-32k-crash.test
View file @
35e582c9
...
@@ -144,7 +144,9 @@ INSERT INTO t1 SELECT * from t2;
...
@@ -144,7 +144,9 @@ INSERT INTO t1 SELECT * from t2;
BEGIN
;
BEGIN
;
UPDATE
t1
SET
a
=@
e
,
b
=@
e
,
c
=@
e
,
d
=@
e
,
e
=@
e
;
UPDATE
t1
SET
a
=@
e
,
b
=@
e
,
c
=@
e
,
d
=@
e
,
e
=@
e
;
--
source
include
/
kill_and_restart_mysqld
.
inc
--
let
$shutdown_timeout
=
0
--
source
include
/
restart_mysqld
.
inc
--
let
$shutdown_timeout
=
UPDATE
t1
SET
a
=@
f
,
b
=@
f
,
c
=@
f
,
d
=@
f
,
e
=@
f
,
f
=@
f
,
g
=@
f
,
h
=@
f
,
i
=@
f
,
j
=@
f
,
UPDATE
t1
SET
a
=@
f
,
b
=@
f
,
c
=@
f
,
d
=@
f
,
e
=@
f
,
f
=@
f
,
g
=@
f
,
h
=@
f
,
i
=@
f
,
j
=@
f
,
k
=@
f
,
l
=@
f
,
m
=@
f
,
n
=@
f
,
o
=@
f
,
p
=@
f
,
q
=@
f
,
r
=@
f
,
s
=@
f
,
t
=@
f
,
u
=@
f
,
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
View file @
35e582c9
...
@@ -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,
...
@@ -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,
kc
=@
c
,
lc
=@
c
,
mc
=@
c
,
nc
=@
c
,
oc
=@
c
,
pc
=@
c
,
qc
=@
c
,
rc
=@
c
,
sc
=@
c
,
tc
=@
c
,
uc
=@
c
,
kc
=@
c
,
lc
=@
c
,
mc
=@
c
,
nc
=@
c
,
oc
=@
c
,
pc
=@
c
,
qc
=@
c
,
rc
=@
c
,
sc
=@
c
,
tc
=@
c
,
uc
=@
c
,
vc
=@
c
,
wc
=@
c
,
xc
=@
c
,
yc
=@
c
,
zc
=@
c
;
vc
=@
c
,
wc
=@
c
,
xc
=@
c
,
yc
=@
c
,
zc
=@
c
;
--
source
include
/
kill_and_restart_mysqld
.
inc
--
let
$shutdown_timeout
=
0
--
source
include
/
restart_mysqld
.
inc
--
let
$shutdown_timeout
=
UPDATE
t1
SET
a
=@
e
,
b
=@
e
,
c
=@
e
,
d
=@
e
,
e
=@
e
,
f
=@
e
,
g
=@
e
,
h
=@
e
,
i
=@
e
,
j
=@
e
,
UPDATE
t1
SET
a
=@
e
,
b
=@
e
,
c
=@
e
,
d
=@
e
,
e
=@
e
,
f
=@
e
,
g
=@
e
,
h
=@
e
,
i
=@
e
,
j
=@
e
,
k
=@
e
,
l
=@
e
,
m
=@
e
,
n
=@
e
,
o
=@
e
,
p
=@
e
,
q
=@
e
,
r
=@
e
,
s
=@
e
,
t
=@
e
,
u
=@
e
,
k
=@
e
,
l
=@
e
,
m
=@
e
,
n
=@
e
,
o
=@
e
,
p
=@
e
,
q
=@
e
,
r
=@
e
,
s
=@
e
,
t
=@
e
,
u
=@
e
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment