diff options
author | Alfranio Correia <alfranio.correia@oracle.com> | 2010-12-03 01:06:56 +0000 |
---|---|---|
committer | Alfranio Correia <alfranio.correia@oracle.com> | 2010-12-03 01:06:56 +0000 |
commit | f077bda60680f953d92e886cd8f214ebd3810874 (patch) | |
tree | 17b03034adacba5198daf59764421d0d94a325d9 /include/my_sys.h | |
parent | 651d029e99006a59806d391aa4f04d4946c6d5d7 (diff) | |
parent | bf2c66d4a7281c1d7dbf49cbad315c7041762670 (diff) | |
download | mariadb-git-f077bda60680f953d92e886cd8f214ebd3810874.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.h | 3 |
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 */ |