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
..
2017-07-21 15:37:57 -04:00
2017-07-19 16:48:22 +03:00
2017-02-21 17:34:49 -07:00
2016-05-16 11:09:17 +02:00