mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Quoting of TIMESTAMP columns and small optimizations
This commit is contained in:
@ -150,7 +150,8 @@ THD::~THD()
|
||||
|
||||
DBUG_PRINT("info", ("freeing host"));
|
||||
|
||||
safeFree(host);
|
||||
if (host != localhost) // If not pointer to constant
|
||||
safeFree(host);
|
||||
safeFree(user);
|
||||
safeFree(db);
|
||||
safeFree(ip);
|
||||
|
Reference in New Issue
Block a user