Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5.33a
-
None
-
None
Description
=== modified file 'client/mysqldump.c'
|
--- client/mysqldump.c 2014-05-09 10:35:11 +0000
|
+++ client/mysqldump.c 2014-06-16 08:07:16 +0000
|
@@ -1177,7 +1185,7 @@ check_consistent_binlog_pos(char *binlog
|
|
if (mysql_query_with_error_report(mysql, &res,
|
"SHOW STATUS LIKE 'binlog_snapshot_%'"))
|
- return 1;
|
+ return 0;
|
|
found= 0;
|
while ((row= mysql_fetch_row(res)))
|
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 5.5.39 [ 15800 ] |
Affects Version/s | 5.5.33a [ 13500 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Comment | [ test ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Fix Version/s | 5.5.39 [ 16301 ] |
Fix Version/s | 5.5 [ 15800 ] |
Workflow | MariaDB v2 [ 47279 ] | MariaDB v3 [ 63939 ] |
Workflow | MariaDB v3 [ 63939 ] | MariaDB v4 [ 147965 ] |