1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

workaround for gcc bug

This commit is contained in:
serg@serg.mysql.com
2003-01-22 15:05:37 +01:00
parent 3b1ed68875
commit 897b165bda

View File

@@ -40,7 +40,7 @@ bool Protocol::net_store_data(const char *from, uint length)
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);
}