Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a force-table-names command flag #457

Merged
merged 2 commits into from
Jul 24, 2017
Merged

Commits on Jul 21, 2017

  1. 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]
    arthurnn committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    843c74f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2017

  1. Merge branch 'master' into arthurnn/add_force_table_arg

    Shlomi Noach authored Jul 23, 2017
    Configuration menu
    Copy the full SHA
    cba462a View commit details
    Browse the repository at this point in the history