Commit b90c91a7 authored by guilhem@mysql.com's avatar guilhem@mysql.com

Fix for bug #174 (charset 0 caused segfault)

parent 8f86a0d3
......@@ -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