summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
diff options
context:
space:
mode:
authorunknown <jani@ua141d10.elisa.omakaista.fi>2006-01-10 19:19:56 +0200
committerunknown <jani@ua141d10.elisa.omakaista.fi>2006-01-10 19:19:56 +0200
commit26e7bf4aee7a2570db20957eb92b11044162d816 (patch)
treeab72b57f9996d570603a7f9c20a9e4770242ff94 /sql/sql_parse.cc
parent55499cad0dc7403832b45ac072359cc2a62aa890 (diff)
downloadmariadb-git-26e7bf4aee7a2570db20957eb92b11044162d816.tar.gz
Changed function prototype.
Diffstat (limited to 'sql/sql_parse.cc')
-rw-r--r--sql/sql_parse.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc
index e322fd466d3..58594cce293 100644
--- a/sql/sql_parse.cc
+++ b/sql/sql_parse.cc
@@ -73,7 +73,7 @@ static void decrease_user_connections(USER_CONN *uc);
static bool check_db_used(THD *thd,TABLE_LIST *tables);
static bool check_multi_update_lock(THD *thd);
static void remove_escape(char *name);
-static void refresh_status(void);
+static void refresh_status(THD *thd);
static bool append_file_to_dir(THD *thd, const char **filename_ptr,
const char *table_name);