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
e3c29107
Commit
e3c29107
authored
Dec 24, 2011
by
Nirbhay Choubey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug#12809202 61854: MYSQLDUMP --SINGLE-TRANSACTION
--FLUSH-LOG BREAKS CONSISTENCY Post-fix for some failing tests.
parent
6bd02d1e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
client/mysqldump.c
client/mysqldump.c
+2
-0
mysql-test/r/mysqldump.result
mysql-test/r/mysqldump.result
+4
-0
mysql-test/t/mysqldump.test
mysql-test/t/mysqldump.test
+6
-0
No files found.
client/mysqldump.c
View file @
e3c29107
...
...
@@ -562,6 +562,8 @@ static void verbose_msg(const char *fmt, ...)
vfprintf
(
stderr
,
fmt
,
args
);
va_end
(
args
);
fflush
(
stderr
);
DBUG_VOID_RETURN
;
}
...
...
mysql-test/r/mysqldump.result
View file @
e3c29107
...
...
@@ -4762,3 +4762,7 @@ UNLOCK TABLES;
DROP TABLE b12809202_db.t1;
DROP TABLE b12809202_db.t2;
DROP DATABASE b12809202_db;
#
# Delete all existing binary logs.
#
RESET MASTER;
mysql-test/t/mysqldump.test
View file @
e3c29107
...
...
@@ -2243,9 +2243,15 @@ INSERT INTO b12809202_db.t2 VALUES (1), (2), (3);
--
echo
--
echo
#### Dump ends here ####
# Cleanup
DROP
TABLE
b12809202_db
.
t1
;
DROP
TABLE
b12809202_db
.
t2
;
DROP
DATABASE
b12809202_db
;
--
echo
#
--
echo
# Delete all existing binary logs.
--
echo
#
RESET
MASTER
;
# Wait till we reached the initial number of concurrent sessions
--
source
include
/
wait_until_count_sessions
.
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