gh-ost/go/base
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
..
context_test.go Add a force-table-names command flag 2017-07-21 15:37:57 -04:00
context.go Add a force-table-names command flag 2017-07-21 15:37:57 -04:00
load_map_test.go Throttling & critical load 2016-06-18 21:12:07 +02:00
load_map.go Throttling & critical load 2016-06-18 21:12:07 +02:00
utils_test.go Throttling & critical load 2016-06-18 21:12:07 +02:00
utils.go Throttling & critical load 2016-06-18 21:12:07 +02:00