mysqlbinlog doesn't accept stdin
Bug #933969 reported by
Sergei Glushchenko
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MySQL Server |
Unknown
|
Unknown
|
|||
Percona Server moved to https://jira.percona.com/projects/PS |
Fix Released
|
High
|
Sergei Glushchenko | ||
5.1 |
Fix Released
|
High
|
Sergei Glushchenko | ||
5.5 |
Fix Released
|
High
|
Sergei Glushchenko |
Bug Description
It's a
http://
mysqlbinlog can't handle stdin when "|" used.
'mysqlbinlog - < binlog' work fine, but 'zcat binlog.gz | mysqlbinlog -' fails with "ERROR: Failed reading header; probably an empty file."
Related branches
lp://staging/~sergei.glushchenko/percona-server/mysqlbinlog-stdin
- Alexey Kopytov (community): Approve
- Stewart Smith (community): Needs Fixing
-
Diff: 105 lines (+93/-0)2 files modifiedpatches/bug933969.patch (+92/-0)
patches/series (+1/-0)
lp://staging/~sergei.glushchenko/percona-server/mysqlbinlog-stdin-5.1
- Alexey Kopytov (community): Approve
-
Diff: 97 lines (+61/-2)3 files modifiedPercona-Server/client/mysqlbinlog.cc (+3/-2)
Percona-Server/mysql-test/r/percona_bug933969.result (+16/-0)
Percona-Server/mysql-test/t/percona_bug933969.test (+42/-0)
Changed in percona-server: | |
status: | Triaged → In Progress |
tags: | added: upstream |
To post a comment you must log in.
We have related issue #21634