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

workload: fix partition commands in tpcc import #40431

Merged
merged 1 commit into from
Sep 3, 2019

Commits on Sep 3, 2019

  1. workload: fix partition commands in tpcc import

    The commands for partitioning indexes in the TPCC import were erroring
    out due to a syntax change introduced in cockroachdb#39332. I updated them to use
    `ALTER PARTITION ... OF INDEX` rather than `ALTER PARTITION ... OF
    TABLE`.
    
    Fixes cockroachdb#39005
    Fixes cockroachdb#40360
    Fixes cockroachdb#40416
    
    Release note: None
    solongordon committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    f56a83d View commit details
    Browse the repository at this point in the history