From 83fa69affd27b98c5f7829d939fa3a202105f28d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 18 Apr 2016 16:57:50 +0200 Subject: [PATCH] Add missing reference to FAQ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- doc/config.rst | 2 ++ doc/faq.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/doc/config.rst b/doc/config.rst index cd22050fd5..2f8c4cf1da 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -2737,6 +2737,8 @@ Various display setting ``SELECT COUNT`` will be used, otherwise the approximate count will be used. + .. seealso:: :ref:`faq3_11` + .. config:option:: $cfg['MaxExactCountViews'] :type: integer diff --git a/doc/faq.rst b/doc/faq.rst index 404563bddf..1ed4c5d3d3 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -952,6 +952,8 @@ However, one can easily replace the approximate row count with exact count by simply clicking on the approximate count. This can also be done for all tables at once by clicking on the rows sum displayed at the bottom. +.. seealso:: :config:option:`$cfg['MaxExactCount']` + .. _faq3_12: 3.12 (withdrawn).