mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
fix IM to display version string in "show instance status" (Bug #10229)
This commit is contained in:
@ -52,7 +52,7 @@ public:
|
||||
|
||||
~Buffer()
|
||||
{
|
||||
free(buffer);
|
||||
my_free(buffer, MYF(0));
|
||||
}
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user