aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/FAQ2
-rw-r--r--doc/src/FAQ/FAQ.html3
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 373223a40fc..35fa979c6b6 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -655,7 +655,7 @@ Maximum number of indexes on a table? unlimited
files.
The maximum table size and maximum number of columns can be increased
- by four if the default block size is increased to 32k.
+ by a factor of four if the default block size is increased to 32k.
4.7) How much database disk space is required to store data from a typical
text file?
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index e180b923e3b..14a39c8e912 100644
--- a/doc/src/FAQ/FAQ.html
+++ b/doc/src/FAQ/FAQ.html
@@ -847,7 +847,8 @@ Maximum number of indexes on a table? unlimited
as multiple 1GB files.
<P>The maximum table size and maximum number of columns can be
- increased by four if the default block size is increased to 32k.
+ increased by a factor of four if the default block size is
+ increased to 32k.
<H4><A name="4.7">4.7</A>) How much database disk space is required
to store data from a typical text file?<BR>