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

Use Uint32 for SEQ_IN_INDEX in 'SHOW INDEXES' queries. #2502

Merged
merged 3 commits into from
May 22, 2024

Commits on May 19, 2024

  1. Use Uint32 for SEQ_IN_INDEX in 'SHOW INDEXES' queries.

    This is seemingly the correct type for this field.
    
    MySQL Connector/NET expects this for servers >8.0.1:
    https://github.com/mysql/mysql-connector-net/blob/8.4.0/MySQL.Data/src/SchemaProvider.cs#L298-L300
    
    Fixes dolthub#2501
    mkrautz committed May 19, 2024
    Configuration menu
    Copy the full SHA
    2b3e762 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. adding schema test

    James Cor committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2bc4b76 View commit details
    Browse the repository at this point in the history
  2. formatting

    James Cor committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d8ddf45 View commit details
    Browse the repository at this point in the history