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

Cherry-pick all pending PRs into release-17.0 #13364

Commits on Jun 23, 2023

  1. Set the number of threads for release notes generation with a flag (v…

    …itessio#13273)
    
    * Set the number of threads for release notes generation by a flag
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Add the flag to the release instructions and remove the make commande for release notes
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    ---------
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    7cfda82 View commit details
    Browse the repository at this point in the history
  2. mysqlctl: Correctly encode database and table names (vitessio#13312)

    These need to be escaped as SQL strings for queries against the
    `information_schema` or otherwise any names that need quotes will break.
    
    Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    dbussink authored and frouioui committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    576f2ae View commit details
    Browse the repository at this point in the history
  3. Bug fix: SQL queries erroring with message `unknown aggregation rando…

    …m` (vitessio#13330)
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    arvind-murty authored and frouioui committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    e2b9830 View commit details
    Browse the repository at this point in the history
  4. bugfixes: collection of fixes to bugs found while fuzzing (vitessio#1…

    …3332)
    
    * bugfix: left join predicate only depending on RHS turns into inner join
    
    Signed-off-by: Andres Taylor <andres@planetscale.com>
    
    * bugfix: use the incoming type fields to calculate the outgoing types
    
    Signed-off-by: Andres Taylor <andres@planetscale.com>
    
    * bugfix: filter was using wrong method on evalengine
    
    Signed-off-by: Andres Taylor <andres@planetscale.com>
    
    ---------
    
    Signed-off-by: Andres Taylor <andres@planetscale.com>
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    systay authored and frouioui committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    e874172 View commit details
    Browse the repository at this point in the history
  5. bug: don't always wrap aggregation in coalesce (vitessio#13348)

    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    systay authored and frouioui committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    5b4f416 View commit details
    Browse the repository at this point in the history
  6. update link for reparenting guide (vitessio#13350)

    Signed-off-by: Andrew Mason <andrew@planetscale.com>
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Andrew Mason authored and frouioui committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    44dcb9f View commit details
    Browse the repository at this point in the history
  7. Add RestorePosition and RestoredBackupTime as metrics to vttablet (vi…

    …tessio#13339)
    
    * Add BackupPosition and BackupTime as metrics to vttablet
    
    Signed-off-by: Rohit Nayak <rohit@planetscale.com>
    
    * add to release notes
    
    Signed-off-by: deepthi <deepthi@planetscale.com>
    
    ---------
    
    Signed-off-by: Rohit Nayak <rohit@planetscale.com>
    Signed-off-by: deepthi <deepthi@planetscale.com>
    Co-authored-by: deepthi <deepthi@planetscale.com>
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    2 people authored and frouioui committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    1257833 View commit details
    Browse the repository at this point in the history