diff options
author | hf@deer.mysql.r18.ru <> | 2002-12-16 18:58:55 +0400 |
---|---|---|
committer | hf@deer.mysql.r18.ru <> | 2002-12-16 18:58:55 +0400 |
commit | c1e69d2cca45deb7fb639696b5e0aeb91ec43ace (patch) | |
tree | 84a5d074a9241cebc5ac2f73a883ad6765c39100 /sql/sql_base.cc | |
parent | 79a184fe0966c6fbe467bb66b6434bf5a8a964fe (diff) | |
parent | e3b3b6830788d1a318df452e3c11956347392e0a (diff) | |
download | mariadb-git-c1e69d2cca45deb7fb639696b5e0aeb91ec43ace.tar.gz |
Merging
Diffstat (limited to 'sql/sql_base.cc')
-rw-r--r-- | sql/sql_base.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_base.cc b/sql/sql_base.cc index 87cc0d616a9..f7a0c6960d4 100644 --- a/sql/sql_base.cc +++ b/sql/sql_base.cc @@ -195,7 +195,6 @@ OPEN_TABLE_LIST *list_open_tables(THD *thd, const char *wild) DBUG_RETURN(open_list); } - /***************************************************************************** * Functions to free open table cache ****************************************************************************/ |