1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

dded volatile to replication variable

Docs/manual.texi:
  Changelog
sql/slave.cc:
  Added volatile to replication variable
sql/slave.h:
  Added volatile to replication variable
sql/sql_base.cc:
  Cleanup
sql/sql_show.cc:
  Cleanup
This commit is contained in:
unknown
2001-07-07 23:26:06 +03:00
parent c2ed1c114a
commit 973c1c44aa
5 changed files with 32 additions and 14 deletions

View File

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