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
23d72bf3
Commit
23d72bf3
authored
Mar 24, 2017
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Close a file handle in a Perl snippet.
This could fix a race condition between mysqld and perl on Windows.
parent
cd2fe261
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
mysql-test/suite/innodb/t/log_corruption.test
mysql-test/suite/innodb/t/log_corruption.test
+1
-0
No files found.
mysql-test/suite/innodb/t/log_corruption.test
View file @
23d72bf3
...
...
@@ -231,6 +231,7 @@ print OUT pack("H*x[212]Nx[1024]", "590DBAACFE922582", 0xc72d49c4);
# redo log data
print
OUT
pack
(
"H*x[5]"
,
"C0DEBA5E0022000c0000000138"
);
print
OUT
pack
(
"H*x[475]H*"
,
"12860cb7809781e80006626f677573"
,
"089C0ADA"
);
close
OUT
or
die
;
EOF
--
copy_file
$bugdir
/
ib_logfile0
$bugdir
/
ib_logfile
# Anything below innodb_force_recovery=6 must find an invalid redo log.
...
...
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