From ee22c6606afc7ed3031ed286ff7c3daf3654fc14 Mon Sep 17 00:00:00 2001 From: laf Date: Wed, 29 Jul 2015 22:08:09 +0000 Subject: [PATCH] Added missing 1024! --- daily.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daily.php b/daily.php index 719ebedfc..ba4052a5d 100644 --- a/daily.php +++ b/daily.php @@ -27,7 +27,7 @@ if ($options['f'] === 'update') { Because of this we have stopped the auto-update running to ensure your system is ok. You currently have a configured innodb_buffer_pool_size of ' . $pool_size / 1024 / 1024 / 1024 . 'G but is - currently using ' . $pool_used / 1024 / 1024 . ' + currently using ' . $pool_used / 1024 / 1024 / 1024 . ' Take a look at https://dev.mysql.com/doc/refman/5.6/en/innodb-buffer-pool.html for further details.