diff options
author | monty@hundin.mysql.fi <> | 2002-08-08 20:49:06 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-08-08 20:49:06 +0300 |
commit | 8832927d5c843084664e4ec861f5ebb82d424ed8 (patch) | |
tree | 3a864bb27bc717c690f6d83d2aa5afbc850401a4 /sql/sql_class.cc | |
parent | 77296b3f67f50eb5dd2ed804841d28c6b4e3f103 (diff) | |
download | mariadb-git-8832927d5c843084664e4ec861f5ebb82d424ed8.tar.gz |
Added nety_retry_count as a changeable variable
Make safe_mysqld a symlink to mysqld_safe in binary distribution
Fixed problem with CTRL-C when using mysqld --bootstrap
Diffstat (limited to 'sql/sql_class.cc')
-rw-r--r-- | sql/sql_class.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_class.cc b/sql/sql_class.cc index cc2c9fdc6ef..aff9c9c6c2a 100644 --- a/sql/sql_class.cc +++ b/sql/sql_class.cc @@ -208,7 +208,6 @@ THD::~THD() hash_free(&user_vars); DBUG_PRINT("info", ("freeing host")); - if (host != localhost) // If not pointer to constant safeFree(host); if (user != delayed_user) |