diff options
author | jani@ua141d10.elisa.omakaista.fi <> | 2006-01-10 18:56:23 +0200 |
---|---|---|
committer | jani@ua141d10.elisa.omakaista.fi <> | 2006-01-10 18:56:23 +0200 |
commit | df801decef746068fffeecbc15c47384a07aa553 (patch) | |
tree | ff61fbb42dec6a32c8814329311348e18dd9f362 /sql/sql_class.cc | |
parent | a09473e6525f5443a7dd8fa0458c344e832d430b (diff) | |
download | mariadb-git-df801decef746068fffeecbc15c47384a07aa553.tar.gz |
Fixed refresh_status function.
Diffstat (limited to 'sql/sql_class.cc')
-rw-r--r-- | sql/sql_class.cc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sql/sql_class.cc b/sql/sql_class.cc index ed2089546da..ca86c077a3a 100644 --- a/sql/sql_class.cc +++ b/sql/sql_class.cc @@ -445,7 +445,12 @@ THD::~THD() /* - Add to one status variable another status variable + Add all status variables to another status variable array + + SYNOPSIS + add_to_status() + to_var add to this array + from_var from this array NOTES This function assumes that all variables are long/ulong. |