WL#4027: Print function for RBR events

Affects: Server-7.x — Status: Cancelled — Priority: Low

Cancelled, since all of this work is done in BUG#31455.
-- Lars 2008-08-05


RATIONALE
---------
To fix BUG#31455.

RBR events are currently printed as BINLOG base64 format by
mysqlbinlog program.

It would be good for debugging if this is written in cleartext.

REQUIREMENT
-----------
1. For each row event, list all column data
2. For each table map event, list all columns and 
   all data about the columns


IMPLEMENTATION
--------------
Probably use val_str() in field.cc

You must be logged in to tag this worklog

No Comments yet

Votes

Not yet rated.
You must be logged in to vote.

Watches

0 members are watching this worklog
You must be logged in to track this worklog.

Provide Feedback

Please note:
HTML will be purified, but we allow for a number of HTML tags so that you have the flexibility to decorate your comment text to some extent. The comments allow the following HTML tags:

strong, b, em, blockquote, a, code, pre

To put code into your comment, simply encapsulate your code with
[code language="XXX"][/code], where XXX is any common language, for instance "PHP", "SQL", "C", etc.



You must be logged in to comment