Skip to content

Commit ef28068

Browse files
author
Shlomi Noach
authored
Merge branch 'master' into fClose-Fix
2 parents 46bead0 + 4b1b70d commit ef28068

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/requirements-and-limitations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@ The `SUPER` privilege is required for `STOP SLAVE`, `START SLAVE` operations. Th
5252
- If you have en `enum` field as part of your migration key (typically the `PRIMARY KEY`), migration performance will be degraded and potentially bad. [Read more](https://github.com/github/gh-ost/pull/277#issuecomment-254811520)
5353

5454
- Migrating a `FEDERATED` table is unsupported and is irrelevant to the problem `gh-ost` tackles.
55+
56+
- `ALTER TABLE ... RENAME TO some_other_name` is not supported (and you shouldn't use `gh-ost` for such a trivial operation).

0 commit comments

Comments
 (0)