summaryrefslogtreecommitdiff
path: root/include/my_sys.h
diff options
context:
space:
mode:
authorAlfranio Correia <alfranio.correia@oracle.com>2010-12-03 01:06:56 +0000
committerAlfranio Correia <alfranio.correia@oracle.com>2010-12-03 01:06:56 +0000
commitb28d2c25a71c0be09af0e5f1760d17b70530885f (patch)
tree17b03034adacba5198daf59764421d0d94a325d9 /include/my_sys.h
parent3ffab566196fb596e91eb9260d791d8578401b16 (diff)
parent3f5a9c7ea03e5c6a62f41bb90f6b1655c59d3d75 (diff)
downloadmariadb-git-b28d2c25a71c0be09af0e5f1760d17b70530885f.tar.gz
merge mysql-5.5-bugteam(local) --> mysql-5.5-bugteam
Diffstat (limited to 'include/my_sys.h')
-rw-r--r--include/my_sys.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/my_sys.h b/include/my_sys.h
index 7b437e2a745..50abfb124f5 100644
--- a/include/my_sys.h
+++ b/include/my_sys.h
@@ -456,7 +456,8 @@ typedef struct st_io_cache /* Used when cacheing files */
IO_CACHE_CALLBACK pre_close;
/*
Counts the number of times, when we were forced to use disk. We use it to
- increase the binlog_cache_disk_use status variable.
+ increase the binlog_cache_disk_use and binlog_stmt_cache_disk_use status
+ variables.
*/
ulong disk_writes;
void* arg; /* for use by pre/post_read */