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
c24ec3ce
Commit
c24ec3ce
authored
Nov 07, 2019
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Plain Diff
Merge 10.3 into 10.4
parents
928abd69
352e7667
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
mysql-test/suite/innodb/r/ibuf_not_empty.result
mysql-test/suite/innodb/r/ibuf_not_empty.result
+2
-0
mysql-test/suite/innodb/t/ibuf_not_empty.test
mysql-test/suite/innodb/t/ibuf_not_empty.test
+6
-0
No files found.
mysql-test/suite/innodb/r/ibuf_not_empty.result
View file @
c24ec3ce
...
...
@@ -24,6 +24,8 @@ Table Op Msg_type Msg_text
test.t1 check Warning InnoDB: Index 'b' contains #### entries, should be 4096.
test.t1 check error Corrupt
# restart
SET GLOBAL innodb_purge_rseg_truncate_frequency=1;
InnoDB 0 transactions not purged
SET GLOBAL innodb_fast_shutdown=0;
# restart
DROP TABLE t1;
mysql-test/suite/innodb/t/ibuf_not_empty.test
View file @
c24ec3ce
...
...
@@ -86,6 +86,12 @@ check table t1;
--
let
$restart_parameters
=
--
source
include
/
restart_mysqld
.
inc
# Ensure that the slow shutdown will not time out due to running purge.
SET
GLOBAL
innodb_purge_rseg_truncate_frequency
=
1
;
--
source
include
/
wait_all_purged
.
inc
# The change buffer merge for the injected corruption must complete
# without exceeding the 60-second shutdown_server timeout.
SET
GLOBAL
innodb_fast_shutdown
=
0
;
--
source
include
/
restart_mysqld
.
inc
...
...
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