summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMitchel Humpherys <mitch.special@gmail.com>2016-11-16 03:57:30 -0800
committerTim Graham <timograham@gmail.com>2016-11-16 07:01:17 -0500
commit04d4350649524b570e7d27e7c6f4469507bbb0a3 (patch)
tree8854b8b85755257d5a94338e6d92c8abcdb4535a /docs
parentb495d8e334c2487eef6282bac5dd0c1f43da71ef (diff)
[1.10.x] Fixed incorrect word choice in docs/topics/migrations.txt.
Backport of ae660cde5a426f1a843b5bfdf8aadc12a54fa143 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/migrations.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt
index c248b34e6c..7a11c27614 100644
--- a/docs/topics/migrations.txt
+++ b/docs/topics/migrations.txt
@@ -87,7 +87,7 @@ add or remove columns. On slower hardware this can be worse than a minute per
million rows - adding a few columns to a table with just a few million rows
could lock your site up for over ten minutes.
-Finally, MySQL has reasonably small limits on name lengths for columns, tables
+Finally, MySQL has relatively small limits on name lengths for columns, tables
and indexes, as well as a limit on the combined size of all columns an index
covers. This means that indexes that are possible on other backends will
fail to be created under MySQL.