Skip to content

Commit 4b1b70d

Browse files
author
Shlomi Noach
authored
Merge pull request #590 from github/reject-rename-table-addendum
Reject rename table: docs
2 parents a79109b + a64613d commit 4b1b70d

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)