1
0
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:
monty@donna.mysql.com
2000-09-02 07:58:42 +03:00
parent 7155d2a14c
commit 4496d43faa
23 changed files with 365 additions and 325 deletions

View File

@ -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);