Commit 3fe86d34 authored by unknown's avatar unknown

Fix for bug #174 (charset 0 caused segfault)

parent d23ff904
......@@ -328,7 +328,7 @@ int Log_event::exec_event(struct st_relay_log_info* rli)
****************************************************************************/
void Log_event::pack_info(Protocol *protocol)
{
protocol->store("",0);
protocol->store("", &my_charset_bin);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment