gh-ost/go
Arthur Neves 843c74f960
Add a force-table-names command flag
usage example:
```
gh-ost  ...  --force-table-names=migration_tbl
```

The force-table-names flag will receive a table name and use that name
when creating the _del, _gho, _ghc tables.
For instance for that example above, the tables would be:

_migration_tbl_del
_migration_tbl_gho
_migration_tbl_ghc

[fixes #399]
2017-07-21 15:37:57 -04:00
..
base Add a force-table-names command flag 2017-07-21 15:37:57 -04:00
binlog fixing binlog syncer double-close() 2017-03-27 08:33:06 +03:00
cmd/gh-ost Add a force-table-names command flag 2017-07-21 15:37:57 -04:00
logic documentation 2017-07-19 16:48:22 +03:00
mysql Validating table name length 2017-02-21 17:34:49 -07:00
os renaming to gh-ost 2016-05-16 11:09:17 +02:00
sql dropped columns are not 'shared' and no data copy attempted for such columns 2017-04-23 08:38:35 +03:00