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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user