Skip to content

Commit c3d53cf

Browse files
author
Chris Lewis
authored
Mention that Google Cloud SQL also requires SUPER
1 parent f06b469 commit c3d53cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/requirements-and-limitations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
- `gh-ost` will do its best to pick a migration key with non-nullable columns. It will by default refuse a migration where the only possible `UNIQUE KEY` includes nullable-columns. You may override this refusal via `--allow-nullable-unique-key` but **you must** be sure there are no actual `NULL` values in those columns. Such `NULL` values would cause a data integrity problem and potentially a corrupted migration.
2121
- It is not allowed to migrate a table where another table exists with same name and different upper/lower case.
2222
- For example, you may not migrate `MyTable` if another table called `MYtable` exists in the same schema.
23-
- Amazon `RDS` is probably not supported (due to `SUPER` requirement)
23+
- Amazon RDS and Google Cloud SQL are probably not supported (due to `SUPER` requirement)
2424
- Multisource is not supported when migrating via replica. It _should_ work (but never tested) when connecting directly to master (`--allow-on-master`)

0 commit comments

Comments
 (0)