diff options
| author | Mitchel Humpherys <mitch.special@gmail.com> | 2016-11-16 03:57:30 -0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-11-16 06:57:30 -0500 |
| commit | ae660cde5a426f1a843b5bfdf8aadc12a54fa143 (patch) | |
| tree | 282bdf1a90be5954602c3279eea020701d3987a4 /docs | |
| parent | 31a56e30cfb3c8e1a9373e5abdd12b5b23d5d910 (diff) | |
Fixed incorrect word choice in docs/topics/migrations.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/migrations.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt index d963e39c78..0e1aaa7642 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. |
