summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
diff options
context:
space:
mode:
authorjani@ua141d10.elisa.omakaista.fi <>2006-01-10 18:56:23 +0200
committerjani@ua141d10.elisa.omakaista.fi <>2006-01-10 18:56:23 +0200
commitdf801decef746068fffeecbc15c47384a07aa553 (patch)
treeff61fbb42dec6a32c8814329311348e18dd9f362 /sql/sql_class.cc
parenta09473e6525f5443a7dd8fa0458c344e832d430b (diff)
downloadmariadb-git-df801decef746068fffeecbc15c47384a07aa553.tar.gz
Fixed refresh_status function.
Diffstat (limited to 'sql/sql_class.cc')
-rw-r--r--sql/sql_class.cc7
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.