summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
diff options
context:
space:
mode:
authormonty@tik.mysql.fi <>2001-07-07 23:26:06 +0300
committermonty@tik.mysql.fi <>2001-07-07 23:26:06 +0300
commit19a99dd3fd926fe7d83242bf59b58d497f55cb83 (patch)
treee0737023555d3078624f28e147e5c02b88c552ac /sql/sql_show.cc
parentc66b870cfc4b883e4a2ab808fad91b6e3a7c9bbd (diff)
downloadmariadb-git-19a99dd3fd926fe7d83242bf59b58d497f55cb83.tar.gz
dded volatile to replication variable
Diffstat (limited to 'sql/sql_show.cc')
-rw-r--r--sql/sql_show.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_show.cc b/sql/sql_show.cc
index 6f99495d94d..84dc5931139 100644
--- a/sql/sql_show.cc
+++ b/sql/sql_show.cc
@@ -127,7 +127,6 @@ int mysqld_show_open_tables(THD *thd,const char *db,const char *wild)
DBUG_RETURN(-1);
}
-
send_eof(&thd->net);
DBUG_RETURN(0);
}