Commit 897b165b authored by serg@serg.mysql.com's avatar serg@serg.mysql.com

workaround for gcc bug

parent 3b1ed688
...@@ -40,7 +40,7 @@ bool Protocol::net_store_data(const char *from, uint length) ...@@ -40,7 +40,7 @@ bool Protocol::net_store_data(const char *from, uint length)
return 0; return 0;
} }
inline bool Protocol::convert_str(const char *from, uint length) bool Protocol::convert_str(const char *from, uint length)
{ {
convert->store(packet, from, length); convert->store(packet, from, length);
} }
......
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