diff options
author | unknown <kostja@oak.local> | 2003-08-29 14:38:39 +0400 |
---|---|---|
committer | unknown <kostja@oak.local> | 2003-08-29 14:38:39 +0400 |
commit | 54fa39256ba81d421d23d4b7189a3c77bc68e7d0 (patch) | |
tree | 9521eb68f26313636ba64d59f456682047813bb5 /sql | |
parent | f2adc9f3dd62a9f1f7493d8401542bc8a007fe47 (diff) | |
download | mariadb-git-54fa39256ba81d421d23d4b7189a3c77bc68e7d0.tar.gz |
removed stale comment
13:58 <monty> konstantin: the comment is missplaced (probably after merge).
You can remove it
sql/sql_parse.cc:
removed stale comment
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'sql')
-rw-r--r-- | sql/sql_parse.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc index d7d7469ceed..663567acfbd 100644 --- a/sql/sql_parse.cc +++ b/sql/sql_parse.cc @@ -533,7 +533,6 @@ check_connections(THD *thd) thd->ip= 0; bzero((char*) &thd->remote,sizeof(struct sockaddr)); } - /* Ensure that wrong hostnames doesn't cause buffer overflows */ vio_keepalive(net->vio, TRUE); ulong pkt_len=0; |