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

Backport to 11: Fixing a panic in vtgate with OLAP mode #8746

Merged
merged 6 commits into from
Sep 6, 2021

Commits on Aug 31, 2021

  1. Addition of an end-to-end test to reproduce the panic of vitessio#8694

    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    027d616 View commit details
    Browse the repository at this point in the history
  2. Avoiding panic in RenameFields.renameFields method

    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    6e97c45 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Improved 8694 E2E test and for loop in renameFields

    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    93a5e93 View commit details
    Browse the repository at this point in the history
  2. Fixing renameFields for loop logic

    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    5e5e8c0 View commit details
    Browse the repository at this point in the history
  3. Fixed loop logic erro

    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    59207f4 View commit details
    Browse the repository at this point in the history
  4. added a fields len check in rename_fields engine to avoid renamefield…

    …s call
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal authored and frouioui committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    bcd3534 View commit details
    Browse the repository at this point in the history