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

oops #15542

Closed
wants to merge 236 commits into from
Closed

oops #15542

wants to merge 236 commits into from

Commits on Feb 3, 2023

  1. Code freeze of release-16.0 (vitessio#12232)

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    27e04c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Revert default MySQL 80 version to 8.0.30 (vitessio#12252) (vitessi…

    …o#12273)
    
    * Revert default MySQL 80 version
    
    
    
    * upgrade mysql80 default to 8.0.30
    
    
    
    * Add release notes regarding MySQL upgrade path in the vitess-operator
    
    
    
    * Remove unwanted upgrade path step
    
    
    
    ---------
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    e8c258d View commit details
    Browse the repository at this point in the history
  2. Release of v16.0.0-rc1 (vitessio#12235)

    * Release notes for 16.0.0-rc1
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    * Release commit for 16.0.0-rc1
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    ---------
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    5334b22 View commit details
    Browse the repository at this point in the history
  3. feat: fix release notes (vitessio#12276)

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    4e32ce1 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Back to dev mode (vitessio#12277)

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    51a7abf View commit details
    Browse the repository at this point in the history
  2. Download mariadb from vitess-resources (vitessio#12271) (vitessio#12279)

    * Download mariadb from vitess-resources
    
    
    
    * Use proper mariadb version increment in tests
    
    
    
    * Use 10.10.3 instead of LTS
    
    
    
    ---------
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    8c57874 View commit details
    Browse the repository at this point in the history
  3. feat: fix summary and release notes (vitessio#12283)

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    ae796b2 View commit details
    Browse the repository at this point in the history
  4. feat: fix release script (vitessio#12289)

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    Co-authored-by: Manan Gupta <manan@planetscale.com>
    vitess-bot[bot] and GuptaManan100 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    236c147 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. [release-16.0] Fix aggregation on outer joins (vitessio#12298) (vites…

    …sio#12311)
    
    * fix: aggregation coming from right hand side of left join check for null
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    
    * test: added a sum test
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    
    * addressed review comments
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    
    ---------
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    Co-authored-by: Harshit Gangal <harshit@planetscale.com>
    vitess-bot[bot] and harshit-gangal committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    8d77ddf View commit details
    Browse the repository at this point in the history
  2. fix: transaction_isolation to be applied at session level (vitessio#1…

    …2281) (vitessio#12308)
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    85e505d View commit details
    Browse the repository at this point in the history
  3. fix: added null safe operator precendence rule (vitessio#12307)

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    Co-authored-by: Harshit Gangal <harshit@planetscale.com>
    vitess-bot[bot] and harshit-gangal committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    cdae7f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. add database name to _vt.views table (vitessio#12368)

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    dc92d01 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Examples: Add lib functions to wait for shard states (vitessio#12239) (

    …vitessio#12278)
    
    * Add lib functions to wait for shard states
    
    
    
    * Fixup region example too
    
    
    
    * Address minor review comments
    
    
    
    * Remove extraneous line change
    
    
    
    * Refactor to remove duplicated files/code
    
    Also address shellcheck warnings.
    
    
    
    * Fix tests that run in CI
    
    
    
    * Use more robust location detection
    
    
    
    * Fix backup tests
    
    
    
    * Exit on shard healthy failure
    
    
    
    * Remove unused dups and adjust client_test and Dockerfiles
    
    
    
    ---------
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    mattlord committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    9b6a4c5 View commit details
    Browse the repository at this point in the history
  2. Fix for USING when column names not lower cased (vitessio#12379)

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    49ae2a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Fix bug in vtexplain around JOINs (vitessio#12384)

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    Co-authored-by: Andres Taylor <andres@planetscale.com>
    vitess-bot[bot] and systay committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    29e137a View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Schema RPC to fetch table/view definition (vitessio#12375)

    * feat: proto changes to add new rpc
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    
    * feat: vttablet changes in queryservice to implement the new rpc
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    
    * added test on tabletserver
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    
    * feat: use the new schema rpc in vtgate to get updated view definition
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    
    * remove error from getschemaresponse and change the enum name
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    
    * updated proto files for vtadmin
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    
    * fix e2e test
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    
    ---------
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    30f8294 View commit details
    Browse the repository at this point in the history
  2. [release-16.0] VReplication: ignore GC tables in schema analysis (vit…

    …essio#12320) (vitessio#12362)
    
    * TableFilter: fix excluded RE listing
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * extract GCTableNameExpression
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * VReplication: exclude GC tables when reading schema
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * wrap schema analyzis errors for better tracability
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    Co-authored-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    vitess-bot[bot] and shlomi-noach committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    cadf273 View commit details
    Browse the repository at this point in the history
  3. Fix SHOW VSCHEMA TABLES tests using v17 vtgate that expected dual (

    …vitessio#12381)
    
    * Fix SHOW VSCHEMA TABLES tests using v17 vtgate
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Fix tests expectations
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    ---------
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    659c9c0 View commit details
    Browse the repository at this point in the history
  4. Bump golang.org/x/net from 0.5.0 to 0.7.0 (vitessio#12400)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0.
    - [Release notes](https://github.com/golang/net/releases)
    - [Commits](golang/net@v0.5.0...v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    vitess-bot[bot] and dependabot[bot] committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    536bf4c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Allow zero (in) date when setting up internal _vt schema (vitessio#12262

    ) (vitessio#12406)
    
    * Allow zero (in) date when setting up internal _vt schema
    
    
    
    * modify test sto include @@sql_mod query support
    
    
    
    * Allow zero (in) date when setting up internal _vt schema
    
    
    
    * modify test sto include @@sql_mod query support
    
    
    
    * Fix test failures
    
    
    
    * Fix failing tests. Minor refactor
    
    
    
    * change sql_mode t omost permissive (empty)
    
    
    
    * setPermissiveSQLMode
    
    
    
    * fixes per review
    
    
    
    * Add missing mock query
    
    
    
    ---------
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    Signed-off-by: Rohit Nayak <rohit@planetscale.com>
    Co-authored-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    Co-authored-by: Rohit Nayak <rohit@planetscale.com>
    3 people committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    08362bc View commit details
    Browse the repository at this point in the history
  2. Add release notes summary for views (vitessio#12422)

    * Add release notes summary for support views
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * add link to the documentation
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * simplify views release notes
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    ---------
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    52defd6 View commit details
    Browse the repository at this point in the history
  3. Examples: Correct VTAdmin Discovery File Path And Add Check (vitessio…

    …#12415)
    
    * Examples: correct VTAdmin discovery file path and add check
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Remove jq dependency
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * vtadmin examples scripts hardcode localhost
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Fix errant expectation
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Adjust healthy shard indicator
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    ---------
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    mattlord committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    8528903 View commit details
    Browse the repository at this point in the history
  4. VReplication: Use MariaDB Compat JSON Functions (vitessio#12420)

    This is needed to better support importing from
    MariaDB into Vitess/MySQL.
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    mattlord committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    fa2c0a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Change GetSchema RPC to return CreateView instead of SelectStmt (

    …vitessio#12421)
    
    * Changed getSchemaRPC to return CreateView instead of SelectStmt
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * test: fix expectation
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    
    ---------
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    Co-authored-by: Harshit Gangal <harshit@planetscale.com>
    frouioui and harshit-gangal committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    79014d3 View commit details
    Browse the repository at this point in the history
  2. Create Views allowed for same keyspace (vitessio#12409)

    * restrict views to single keyspace
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    
    * feat: also create/alter and drop views on MySQL for information-schema-support
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    * feat: do the DMLs for alter and create of view in a transaction so that they can be rolled back in case of MySQL failure
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    * ignore view changes by schema tracker in vttablet when views are enabled
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    
    * test: fix test expectation
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    
    * Correct syntax error in defer func of E2E test
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    ---------
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Co-authored-by: Manan Gupta <manan@planetscale.com>
    Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
    3 people committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    91fe415 View commit details
    Browse the repository at this point in the history
  3. Backport to v16: onlineddl_vrepl flakiness and subsequent fixes (vite…

    …ssio#12426)
    
    * TableFilter: fix excluded RE listing
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * extract GCTableNameExpression
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * VReplication: exclude GC tables when reading schema
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * wrap schema analyzis errors for better tracability
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * resolve conflict
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * (re)Formalize SQLError in VReplication, add underlying wrap/unwrap functionality
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * update test to match new UnwrapAll() behavior
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * do not unwrap
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * Online DDL: use LastError for retrying vreplication streams
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * differentiate between a temrinally failed workflow and one which 'has error' and can be retried
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * wording
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * simplified hasError()
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * more onlineddl_vrepl tests; use dynamic throttler config; fix wait for vreplication status
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    753a691 View commit details
    Browse the repository at this point in the history
  4. examples: Fix Vtop example and release script (vitessio#12440)

    * examples: should use mysql80 property for vitess image
    
    Signed-off-by: deepthi <deepthi@planetscale.com>
    
    * Use MySQL80 in all examples/operator YAML files
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * feat: fix vtadmin image version
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    * feat: update release script to update vtadmin image version too
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    * feat: fix vtop example script to use vtctldclient instead
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    ---------
    
    Signed-off-by: deepthi <deepthi@planetscale.com>
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Co-authored-by: Manan Gupta <manan@planetscale.com>
    3 people committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    c37bdd7 View commit details
    Browse the repository at this point in the history
  5. Sidecar schema init: use COPY algorithm while altering sidecardb tabl…

    …es (vitessio#12436)
    
    * schemadiff: AlterTableAlgorithmStratgy
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    Signed-off-by: Rohit Nayak <rohit@planetscale.com>
    
    * minor rename
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    Signed-off-by: Rohit Nayak <rohit@planetscale.com>
    
    * Use COPY algorithm while altering sidecardb tables
    
    Signed-off-by: Rohit Nayak <rohit@planetscale.com>
    
    ---------
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    Signed-off-by: Rohit Nayak <rohit@planetscale.com>
    Co-authored-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    rohit-nayak-ps and shlomi-noach committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    e429768 View commit details
    Browse the repository at this point in the history
  6. Update additional Go dependencies (vitessio#12402)

    Dependabot does pick up these go.mod files but somehow fails to open PRs
    for them to update things that are vulnerable. So doing it manually
    here.
    
    Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
    Co-authored-by: Dirkjan Bussink <d.bussink@gmail.com>
    vitess-bot[bot] and dbussink committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    a8e11e8 View commit details
    Browse the repository at this point in the history
  7. [release-16.0] SidecarDB Init: don't fail on schema init errors (vite…

    …ssio#12328) (vitessio#12431)
    
    * Don't fail on schema init errors
    
    Signed-off-by: Rohit Nayak <rohit@planetscale.com>
    
    * Fix debug var attribute name
    
    Signed-off-by: Rohit Nayak <rohit@planetscale.com>
    
    * Fix typo in debug var
    
    Signed-off-by: Rohit Nayak <rohit@planetscale.com>
    
    * Address review comment
    
    Signed-off-by: Rohit Nayak <rohit@planetscale.com>
    
    * Address review comments
    
    Signed-off-by: Rohit Nayak <rohit@planetscale.com>
    
    ---------
    
    Signed-off-by: Rohit Nayak <rohit@planetscale.com>
    Co-authored-by: Rohit Nayak <rohit@planetscale.com>
    vitess-bot[bot] and rohit-nayak-ps committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    57f469d View commit details
    Browse the repository at this point in the history
  8. GetSchema rpc to streaming api (vitessio#12447)

    * GetSchema rpc to streaming api
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    
    * addressed review comment
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    
    ---------
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    1deb992 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Fix vtctldclient command in vtop test script and the fix operator exa…

    …mple (vitessio#12458)
    
    * feat: fix vtctldclient command
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    * examples: remove enforceSemiSync from operator example
    
    Signed-off-by: deepthi <deepthi@planetscale.com>
    
    * feat: also update vitess operator version
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    ---------
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    Signed-off-by: deepthi <deepthi@planetscale.com>
    Co-authored-by: deepthi <deepthi@planetscale.com>
    GuptaManan100 and deepthi committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    492cf00 View commit details
    Browse the repository at this point in the history
  2. feat: don't keep data for upgrade-downgrade tests (vitessio#12462)

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    8b9baff View commit details
    Browse the repository at this point in the history
  3. Reorder summary in order of importance (vitessio#12433)

    * feat: breaking changes should be the first heading
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    * feat: reorder the breaking changes in order of user impact
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    * feat: VTOrc becoming mandatory is important
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    * Reorganize the flag deletions and deprecation announcements
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Fix various typo and add vtorc links
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Upgrading to this release with vitess-operator
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Fix various typo
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Link to PRs in major changes
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    ---------
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
    GuptaManan100 and frouioui committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    0598be6 View commit details
    Browse the repository at this point in the history
  4. Code freeze of release-16.0 (vitessio#12469)

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    ae10400 View commit details
    Browse the repository at this point in the history
  5. Fix scalar aggregation engine primitive for column truncation (vitess…

    …io#12468)
    
    * fix: scalar aggregation truncation
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    
    * test: added scalar aggr engine unit test
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    
    * remove onecase change
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    
    ---------
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    721e116 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Add port to enable vtadmin access. (vitessio#12467) (vitessio#12474)

    Signed-off-by: Andy Lim <alim@duosecurity.com>
    Signed-off-by: deepthi <deepthi@planetscale.com>
    Co-authored-by: Andy Lim <125596831+andylim-duo@users.noreply.github.com>
    deepthi and andylim-duo committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    25f615d View commit details
    Browse the repository at this point in the history
  2. release notes: mark dynamic throttler configuration as experimental (v…

    …itessio#12475)
    
    Signed-off-by: deepthi <deepthi@planetscale.com>
    deepthi committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    2aa039c View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Upgrade release-16.0 to go1.20.1 (vitessio#12398)

    * Upgrade release-16.0 to go1.19.6
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * upgrade to 1.20.1
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * bump the golangci-lint version
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Apply linter suggestions
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Apply linter suggestions
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * fix TestTLSClientVerifyIdentity
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Switch to using new Go 1.19 CRL parser (vitessio#12315)
    
    `x509.ParseCRL` is deprecated, we should use `x509.ParseRevocationList`
    instead which is new in Go 1.19.
    
    Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Skip TestFuzz for now
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    ---------
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
    Co-authored-by: Dirkjan Bussink <d.bussink@gmail.com>
    frouioui and dbussink committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    aa377fb View commit details
    Browse the repository at this point in the history
  2. BugFix: Unsharded query using a derived table and a dual table (vites…

    …sio#12484)
    
    * test: add failing test for a query in an unsharded keyspace using a derived table and reference table
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    * feat: fix logic to check if a single unsharded keyspace is used
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    * feat: fix test output
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    ---------
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    e55ceed View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Format vtctldclient GetKeyspace output using cli.MarshalJSON. (vitess…

    …io#12503)
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    Co-authored-by: Matt Lord <mattalord@gmail.com>
    vitess-bot[bot] and mattlord committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    a88a28a View commit details
    Browse the repository at this point in the history
  2. Release of v16.0.0 (vitessio#12470)

    * Release notes for 16.0.0
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    * Release commit for 16.0.0
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    * Minor tweaks after review
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Clarify user vs developer for sidecardb schema
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * feat: update the summary doc too for future patch releases
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    * feat: update release notes and changelog after recent changes
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    * feat: fix summary file to add examples of label change
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    * feat: update release notes and changelog
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    ---------
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    Co-authored-by: Matt Lord <mattalord@gmail.com>
    GuptaManan100 and mattlord committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    bb768df View commit details
    Browse the repository at this point in the history
  3. Back to dev mode (vitessio#12515)

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    dfd698d View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Unskip TestFuzz and fix issue (vitessio#12514)

    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    7cb8f43 View commit details
    Browse the repository at this point in the history
  2. Make upgrade downgrade job names unique (vitessio#12499)

    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    a62c600 View commit details
    Browse the repository at this point in the history
  3. handle readtablet error (vitessio#12510)

    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    8635865 View commit details
    Browse the repository at this point in the history
  4. Fix vtctldclient's Root command to return an error on unknown comma…

    …nd (vitessio#12481) (vitessio#12532)
    
    * Add a Run func to `vtctldclient`'s Root command to return an error on unknown command
    
    Closes vitessio#12480.
    
    
    
    * Add test
    
    
    
    * flags test data
    
    
    
    ---------
    
    Signed-off-by: Andrew Mason <andrew@planetscale.com>
    Andrew Mason committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    f520351 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. feat: add a known issue into the release notes (vitessio#12536)

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    49ac1d6 View commit details
    Browse the repository at this point in the history
  2. [release-16.0] Tooling improvements backports (vitessio#12528)

    * Improve release process post `v16.0.0 GA` code freeze (vitessio#12487)
    
    * Update the release instructions document with pre-requisites for release team
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Add Do Not Merge to release Pull Request upon creation
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    ---------
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Block merge if the `Do Not Merge` label is set (vitessio#12489)
    
    * Block Merge if the  label is set
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * fix echo syntax
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    ---------
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    ---------
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    fbfc366 View commit details
    Browse the repository at this point in the history
  3. v16: Online DDL: enforce ALGORITHM=COPY on shadow table (vitessio#12522)

    * Online DDL: enforce ALGORITHM=COPY on shadow table
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * unit tests
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * resolve conflict
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * algorithm format
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * revert change to sql.y
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    7666f16 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. [release-16.0] Fix dubious ownership of git directory in `vitess/base…

    …` Docker build (vitessio#12530) (vitessio#12561)
    
    * Fix dubious ownership of git directory in vitess/base Docker build
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Use consistent method to copy and build vitess between base and lite
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * fix all base Dockerfiles
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    ---------
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
    vitess-bot[bot] and frouioui committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    8cae9d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. [release-16.0] collations: fix sorting in UCA900 collations (vitessio…

    …#12555) (vitessio#12556)
    
    * collations: fix sorting in UCA900 collations
    
    When using the fast iterator to _compare_ two strings with an UCA
    collation, we need to keep in mind that the weights in the collation are
    in BIG ENDIAN (this is the output format for the weight strings, so we
    store the weights this way), so comparing them directly will not result
    in the proper collation order. They need to be byte-swapped before they
    can be compared with an arithmetic operation!
    
    Signed-off-by: Vicent Marti <vmg@strn.cat>
    
    * collations: comment
    
    Signed-off-by: Vicent Marti <vmg@strn.cat>
    
    ---------
    
    Signed-off-by: Vicent Marti <vmg@strn.cat>
    Co-authored-by: Vicent Marti <vmg@strn.cat>
    vitess-bot[bot] and vmg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    2fd0845 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. [release-16.0] Throttler: Store Config in Global Keyspace Topo Record (

    …vitessio#12520) (vitessio#12576)
    
    * Store throttler config in global Keyspace record
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Fix unit test after ThrottlerConfig in Keyspace
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Apply changes lost in cherry picks
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Always wait for a status before the final check.
    
    We should not ever make an assumption about how quickly
    an operation will take.
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Propagate PartialResult and other errs back to client
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Update go/test/endtoend/onlineddl/vrepl/onlineddl_vrepl_test.go
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * Update go/test/endtoend/onlineddl/vrepl/onlineddl_vrepl_test.go
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * Update go/test/endtoend/onlineddl/vrepl/onlineddl_vrepl_test.go
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * Update go/test/endtoend/onlineddl/vrepl/onlineddl_vrepl_test.go
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * Update go/test/endtoend/onlineddl/vrepl/onlineddl_vrepl_test.go
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * Update go/test/endtoend/onlineddl/vrepl/onlineddl_vrepl_test.go
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * Update go/test/endtoend/onlineddl/vrepl/onlineddl_vrepl_test.go
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * Update go/test/endtoend/onlineddl/vrepl/onlineddl_vrepl_test.go
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * Update go/test/endtoend/onlineddl/vrepl/onlineddl_vrepl_test.go
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * Update go/test/endtoend/onlineddl/vrepl/onlineddl_vrepl_test.go
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * Update go/test/endtoend/onlineddl/vrepl/onlineddl_vrepl_test.go
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * Update go/test/endtoend/onlineddl/vrepl/onlineddl_vrepl_test.go
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * Update go/test/endtoend/onlineddl/vrepl/onlineddl_vrepl_test.go
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * Update go/test/endtoend/onlineddl/vrepl/onlineddl_vrepl_test.go
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * Update go/test/endtoend/onlineddl/vtctlutil.go
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * Update go/test/endtoend/onlineddl/vtgate_util.go
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * fix grammar
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    Co-authored-by: Matt Lord <mattalord@gmail.com>
    Co-authored-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    3 people committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    6e1f08a View commit details
    Browse the repository at this point in the history
  2. Examples, Flakes: Wait for Shard's VReplication Engine to Open (vites…

    …sio#12560) (vitessio#12581)
    
    * Examples: wait for shard's vreplication engine to open
    
    
    
    * Minor comment changes
    
    
    
    ---------
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    mattlord committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    824e123 View commit details
    Browse the repository at this point in the history
  3. CI: increase overall test timeouts for all OnlineDDL tests (vitessio#…

    …12589)
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    Co-authored-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    vitess-bot[bot] and shlomi-noach committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    cb7005d View commit details
    Browse the repository at this point in the history
  4. [release-16.0] CI: extend timeouts in onlineddl_vrepl due to slow CI …

    …runners (vitessio#12583) (vitessio#12588)
    
    * CI: extend timeouts in onlineddl_vrepl due to slow CI runners
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * increase even further
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    Co-authored-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    vitess-bot[bot] and shlomi-noach committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    cec7b1a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Purge logs without panicking (vitessio#12187) (vitessio#12616)

    * Purge logs without panicking
    
    
    
    * Purge logs without panicking
    
    
    
    * try moving the goroutine to the func itself
    
    
    
    ---------
    
    Signed-off-by: Andrew Mason <andrew@planetscale.com>
    Andrew Mason committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    0489fdb View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. VStreamer: improve representation of integers in json data types (vit…

    …essio#12630)
    
    * Add signed and unsigned integer types to forked ason library to fix issue of integers being parsed as float64 by the source binlog parser. This results in larger integers being stored as floats on the target and sent with scientific notation in vstream events.
    
    Signed-off-by: Rohit Nayak <rohit@planetscale.com>
    
    * Use go.mod reference to the ajson module to make it easier to switch to the upstream module once changes are made there
    
    Signed-off-by: Rohit Nayak <rohit@planetscale.com>
    
    ---------
    
    Signed-off-by: Rohit Nayak <rohit@planetscale.com>
    rohit-nayak-ps committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    2b43fd7 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. [release-16.0] Re-organize the releasenotes directory into `changel…

    …og` (vitessio#12566) (vitessio#12660)
    
    * Re-organize the `releasenotes` directory into `changelog` (vitessio#12566)
    
    * Move all release related documents to ./release and add tool to generate READMEs
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Addition of the release.go file
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * simplify release.go
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * generate the release notes in the proper place
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * modify previous mentions of docs/releasenotes
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * re-add v17.0.0 summary
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * add new release tool to release instruction and ci
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * apply review suggestions
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * simplify release notes document path
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Apply review suggestions and fix team files
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    ---------
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * update the changelog dir and release_notes_label workflow
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    ---------
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    fcd0d60 View commit details
    Browse the repository at this point in the history
  2. Add the vtadmin web directory to the release packages (vitessio#12639) (

    vitessio#12671)
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    0f0ed28 View commit details
    Browse the repository at this point in the history
  3. [gen4 planner] Make sure to not push down expressions when not possib…

    …le (vitessio#12607) (vitessio#12648)
    
    * Fix random aggregation to not select Null column
    
    
    
    * stop pushing down projections that should be evaluated at the vtgate level
    
    
    
    * undo changes to AggregateRandom
    
    
    
    * clean up code
    
    
    
    * fix executor test mock
    
    
    
    ---------
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Signed-off-by: Andres Taylor <andres@planetscale.com>
    Co-authored-by: Andres Taylor <andres@planetscale.com>
    frouioui and systay committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    480a99d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Mysqld.GetSchema: tolerate tables being dropped while inspecting sche…

    …ma (vitessio#12641) (vitessio#12664)
    
    * Mysqld.GetSchema: tolerate tables being dropped while inspecting schema
    
    
    
    * lack of primary key columns in STATISTICS does not mean table is dropped. It can also mean the table does not have PRIMARY KEY
    
    
    
    * populate validTds rather than rely on nil hints
    
    
    
    * re-introdce earlier check
    
    
    
    * use validTds, sync
    
    
    
    * due to many tests consistently failing, trying a different approach: we keep the table, but with empty column/key/fields info
    
    
    
    * grammar
    
    
    
    ---------
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    0f2277c View commit details
    Browse the repository at this point in the history
  2. Always add columns in the Derived operator (vitessio#12634) (vitess…

    …io#12670)
    
    * Always add column in the derived operator
    
    
    
    * Fix plan tests expectations
    
    
    
    ---------
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Signed-off-by: Andres Taylor <andres@planetscale.com>
    Co-authored-by: Andres Taylor <andres@planetscale.com>
    frouioui and systay committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    dc0bd69 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Fix initialization code to also stop replication to prevent crash (vi…

    …tessio#12534) (vitessio#12691)
    
    * feat: fix initialization code to also stop replication
    
    
    
    * feat: fix tests expectations
    
    
    
    * feat: fix wrangler tests
    
    
    
    ---------
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    db53f78 View commit details
    Browse the repository at this point in the history
  2. [planner bugfix] add expressions to HAVING (vitessio#12668) (vitessio…

    …#12698)
    
    * [planner bugfix] add expressions to HAVING
    
    When a predicate contains aggregation, it should not
    be added to the WHERE clause. It should go to the
    
    
    
    * update test expecteations
    
    
    
    ---------
    
    Signed-off-by: Andres Taylor <andres@planetscale.com>
    Co-authored-by: Andres Taylor <andres@planetscale.com>
    frouioui and systay committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    75b02ea View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. [release-16.0] Auto upgrade the Golang version (vitessio#12585) (vite…

    …ssio#12709)
    
    * Auto upgrade the Golang version (vitessio#12585)
    
    * initial addition of the go_upgrade tool to detect and bump the golang version
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * update go.mod automatically
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * fix isSameMajor version issue
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * update the bootstrap version automatically
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * update the bootstrap docker image changelog
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * uncomment code
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * addition of workflow
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * addition of base to create-pull-request
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * test create PR alternative
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * add flags and getter methods
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * better PR message
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * fix no-workflow-update flag and better PR body msg
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * fix PR title, branch and body format
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * test matrix and pwd path
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * enhanced matrix
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * update_workflows option
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * update workflows independently
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * test without matrix
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Add docs to go_upgrade and re-add matrix to the workflow
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * support major version upgrade
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * do not update bootstrap version if they are the same
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * migrate to cobra instead of pflags
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * remove redundant comment
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * safety net around replaceGoVersionInCodebase to avoid unrequired upgrade
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Remove double negation in workflowUpdate flag
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Use regexp instead of mere string comparison
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Proper regexp for every string comparison
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * use better regex
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * remove useless flag and improve the auto-PR body description
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * add note in the tool usage to run the tool at the root of the repo
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * add comment in .github/workflows/update_golang_version.yml
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Apply @mattlord code suggestion
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * replace usages of old filename
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Apply suggestions from code review
    
    Co-authored-by: Matt Lord <mattalord@gmail.com>
    Signed-off-by: Florent Poinsard <35779988+frouioui@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Signed-off-by: Florent Poinsard <35779988+frouioui@users.noreply.github.com>
    Co-authored-by: Matt Lord <mattalord@gmail.com>
    
    * Fix regexp
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    ---------
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Signed-off-by: Florent Poinsard <35779988+frouioui@users.noreply.github.com>
    Co-authored-by: Matt Lord <mattalord@gmail.com>
    frouioui and mattlord committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    98ef624 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Run launchable only on PRs against main (vitessio#12694) (vitessio#…

    …12721)
    
    * feat: reenable launchable for unit_tests
    
    
    
    * feat: only run CI on PRs against main
    
    
    
    * feat: use base_ref instead of ref
    
    
    
    ---------
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    7f9e1e1 View commit details
    Browse the repository at this point in the history
  2. [planner fix] make unknown column an error only for sharded queries (v…

    …itessio#12704) (vitessio#12725)
    
    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    965610d View commit details
    Browse the repository at this point in the history
  3. [release-16.0] Fix panic when executing a prepare statement with ov…

    …er `65,528` parameters (vitessio#12614) (vitessio#12627)
    
    * fix type conversion in query.go for the bitMap size
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * enhance the TestHighNumberOfParams test
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * fix test comment
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    ---------
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
    vitess-bot[bot] and frouioui committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    ff0b4ff View commit details
    Browse the repository at this point in the history
  4. properly escape sequence table names (vitessio#12599)

    Signed-off-by: Hormoz Kheradmand <hormoz.kheradmand@shopify.com>
    Co-authored-by: Hormoz Kheradmand <hormoz.kheradmand@shopify.com>
    vitess-bot[bot] and hkdsun committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    17f95be View commit details
    Browse the repository at this point in the history
  5. [release-16.0] Upgrade the Golang version to go1.20.2 (vitessio#12723)

    * bump go version to go1.20.2
    
    Signed-off-by: GitHub <noreply@github.com>
    
    * Update the golang version to 1.20.2
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    ---------
    
    Signed-off-by: GitHub <noreply@github.com>
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Co-authored-by: frouioui <frouioui@users.noreply.github.com>
    Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
    3 people committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    a1bb778 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. fix fullstatus test for backward compat (vitessio#12685) (vitessio#12730

    )
    
    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    f306901 View commit details
    Browse the repository at this point in the history
  2. Fixing backup tests flakiness (vitessio#12655) (vitessio#12736)

    * remove unnecessary vtorc process
    
    
    
    * Adding vtorc disabling at right place
    
    
    
    * Adding comments
    
    
    
    ---------
    
    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    36431f9 View commit details
    Browse the repository at this point in the history
  3. Flakes: Use new healthy shard check in vreplication e2e tests (vitess…

    …io#12502) (vitessio#12740)
    
    * Use new healthy shard check in vreplication e2e tests
    
    This is needed because checking that there's a primary tablet for
    the shard in vtgate's healtcheck is no longer a reliable indicator
    that the shard has a healthy serving primary, because now a
    primary needs to initialize its sidecar database and wait for
    that to replicate via semi-sync before it becomes serving and can
    proceed to perform normal functions. So this delay could cause
    test flakiness if you required a healthy shard before continuing
    with the test.
    
    
    
    * Try to address unit test race flakes around log size
    
    They looked like this:
    WARNING: DATA RACE
    Write at 0x000005bf9b60 by goroutine 27141:
      github.com/spf13/pflag.newUint64Value()
          /home/runner/go/pkg/mod/github.com/spf13/pflag@v1.0.5/uint64.go:9 +0x5a
      github.com/spf13/pflag.(*FlagSet).Uint64Var()
          /home/runner/go/pkg/mod/github.com/spf13/pflag@v1.0.5/uint64.go:45 +0x55
      vitess.io/vitess/go/vt/log.RegisterFlags()
          /home/runner/work/vitess/vitess/go/vt/log/log.go:81 +0x64
      vitess.io/vitess/go/vt/servenv.GetFlagSetFor()
          /home/runner/work/vitess/vitess/go/vt/servenv/servenv.go:347 +0x183
      vitess.io/vitess/go/vt/servenv.ParseFlags()
          /home/runner/work/vitess/vitess/go/vt/servenv/servenv.go:326 +0x49
    ...
    Previous read at 0x000005bf9b60 by goroutine 27136:
    1744
      github.com/golang/glog.(*syncBuffer).Write()
    ...
    
    And they most often occurred in the wrangler unit tests, which makes sense
    because it creates a log of loggers.
    
    
    
    * Revert "Try to address unit test race flakes around log size"
    
    This reverts commit 51992b8.
    
    
    
    * Use external cluster vtctld in TestMigrate
    
    
    
    * Use subshell vs command output interpolation
    
    
    
    * Ingnore any config files in mysql alias
    
    
    
    ---------
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    Co-authored-by: Matt Lord <mattalord@gmail.com>
    GuptaManan100 and mattlord committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    306c7d7 View commit details
    Browse the repository at this point in the history
  4. planner: fix predicate simplifier (vitessio#12650) (vitessio#12715)

    * planner: fix predicate simplifier
    
    
    
    * predicate rewriting: add debug logging
    
    
    
    * add debug logging to make the code easier to understand
    
    
    
    * address review feedback
    
    
    
    * Update go/vt/vtgate/planbuilder/predicate_rewrite_test.go
    
    Nicer panic message
    
    
    
    
    ---------
    
    Signed-off-by: Andres Taylor <andres@planetscale.com>
    Signed-off-by: Andres Taylor <andres@taylor.se>
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Co-authored-by: Andres Taylor <andres@planetscale.com>
    frouioui and systay committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    bb6e0da View commit details
    Browse the repository at this point in the history
  5. [release-16.0] Use a left join to make sure that tables with tablespa…

    …ce=innodb_system are included in the schema (vitessio#12672) (vitessio#12735)
    
    * Use a left join to make sure that tables with tablespace=innodb_system are not skipped when loading the schema (fixes vitessio#12669)
    
    Signed-off-by: Oleksiy Kovyrin <oleksiy.kovyrin@shopify.com>
    
    * Set tablespace on a test table to see if it breaks vstreamer
    
    Signed-off-by: Oleksiy Kovyrin <oleksiy.kovyrin@shopify.com>
    
    ---------
    
    Signed-off-by: Oleksiy Kovyrin <oleksiy.kovyrin@shopify.com>
    Co-authored-by: Oleksiy Kovyrin <oleksiy.kovyrin@shopify.com>
    vitess-bot[bot] and kovyrin committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    e979cec View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. [release-16.0] Reset the current lag when closing the replication lag…

    … reader. (vitessio#12683) (vitessio#12741)
    
    * Reset the current lag when closing the replication lag reader.
    
    Signed-off-by: Johan Stenberg <johanstenberg92@github.com>
    
    * Fix tests.
    
    Signed-off-by: Johan Stenberg <johanstenberg92@github.com>
    
    ---------
    
    Signed-off-by: Johan Stenberg <johanstenberg92@github.com>
    Co-authored-by: Johan Stenberg <johanstenberg92@github.com>
    vitess-bot[bot] and johanstenberg92 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    befca33 View commit details
    Browse the repository at this point in the history
  2. [release-16.0] Port two flaky test fixes vitessio#12603 and vitessio#…

    …12546 (vitessio#12745)
    
    * Flakes: Address Common Unit Test Races (vitessio#12546)
    
    * Deflake unit race tests
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Try to address glog.MaxSize race
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Test w/o using literal copy of glog.MaxSize value in CI
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Make the dialer names truly unique
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    ---------
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Use atomic.Bool for fakesqldb behavior flags (vitessio#12603)
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    Signed-off-by: Max Englander <max@planetscale.com>
    Co-authored-by: Matt Lord <mattalord@gmail.com>
    
    ---------
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    Signed-off-by: Max Englander <max@planetscale.com>
    Co-authored-by: Matt Lord <mattalord@gmail.com>
    Co-authored-by: Max Englander <max@planetscale.com>
    3 people committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    7b2de23 View commit details
    Browse the repository at this point in the history
  3. vschema ddl: add grammar to accept qualified tables (vitessio#12577) (v…

    …itessio#12748)
    
    Signed-off-by: Hormoz Kheradmand <hormoz.kheradmand@shopify.com>
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Co-authored-by: Hormoz Kheradmand <hkdsun@users.noreply.github.com>
    frouioui and hkdsun committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    859dfb4 View commit details
    Browse the repository at this point in the history
  4. Addition of the 16.0.1 release summary (vitessio#12751)

    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    970b8ff View commit details
    Browse the repository at this point in the history
  5. Code freeze of release-16.0 (vitessio#12762)

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    098913a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. [Backport] Update topo {Get,Create}Keyspace to prevent invalid keyspa…

    …ce names (vitessio#12732) (vitessio#12771)
    
    * Update topo {Get,Create}Keyspace to prevent invalid keyspace names (vitessio#12732)
    
    * Update topo {Get,Create}Keyspace to prevent invalid keyspace names
    
    Signed-off-by: Andrew Mason <andrew@planetscale.com>
    
    * embarrassing
    
    Signed-off-by: Andrew Mason <andrew@planetscale.com>
    
    * docs, release notes
    
    Signed-off-by: Andrew Mason <andrew@planetscale.com>
    
    * only validate, do not correct
    
    Signed-off-by: Andrew Mason <andrew@planetscale.com>
    
    * broader restrictions via allow-list
    
    Signed-off-by: Andrew Mason <andrew@planetscale.com>
    
    * Revert "broader restrictions via allow-list"
    
    This reverts commit 5354d4f.
    
    Signed-off-by: Andrew Mason <andrew@planetscale.com>
    
    * tighten up release notes scope
    
    Signed-off-by: Andrew Mason <andrew@planetscale.com>
    
    * Update go/vt/topo/keyspace.go
    
    Co-authored-by: Florent Poinsard <35779988+frouioui@users.noreply.github.com>
    Signed-off-by: Andrew Mason <andrew@planetscale.com>
    
    ---------
    
    Signed-off-by: Andrew Mason <andrew@planetscale.com>
    Co-authored-by: Florent Poinsard <35779988+frouioui@users.noreply.github.com>
    
    * update notes and comments
    
    Signed-off-by: Andrew Mason <andrew@planetscale.com>
    
    ---------
    
    Signed-off-by: Andrew Mason <andrew@planetscale.com>
    Co-authored-by: Florent Poinsard <35779988+frouioui@users.noreply.github.com>
    Andrew Mason and frouioui committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    adf1019 View commit details
    Browse the repository at this point in the history
  2. Release of v16.0.1 (vitessio#12765)

    * Release notes for 16.0.1
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    * Release commit for 16.0.1
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    * feat: fix release notes folder
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    * rebase after 12732
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    ---------
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
    GuptaManan100 and frouioui committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    d1ba625 View commit details
    Browse the repository at this point in the history
  3. Back to dev mode (vitessio#12783)

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    2d2d1df View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Remove unnecessary code bits in workflows (vitessio#12756) (vitessio#…

    …12775)
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    984793f View commit details
    Browse the repository at this point in the history
  2. [release-16.0] Throttler: Expose Tablet's Config & Leverage to Deflak…

    …e Tests (vitessio#12791)
    
    * Throttler: Expose Tablet's Config & Leverage to Deflake Tests (vitessio#12737)
    
    * Flakes: effectively disable vtorc for deterministic behavior
    
    For example, we stop replication, wait a few seconds, then expect
    there to be lag. But vtorc could repair replication during that
    wait and then the lag is gone.
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Wait for the throttler to be up and running everywhere
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Expose tablet's throttler config and leverage to deflake tests
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Apply various corrections
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Be more explicit about VTOrc behavior changes
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Note received throttler response when it is unexpected
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Fixes from local testing
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Nits from self review
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Use assert.Equalf on failed assertions
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Ummm, duh.
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Try to get rid of last bit of flakiness
    
    Which seemed to revolve around NOT sleeping long enough
    after starting all the sleep queries.
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Nits from self review
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Address review comments
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Adjust test for behavior and comment it
    
    And adjust timing
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Align both stale hearbeat checks
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Remove no longer needed flag
    
    This is because enabling heartbeats with --heartbeat_enable
    also results in the replication reporter being enabled:
    https://github.com/vitessio/vitess/blob/3d9ef871e42bd20a60ec95997c97ecf0694c1e78/go/vt/vttablet/tabletserver/tabletenv/config.go#L235-L237
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Correct comment
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Correct comment part II: electric boogaloo
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Revert one other minor unnecessary change.
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    ---------
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Post cherry-pick fixup
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    ---------
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    mattlord committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    f2c1c13 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Automatically add milestone to new Pull Request (vitessio#12759) (vit…

    …essio#12807)
    
    * Automatically add milestone to new Pull Request
    
    
    
    * Run the workflow on pull_request_target event
    
    
    
    * Use gh pr edit to add milestone
    
    
    
    * Use bash instead of go script
    
    
    
    ---------
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    5ee1e46 View commit details
    Browse the repository at this point in the history
  2. [release-16.0] Fix incorrect path during release notes generation (vi…

    …tessio#12769) (vitessio#12796)
    
    * Fix incorrect path during release notes generation
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Apply review suggestion
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    ---------
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
    vitess-bot[bot] and frouioui committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    126c523 View commit details
    Browse the repository at this point in the history
  3. Table GC: remove spammy log entry (vitessio#12625) (vitessio#12808)

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    Co-authored-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    frouioui and shlomi-noach committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    af8e5e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Cleanup TODOs in vtorc flag parsing code from v15 (vitessio#12787) (v…

    …itessio#12818)
    
    Signed-off-by: Andrew Mason <andrew@planetscale.com>
    Co-authored-by: Andrew Mason <andrew@planetscale.com>
    frouioui and Andrew Mason committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    b04435f View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. fakedbclient: Add locking to avoid races (vitessio#12814) (vitessio#1…

    …2822)
    
    We have tests like `TestMoveTablesV2` which end up reading and writing
    queries concurrently. This causes the race detector to appropriately
    trigger and detect issues here.
    
    Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
    Co-authored-by: Dirkjan Bussink <d.bussink@gmail.com>
    frouioui and dbussink committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    d6c92cb View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    2193482 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. [release-16.0] Small fixes to the auto-upgrade golang tool (vitessio#…

    …12838) (vitessio#12848)
    
    * fix float issue with bootstrap version increment
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * handle case where there are no minor bootstrap version
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * avoid re-creating Pull Requests
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * remove parse float
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    ---------
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
    vitess-bot[bot] and frouioui committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    9b7a0c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. [planbuilder bugfix] do not push aggregations into derived tables (vi…

    …tessio#12810) (vitessio#12823)
    
    * fixes vitessio#12798
    
    
    
    * [planbuilder bugfix] don't push down predicates that need to be aggregated at the vtgate level
    
    
    
    ---------
    
    Signed-off-by: Andres Taylor <andres@planetscale.com>
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Co-authored-by: Andres Taylor <andres@planetscale.com>
    frouioui and systay committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    ee547c8 View commit details
    Browse the repository at this point in the history
  2. Add timeout to golangci-lint and bump its version (vitessio#12852) (v…

    …itessio#12854)
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    dbb2cf7 View commit details
    Browse the repository at this point in the history
  3. [release-16.0] Upgrade the Golang version to go1.20.3 (vitessio#12832)

    * bump go version to go1.20.3
    
    Signed-off-by: GitHub <noreply@github.com>
    
    * modify the github workflows and fix the bootstrap version increment
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    ---------
    
    Signed-off-by: GitHub <noreply@github.com>
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Co-authored-by: frouioui <frouioui@users.noreply.github.com>
    Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
    3 people committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    702cb2f View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. [release-16.0] Do not fail build on incorrect Go version (vitessio#12809

    ) (vitessio#12812)
    
    * Do not fail build on incorrect Go version
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Remove misleading message in build.env
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    ---------
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
    vitess-bot[bot] and frouioui committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    b04c38d View commit details
    Browse the repository at this point in the history
  2. Backport: [topo] Disallow the slash character in shard names vitessio…

    …#12843 (vitessio#12858)
    
    * [topo] Disallow the slash character in shard names (vitessio#12843)
    
    * Disallow the slash character in shard names
    
    Fixes vitessio#12842.
    
    Signed-off-by: Andrew Mason <andrew@planetscale.com>
    
    * add release note
    
    Signed-off-by: Andrew Mason <andrew@planetscale.com>
    
    * Update go/vt/topo/shard.go
    
    Co-authored-by: Deepthi Sigireddi <deepthi.sigireddi@gmail.com>
    Signed-off-by: Andrew Mason <amason@hey.com>
    
    * Update changelog/17.0/17.0.0/summary.md
    
    Co-authored-by: Deepthi Sigireddi <deepthi.sigireddi@gmail.com>
    Signed-off-by: Andrew Mason <amason@hey.com>
    
    ---------
    
    Signed-off-by: Andrew Mason <andrew@planetscale.com>
    Signed-off-by: Andrew Mason <amason@hey.com>
    Co-authored-by: Deepthi Sigireddi <deepthi.sigireddi@gmail.com>
    
    * add changelog stub
    
    Signed-off-by: Andrew Mason <andrew@planetscale.com>
    
    * fix version name
    
    Signed-off-by: Andrew Mason <andrew@planetscale.com>
    
    ---------
    
    Signed-off-by: Andrew Mason <andrew@planetscale.com>
    Signed-off-by: Andrew Mason <amason@hey.com>
    Co-authored-by: Deepthi Sigireddi <deepthi.sigireddi@gmail.com>
    Andrew Mason and deepthi committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    9dcbd7d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. [release-16.0] planner fix: scoping rules for JOIN ON expression insi…

    …de a subquery (vitessio#12891)
    
    * planner fix: scoping rules for JOIN ON expression inside a subquery (vitessio#12881)
    
    * fix: scoping rules for on clause expression inside a subquery
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    
    * find the parent scope of the statement in on clause
    
    Signed-off-by: harshit-gangal <harshit@planetscale.com>
    
    * addressed review comments
    
    Signed-off-by: harshit-gangal <harshit@planetscale.com>
    
    ---------
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    Signed-off-by: harshit-gangal <harshit@planetscale.com>
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Fix plan test expectation for v3
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    ---------
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    Signed-off-by: harshit-gangal <harshit@planetscale.com>
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Co-authored-by: Harshit Gangal <harshit@planetscale.com>
    frouioui and harshit-gangal committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    e18974d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Remove recent golangci-lint version bump (vitessio#12909)

    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    818ccd5 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. fix: reset transaction session with better checks when no reserved co…

    …nnection (vitessio#12877)
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    d5d6954 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. test: change cfc test to make it work consistently (vitessio#12960)

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    Co-authored-by: Harshit Gangal <harshit@planetscale.com>
    vitess-bot[bot] and harshit-gangal committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    b194834 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. fix: union distinct between unsharded route and sharded join (vitessi…

    …o#12974)
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    Co-authored-by: Harshit Gangal <harshit@planetscale.com>
    vitess-bot[bot] and harshit-gangal committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    b05d3a4 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. [release-16.0] update v16 release notes about VTGate Advertised MySQL…

    … Version (vitessio#12957) (vitessio#12962)
    
    * update v16 release notes about VTGate Advertised MySQL Version
    
    Signed-off-by: yoheimuta <yoheimuta@gmail.com>
    
    * Update changelog/16.0/16.0.0/release_notes.md
    
    Signed-off-by: Florent Poinsard <35779988+frouioui@users.noreply.github.com>
    
    * Update changelog/16.0/16.0.0/summary.md
    
    Signed-off-by: Florent Poinsard <35779988+frouioui@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: yoheimuta <yoheimuta@gmail.com>
    Signed-off-by: Florent Poinsard <35779988+frouioui@users.noreply.github.com>
    Co-authored-by: yoheimuta <yoheimuta@gmail.com>
    Co-authored-by: Florent Poinsard <35779988+frouioui@users.noreply.github.com>
    3 people committed May 2, 2023
    Configuration menu
    Copy the full SHA
    199e53c View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. gen4 planner: allow last_insert_id with arguments (vitessio#13026) (v…

    …itessio#13033)
    
    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed May 9, 2023
    Configuration menu
    Copy the full SHA
    24ca345 View commit details
    Browse the repository at this point in the history
  2. [release-16.0] vtgate : Disable Automatically setting immediateCaller…

    …ID to user from static authentication context (vitessio#12961) (vitessio#12984)
    
    * Disables automatically setting immediateCallerID to User from Static authentication Context
    
    Signed-off-by: Phani Raj <phani@planetscale.com>
    
    * Set effectiveCallerID based on these rules
    The client cert common name (if using mTLS)
    The effective caller id (if --grpc_use_effective_callerid=true)
    The static auth username (if --mysql_use_static_auth_username=true)
    
    Signed-off-by: Phani Raj <phani@planetscale.com>
    
    * update vtgate help text fixture
    
    Signed-off-by: Phani Raj <phani@planetscale.com>
    
    * Add new test to vtgate_shard_heavy test run
    
    Signed-off-by: Phani Raj <phani@planetscale.com>
    
    * Run EffectiveCallerID tests in vtgate_general_heavy
    
    Signed-off-by: Phani Raj <phani@planetscale.com>
    
    * feat: use DialWithOpts in release-16.0 since Dial doesn't exist
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    ---------
    
    Signed-off-by: Phani Raj <phani@planetscale.com>
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    Co-authored-by: Phani Raj <phani@planetscale.com>
    Co-authored-by: Manan Gupta <manan@planetscale.com>
    3 people committed May 9, 2023
    Configuration menu
    Copy the full SHA
    808821c View commit details
    Browse the repository at this point in the history
  3. Summary changes and code freeze for release of v16.0.2 (vitessio#13049)

    * feat: add summary docs changes
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    * Code freeze of release-16.0
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    ---------
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    6934444 View commit details
    Browse the repository at this point in the history
  4. Release of v16.0.2 (vitessio#13050)

    * Release notes for 16.0.2
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    * Release commit for 16.0.2
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    * regenerate the changelog
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    ---------
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
    GuptaManan100 and frouioui committed May 9, 2023
    Configuration menu
    Copy the full SHA
    6076fed View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Back to dev mode (vitessio#13055)

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    1597b68 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. [release-16.0] Upgrade the Golang version to go1.20.4 (vitessio#13053)

    * bump go version to go1.20.4
    
    Signed-off-by: GitHub <noreply@github.com>
    
    * upgrade the workflows with newer golang version
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    ---------
    
    Signed-off-by: GitHub <noreply@github.com>
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Co-authored-by: frouioui <frouioui@users.noreply.github.com>
    Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
    3 people committed May 15, 2023
    Configuration menu
    Copy the full SHA
    b87ef7a View commit details
    Browse the repository at this point in the history
  2. [release-16.0] Fix the resilientQuery to give correct results during …

    …initialization (vitessio#13080) (vitessio#13087)
    
    * feat: fix the resilient query code to work better right after it has started
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    * feat: return after erroring out in TimeoutAction
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    ---------
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    Co-authored-by: Manan Gupta <manan@planetscale.com>
    vitess-bot[bot] and GuptaManan100 committed May 15, 2023
    Configuration menu
    Copy the full SHA
    a2b738c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Fix format error in the v16.0.2 release notes (vitessio#13058)

    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
    vitess-bot[bot] and frouioui committed May 16, 2023
    Configuration menu
    Copy the full SHA
    398e52b View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. [release-16.0] VReplication: Do not delete sharded target vschema tab…

    …le entries on Cancel (vitessio#13146) (vitessio#13155)
    
    * Don't delete vschema table entries that VReplication does not create
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Update unit test accordingly
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Improve comment
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Adjust workflow complete unit test as well
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Limit this behavior change to Cancel
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Improve comment
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    ---------
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    Co-authored-by: Matt Lord <mattalord@gmail.com>
    vitess-bot[bot] and mattlord committed May 26, 2023
    Configuration menu
    Copy the full SHA
    fe648b9 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. [16.0] Fix: TabletServer ReserveBeginExecute to return transaction ID…

    … on error (vitessio#13193)
    
    * ReserveBeginExecute to return transaction id even if reserver id is not present when there is an error
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    
    * enabled settings pool for e2e test
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    
    ---------
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed May 30, 2023
    Configuration menu
    Copy the full SHA
    88269ad View commit details
    Browse the repository at this point in the history
  2. [release-16.0] VReplication: Pass on --keep_routing_rules flag value …

    …for Cancel action (vitessio#13171) (vitessio#13194)
    
    * Pass on keep_routing_rules flag value for Cancel action
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Add e2e test for Cancel --keep_routing_rules
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    ---------
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    Co-authored-by: Matt Lord <mattalord@gmail.com>
    vitess-bot[bot] and mattlord committed May 30, 2023
    Configuration menu
    Copy the full SHA
    28c9dce View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Fix: errant GTID in health streamer (vitessio#13184)

    * test: add health-streamer test
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    * feat: fix test
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    * feat: fix health streamer
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    * feat: fix health streamer tests
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    ---------
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed May 31, 2023
    Configuration menu
    Copy the full SHA
    272004c View commit details
    Browse the repository at this point in the history
  2. [release-16.0] Upgrade mysqld memory limits to 1024Mi (vitessio#13122) (

    vitessio#13204)
    
    * Upgrade mysqld memory limits to 1024Mi
    
    Signed-off-by: Vinícius do Carmo <vinicius.docarmo@wetransfer.com>
    
    * Close vitessio#13118
    
    Signed-off-by: Vinícius do Carmo <vinicius.docarmo@wetransfer.com>
    
    ---------
    
    Signed-off-by: Vinícius do Carmo <vinicius.docarmo@wetransfer.com>
    Co-authored-by: Vinícius do Carmo <vinicius.docarmo@wetransfer.com>
    vitess-bot[bot] and vinimdocarmo committed May 31, 2023
    Configuration menu
    Copy the full SHA
    98f5afc View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. evalengine: TypeOf for Columns should only use value type when we hav…

    …e a value (vitessio#13148) (vitessio#13154)
    
    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    17fae95 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Fix new vtctl upgrade downgrade test on release-16.0 (vitessio#13252)

    * skip test assertion if binary above 16
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Add result filtering for warning for vtconfig error
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Revert change
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * filter result for warning
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    ---------
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    625c057 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. [release-16.0] Upgrade the Golang version to go1.20.5 (vitessio#13257)

    * bump go version to go1.20.5
    
    Signed-off-by: GitHub <noreply@github.com>
    
    * Update github actions workflow with go1.20.5
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    ---------
    
    Signed-off-by: GitHub <noreply@github.com>
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Co-authored-by: frouioui <frouioui@users.noreply.github.com>
    Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
    3 people committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    b2de6b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a9a84a View commit details
    Browse the repository at this point in the history
  3. [release-16.0] VReplication: Fix VDiff2 DeleteByUUID Query (vitessio#…

    …13255) (vitessio#13282)
    
    * Fix VDiff2 DeleteByUUID Query
    
    It was incorrect and thus deleting every row in the vdiff table.
    IIRC, this was a mistake on my part as I was first using a WHERE
    based query and then had to move to LEFT JOIN usage as there may
    not always be vdiff_table records. When doing so, however, I left
    the last AND clause in place when it should have become the sole
    predicate in a new WHERE clause after the LEFT JOIN condition.
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Add unit test as well
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    * Minor changes after review
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    
    ---------
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    Co-authored-by: Matt Lord <mattalord@gmail.com>
    vitess-bot[bot] and mattlord committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    60baf51 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. [release-16.0] Bug fix: SQL queries erroring with message `unknown ag…

    …gregation random` (vitessio#13330) (vitessio#13334)
    
    * fixed unknown aggregation random bug
    
    Signed-off-by: Arvind Murty <10248018+arvind-murty@users.noreply.github.com>
    
    * fixed schema.sql formatting
    
    Signed-off-by: Arvind Murty <10248018+arvind-murty@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Arvind Murty <10248018+arvind-murty@users.noreply.github.com>
    Co-authored-by: Arvind Murty <10248018+arvind-murty@users.noreply.github.com>
    vitess-bot[bot] and arvind-murty committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    2b26d57 View commit details
    Browse the repository at this point in the history
  2. [release-16.0] mysqlctl: Correctly encode database and table names (v…

    …itessio#13312) (vitessio#13323)
    
    * mysqlctl: Correctly encode database and table names
    
    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>
    
    * Trigger CI
    
    Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
    
    ---------
    
    Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
    Co-authored-by: Dirkjan Bussink <d.bussink@gmail.com>
    vitess-bot[bot] and dbussink committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    2702da2 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. update link for reparenting guide (vitessio#13356)

    Signed-off-by: Andrew Mason <andrew@planetscale.com>
    Co-authored-by: Andrew Mason <andrew@planetscale.com>
    vitess-bot[bot] and Andrew Mason committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    57fd5c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. [release-16.0] Set the number of threads for release notes generation…

    … with a flag (vitessio#13316)
    
    * Set the number of threads for release notes generation with a flag (vitessio#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>
    
    * remove os.Exit (vitessio#13310)
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * remove unwanted makefile rule
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    ---------
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    ee4fe7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1714d17 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. [release-16.0] BaseShowTablesWithSizes: optimize MySQL 8.0 query (vit…

    …essio#13375) (vitessio#13389)
    
    * BaseShowTablesWithSizes: optimize MySQL 8.0 query
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * adapt regular expression
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * adapt regular expression, 2
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * refactored query again to combat the many unit test query format assumptions
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * use t.table_schema in GROUP BY. Although not strictly necessary this may be faster
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * Support views in BaseShowTablesWithSizes for MySQL 8.0 (vitessio#13394)
    
    * Support views in BaseShowTablesWithSizes for MySQL 8.0
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * added test
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * fixed test
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    
    * schema tracker: use null safe comparison
    
    Signed-off-by: Andres Taylor <andres@planetscale.com>
    
    ---------
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    Signed-off-by: Andres Taylor <andres@planetscale.com>
    Co-authored-by: Andres Taylor <andres@planetscale.com>
    
    ---------
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    Signed-off-by: Andres Taylor <andres@planetscale.com>
    Co-authored-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    Co-authored-by: Andres Taylor <andres@planetscale.com>
    3 people committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3161143 View commit details
    Browse the repository at this point in the history
  2. feat: don't run any reparent commands if the host is empty (vitessio#…

    …13396) (vitessio#13402)
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    2d41d38 View commit details
    Browse the repository at this point in the history
  3. [release-16.0] Deflake TestQueryTimeoutWithDual test (vitessio#13405)…

    … (vitessio#13409)
    
    * test: deflake TestQueryTimeoutWithDual test
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    * empty commit to kick CI
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    
    ---------
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    Co-authored-by: Manan Gupta <manan@planetscale.com>
    vitess-bot[bot] and GuptaManan100 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    f3b7479 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7251cb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    99d39f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Ignore error while reading table data in Schema.Engine reload (vitess…

    …io#13421) (vitessio#13424)
    
    * ignore views load error
    
    
    
    * added unit test
    
    
    
    ---------
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    b6755ae View commit details
    Browse the repository at this point in the history
  2. resolved conflict (vitessio#13456)

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    deacad1 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    af3cd0a View commit details
    Browse the repository at this point in the history
  2. compose: fix consul:latest error

    Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
    timvaillancourt committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    9ebc7be View commit details
    Browse the repository at this point in the history
  3. Update docker-compose.beginners.yml too

    Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
    timvaillancourt committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    73c6d71 View commit details
    Browse the repository at this point in the history
  4. rm mistaken commit

    Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
    timvaillancourt committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    7c49599 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Merge pull request vitessio#13472 from vitessio/backport-13468-to-rel…

    …ease-16.0
    
    [release-16.0] `examples/compose`: fix `consul:latest` error w/`docker-compose up -d` (vitessio#13468)
    mattlord committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    4ae3d69 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. [release-16.0] Fix TestGatewayBufferingWhileReparenting flakiness (v…

    …itessio#13469) (vitessio#13500)
    
    Fix `TestGatewayBufferingWhileReparenting` flakiness (vitessio#13469)
    GuptaManan100 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    19db42e View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. [release-16.0]: Fix flakiness in VTOrc tests (vitessio#13489) (vitess…

    …io#13528)
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    721d2c3 View commit details
    Browse the repository at this point in the history
  2. [release-16.0] Deflake TestPlannedReparentShardPromoteReplicaFail (v…

    …itessio#13548) (vitessio#13549)
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    vitess-bot[bot] committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    38d60a4 View commit details
    Browse the repository at this point in the history
  3. [release-16.0]: Fix upgrade-downgrade test setup and fix the `init_…

    …db.sql` (vitessio#13525)
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    c15ecd0 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. [release-16.0] Fix benchmarks in plan_test.go (vitessio#13096) (vit…

    …essio#13126)
    
    Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
    vitess-bot[bot] and frouioui committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    c3e1658 View commit details
    Browse the repository at this point in the history
  2. [release-16.0] Flaky tests: Fix wrangler tests (vitessio#13568) (vite…

    …ssio#13571)
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    vitess-bot[bot] committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    15f20dd View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. [release-16.0] VReplication: Ensure ROW events are sent within a tran…

    …saction (vitessio#13547) (vitessio#13580)
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    vitess-bot[bot] committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    373d243 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. [release-16.0] ignore all error for views in engine reload (vitessio#…

    …13590) (vitessio#13593)
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    Co-authored-by: Harshit Gangal <harshit@planetscale.com>
    vitess-bot[bot] and harshit-gangal committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    bfc9ed9 View commit details
    Browse the repository at this point in the history
  2. [release-16.0] fix TestQueryTimeoutWithTables flaky test (vitessio#13579

    ) (vitessio#13585)
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    Co-authored-by: Harshit Gangal <harshit@planetscale.com>
    vitess-bot[bot] and harshit-gangal committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    dff0957 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. [release-16.0] Flaky tests: Fix race in memory topo (vitessio#13559) (v…

    …itessio#13576)
    
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    Co-authored-by: Dirkjan Bussink <d.bussink@gmail.com>
    vitess-bot[bot] and dbussink committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b0a3cfe View commit details
    Browse the repository at this point in the history
  2. [release-16.0] Optimize release notes generation to use GitHub Milest…

    …ones (vitessio#13398) (vitessio#13621)
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    47a1042 View commit details
    Browse the repository at this point in the history
  3. [release-16.0] check keyspace snapshot time if none specified for bac…

    …kup restores (vitessio#13557) (vitessio#13634)
    
    Signed-off-by: Priya Bibra <pbibra@slack-corp.com>
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    vitess-bot[bot] committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    9b9f425 View commit details
    Browse the repository at this point in the history
  4. [release-16.0] ignore ongoing backfill vindex from routing selection (v…

    …itessio#13523) (vitessio#13607)
    
    Co-authored-by: Harshit Gangal <harshit@planetscale.com>
    vitess-bot[bot] and harshit-gangal committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    1874644 View commit details
    Browse the repository at this point in the history
  5. [release-16.0] Update known issues in v16.x and v17.0.0 (vitessio…

    …#13618) (vitessio#13645)
    
    Co-authored-by: Florent Poinsard <35779988+frouioui@users.noreply.github.com>
    vitess-bot[bot] and frouioui committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d395f71 View commit details
    Browse the repository at this point in the history
  6. Code freeze of release-16.0 for release of v16.0.3 (vitessio#13648)

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    66e1b17 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Release of v16.0.3 (vitessio#13651)

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    a93cb55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0904ef0 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. v16 backport: Solve RevertMigration.Comment read/write concurrency is…

    …sue (vitessio#13736)
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    effe392 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    4a810e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. [release-16.0] CI: fix onlineddl_scheduler flakiness (vitessio#13754) (

    …vitessio#13759)
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    Co-authored-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    vitess-bot[bot] and shlomi-noach committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    fb298a4 View commit details
    Browse the repository at this point in the history
  2. Manual cherry-pick of 13339 (vitessio#13733)

    Signed-off-by: Rohit Nayak <rohit@planetscale.com>
    rohit-nayak-ps committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    630728f View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. [release-16.0] Address vttablet memory usage with backups to Azure Bl…

    …ob Service (vitessio#13770) (vitessio#13774)
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    Co-authored-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    vitess-bot[bot] and shlomi-noach committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    75fdcaa View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. planbuilder: Fix infinite recursion for subqueries (vitessio#13783)

    Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
    dbussink committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    86a714e View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. [release-16.0] Flakes: Delete VTDATAROOT files in reparent test teard…

    …own within CI (vitessio#13793) (vitessio#13797)
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    vitess-bot[bot] committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    31b76ac View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. [release-16.0] vtgate: fix race condition iterating tables and views …

    …from schema tracker (vitessio#13673) (vitessio#13795)
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    Co-authored-by: Matt Lord <mattalord@gmail.com>
    vitess-bot[bot] and mattlord committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    1a1250c View commit details
    Browse the repository at this point in the history
  2. Release 16.0 code freeze for v16.0.3 release (vitessio#13810)

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c4efce0 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. [16.0] bugfixes: collection of fixes to bugs found while fuzzing (vit…

    …essio#13805)
    
    Signed-off-by: Andres Taylor <andres@planetscale.com>
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    Co-authored-by: Manan Gupta <manan@planetscale.com>
    systay and GuptaManan100 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    bafc21d View commit details
    Browse the repository at this point in the history
  2. Release of v16.0.4 (vitessio#13808)

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    87ea735 View commit details
    Browse the repository at this point in the history
  3. Back to dev mode after v16.0.4 (vitessio#13814)

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6cf15c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. [release-16.0] Fix BackupShard to get its options from its own flags (

    vitessio#13813) (vitessio#13819)
    
    Signed-off-by: Andrew Mason <andrew@planetscale.com>
    Co-authored-by: Andrew Mason <andrew@planetscale.com>
    vitess-bot[bot] and Andrew Mason committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    2f50719 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. [release-16.0] Flakes: empty vtdataroot before starting a new vreplic…

    …ation e2e test (vitessio#13803) (vitessio#13821)
    
    Signed-off-by: Rohit Nayak <rohit@planetscale.com>
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    vitess-bot[bot] committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    73fa4d6 View commit details
    Browse the repository at this point in the history
  2. [release-16.0] Flakes: skip flaky check that ETA for a VReplication V…

    …Diff2 Progress command is in the future. (vitessio#13804) (vitessio#13816)
    
    Signed-off-by: Rohit Nayak <rohit@planetscale.com>
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    vitess-bot[bot] committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    c934b2b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. [release-16.0] MoveTables: add flag to specify that routing rules sho…

    …uld not be created when a movetables workflow is created (vitessio#13858)
    
    Signed-off-by: Rohit Nayak <rohit@planetscale.com>
    rohit-nayak-ps committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d4e5cc7 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Revert "[release-16.0] MoveTables: add flag to specify that routing r…

    …ules should not be created when a movetables workflow is created" (vitessio#13899)
    
    Signed-off-by: Rohit Nayak <rohit@planetscale.com>
    rohit-nayak-ps committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    a682c1e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. [release-16.0] OnlineDDL: fix nil 'completed_timestamp' for cancelled…

    … migrations (vitessio#13928) (vitessio#13936)
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    Co-authored-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    vitess-bot[bot] and shlomi-noach committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    1f2de68 View commit details
    Browse the repository at this point in the history
  2. [release-16.0] Use Debian Bullseye in Bootstrap (vitessio#13757) (vit…

    …essio#13921)
    
    Co-authored-by: Florent Poinsard <35779988+frouioui@users.noreply.github.com>
    Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
    3 people committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    7012754 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. [release-16.0] Upgrade the Golang version to go1.20.8 (vitessio#13932)

    Co-authored-by: frouioui <frouioui@users.noreply.github.com>
    Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
    3 people committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    1fd96b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. [release-16.0] Fix: convertBoolToSemiSyncAction method to account for…

    … all semi sync actions (vitessio#13075) (vitessio#13958)
    
    Signed-off-by: William Lu <william.lu@shopify.com>
    Signed-off-by: William Lu <william@tamedfox.ca>
    Signed-off-by: Arthur Schreiber <arthurschreiber@github.com>
    Co-authored-by: William Lu <31415453+WilliamLu99@users.noreply.github.com>
    arthurschreiber and WilliamLu99 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d75b9dc View commit details
    Browse the repository at this point in the history
  2. [release-16.0] VDiff: correct handling of default source and target c…

    …ells (vitessio#13969) (vitessio#13983)
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    Co-authored-by: Matt Lord <mattalord@gmail.com>
    vitess-bot[bot] and mattlord committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    09b2927 View commit details
    Browse the repository at this point in the history
  3. [release-16.0] copy over existing vreplication rows copied to local c…

    …ounter if resuming from another tablet (vitessio#13949) (vitessio#13962)
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    Co-authored-by: Matt Lord <mattalord@gmail.com>
    vitess-bot[bot] and mattlord committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    cee1662 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. [release-16.0] Make Static Code Checks Etc fail if the `./changelog…

    …` folder is out-of-date (vitessio#14003) (vitessio#14005)
    
    Co-authored-by: Florent Poinsard <35779988+frouioui@users.noreply.github.com>
    vitess-bot[bot] and frouioui committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3bd7748 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. [release-16.0] fix data race in join engine primitive olap streaming …

    …mode execution (vitessio#14012) (vitessio#14015)
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    Co-authored-by: Harshit Gangal <harshit@planetscale.com>
    vitess-bot[bot] and harshit-gangal committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    b6ce299 View commit details
    Browse the repository at this point in the history
  2. [release-16.0] handle large number of predicates without timing out (v…

    …itessio#13979) (vitessio#13981)
    
    Co-authored-by: Andrés Taylor <andres@planetscale.com>
    vitess-bot[bot] and systay committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    2b52532 View commit details
    Browse the repository at this point in the history
  3. [release-16.0] Enable failures in tools/e2e_test_race.sh and fix ra…

    …ces (vitessio#13654) (vitessio#14010)
    
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    Co-authored-by: Brendan Dougherty <brendan.dougherty@shopify.com>
    Co-authored-by: Austen Lacy <austen.lacy@shopify.com>
    Co-authored-by: Rohit Nayak <rohit@planetscale.com>
    4 people committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    97a285c View commit details
    Browse the repository at this point in the history
  4. [release-16.0] Fix vtcombo DBDDL plugin race condition (vitessio#13117)…

    … (vitessio#13741)
    
    Signed-off-by: Jaskanwal Pawar <32091345+jspawar@users.noreply.github.com>
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    Co-authored-by: Arthur Schreiber <arthurschreiber@github.com>
    vitess-bot[bot] and arthurschreiber committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    bacffed View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. [release-16.0] fix: cost to include subshard opcode (vitessio#14023) (v…

    …itessio#14026)
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    Co-authored-by: Harshit Gangal <harshit@planetscale.com>
    vitess-bot[bot] and harshit-gangal committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    d4fb7f6 View commit details
    Browse the repository at this point in the history
  2. [release-16.0] moved timeout test to different package (vitessio#14028)…

    … (vitessio#14031)
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    Co-authored-by: Harshit Gangal <harshit@planetscale.com>
    vitess-bot[bot] and harshit-gangal committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    44f7c36 View commit details
    Browse the repository at this point in the history
  3. Backport [release-16.0] Flakes: Add recently added 'select rows_copie…

    …d' query to ignore list vitessio#13993 (vitessio#14040)
    
    Signed-off-by: Rohit Nayak <rohit@planetscale.com>
    rohit-nayak-ps committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    73e8ae1 View commit details
    Browse the repository at this point in the history
  4. [release-16.0] TableGC: support DROP VIEW (vitessio#14020) (vitessio#…

    …14044)
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    Co-authored-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    vitess-bot[bot] and shlomi-noach committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    e3f01ed View commit details
    Browse the repository at this point in the history
  5. [release-16.0] OnlineDDL: cleanup cancelled migration artifacts; supp…

    …ort `--retain-artifacts=<duration>` DDL strategy flag (vitessio#14029) (vitessio#14036)
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    Co-authored-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    vitess-bot[bot] and shlomi-noach committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    cef2617 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. [release-16.0] update docgen to embed commit ID in autogenerated doc …

    …frontmatter (vitessio#14056) (vitessio#14073)
    
    Signed-off-by: Andrew Mason <andrew@planetscale.com>
    Co-authored-by: Andrew Mason <andrew@planetscale.com>
    vitess-bot[bot] and Andrew Mason committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    b84480e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. [release-16.0] VDiff: properly split cell values in record when using…

    … TabletPicker (vitessio#14099) (vitessio#14102)
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    Co-authored-by: Matt Lord <mattalord@gmail.com>
    vitess-bot[bot] and mattlord committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6123235 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. [release-16.0] anonymize homedirs in generated docs (vitessio#14101) (v…

    …itessio#14105)
    
    Signed-off-by: Andrew Mason <andrew@planetscale.com>
    Co-authored-by: Andrew Mason <andrew@planetscale.com>
    vitess-bot[bot] and Andrew Mason committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    00d2521 View commit details
    Browse the repository at this point in the history
  2. [release-16.0] bugfix: change column name and type to json (vitessio#…

    …14093) (vitessio#14116)
    
    Signed-off-by: Olga Shestopalova <oshestopalova@hubspot.com>
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    Co-authored-by: Olga Shestopalova <oshestopalova@hubspot.com>
    Co-authored-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    Co-authored-by: Matt Lord <mattalord@gmail.com>
    4 people committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    cbbf9fd View commit details
    Browse the repository at this point in the history
  3. [release-16.0] Remove FOSSA Test from CI until we can do it in a secu…

    …re way (vitessio#14119) (vitessio#14121)
    
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    Co-authored-by: Rohit Nayak <rohit@planetscale.com>
    vitess-bot[bot] and rohit-nayak-ps committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    13b3d15 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. [release-16.0] VDiff: Cleanup the controller for a VDiff before delet…

    …ing it (vitessio#14107) (vitessio#14124)
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    Co-authored-by: Matt Lord <mattalord@gmail.com>
    vitess-bot[bot] and mattlord committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    69d3255 View commit details
    Browse the repository at this point in the history
  2. Code freeze of release-16.0 for v16.0.5 (vitessio#14132)

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    12cdda1 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. [release-16.0] docker: add dedicated vtorc container (vitessio#14126) (

    …vitessio#14146)
    
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    vitess-bot[bot] committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    d5be0db View commit details
    Browse the repository at this point in the history
  2. [release-16.0] Fix for "text type with an unknown/unsupported collati…

    …on cannot be hashed" error (vitessio#13852) (vitessio#13863)
    
    Co-authored-by: Harshit Gangal <harshit@planetscale.com>
    vitess-bot[bot] and harshit-gangal committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    51f0ad1 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Release of v16.0.5 (vitessio#14135)

    Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
    GuptaManan100 and frouioui committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    fd462ff View commit details
    Browse the repository at this point in the history
  2. Back to dev mode after v16.0.5 (vitessio#14170)

    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    00c7591 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. [release-16.0] Upgrade the Golang version to go1.20.9 (vitessio#14194)

    Co-authored-by: frouioui <frouioui@users.noreply.github.com>
    Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
    3 people committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    786a532 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. add new lock syntax for mysql8

    Signed-off-by: Patrick Carnahan <patrickcarnahan@github.com>
    Signed-off-by: Arthur Schreiber <arthurschreiber@github.com>
    patrickcarnahan authored and arthurschreiber committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    38eccb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. [release-16.0] Rewrite USING to ON condition for joins (vitessio#…

    …13931) (vitessio#13940)
    
    Co-authored-by: Florent Poinsard <35779988+frouioui@users.noreply.github.com>
    Co-authored-by: Andres Taylor <andres@planetscale.com>
    Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
    4 people committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    95c3a5d View commit details
    Browse the repository at this point in the history
  2. [Release 16.0]: Online DDL: timeouts for all gRPC calls (vitessio#14182

    …) (vitessio#14191)
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    745ed3f View commit details
    Browse the repository at this point in the history
  3. [release-16.0] Fix anonymous paths in cobra code-gen (vitessio#14185) (

    …vitessio#14236)
    
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    vitess-bot[bot] committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    774f5ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    266b2d8 View commit details
    Browse the repository at this point in the history
  5. [release-16.0] Upgrade the Golang version to go1.20.10 (vitessio#14228

    )
    
    Co-authored-by: frouioui <frouioui@users.noreply.github.com>
    Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
    3 people committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    239b7b4 View commit details
    Browse the repository at this point in the history
  6. [release-16.0] Bump postcss from 8.4.21 to 8.4.31 in /web/vtadmin (vi…

    …tessio#14173) (vitessio#14256)
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    vitess-bot[bot] and dependabot[bot] committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    e5e6900 View commit details
    Browse the repository at this point in the history
  7. [release-16.0] Bump github.com/cyphar/filepath-securejoin from 0.2.3 …

    …to 0.2.4 (vitessio#14239) (vitessio#14251)
    
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    vitess-bot[bot] and dependabot[bot] committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    7dc154b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. [release-16.0] Bump golang.org/x/net from 0.14.0 to 0.17.0 (vitessio#…

    …14260) (vitessio#14262)
    
    Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
    vitess-bot[bot] and frouioui committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    7f899c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    4a0e038 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. [release-16.0] Bump @babel/traverse from 7.21.4 to 7.23.2 in /web/vta…

    …dmin (vitessio#14304) (vitessio#14306)
    
    Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
    vitess-bot[bot] and frouioui committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    faf2977 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. [release-16.0] OnlineDDL: reduce vrepl_stress workload in forks (vite…

    …ssio#14302) (vitessio#14347)
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    Co-authored-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    vitess-bot[bot] and shlomi-noach committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    cb4ab53 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. [release-16.0] Automatic approval of vitess-bot clean backports (vi…

    …tessio#14352) (vitessio#14355)
    
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    vitess-bot[bot] committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    5f550d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    8fa5816 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. [release-16.0] Upgrade the Golang version to go1.20.11 (vitessio#14490

    )
    
    Signed-off-by: GitHub <noreply@github.com>
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    Co-authored-by: frouioui <frouioui@users.noreply.github.com>
    Co-authored-by: Harshit Gangal <harshit@planetscale.com>
    3 people committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    883b0f2 View commit details
    Browse the repository at this point in the history
  2. [release-16.0] vtgate/engine: Fix race condition in join logic (vites…

    …sio#14435) (vitessio#14439)
    
    Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    vitess-bot[bot] committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    13c21fd View commit details
    Browse the repository at this point in the history
  3. [release-16.0] schemadiff: fix missing DROP CONSTRAINT in duplicate…

    …/redundant constraints scenario. (vitessio#14387) (vitessio#14389)
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    Co-authored-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    vitess-bot[bot] and shlomi-noach committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    aa1cf49 View commit details
    Browse the repository at this point in the history
  4. [release-16.0] Bump google.golang.org/grpc from 1.55.0-dev to 1.59.0 (v…

    …itessio#14364) (vitessio#14496)
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    Co-authored-by: Harshit Gangal <harshit@planetscale.com>
    vitess-bot[bot] and harshit-gangal committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    0a04f3d View commit details
    Browse the repository at this point in the history
  5. [release-16.0] Make column resolution closer to MySQL (vitessio#14426) (

    vitessio#14428)
    
    Signed-off-by: Andres Taylor <andres@planetscale.com>
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    Co-authored-by: Andres Taylor <andres@planetscale.com>
    Co-authored-by: Harshit Gangal <harshit@planetscale.com>
    3 people committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    8ad1076 View commit details
    Browse the repository at this point in the history
  6. [release-16.0] vtgate: Allow additional errors in warnings test (vite…

    …ssio#14461) (vitessio#14463)
    
    Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    Co-authored-by: Dirkjan Bussink <d.bussink@gmail.com>
    vitess-bot[bot] and dbussink committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    79dd08a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. [release-16.0] examples: fix flag syntax for zkctl (vitessio#14469) (v…

    …itessio#14485)
    
    Signed-off-by: deepthi <deepthi@planetscale.com>
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    Co-authored-by: deepthi <deepthi@planetscale.com>
    vitess-bot[bot] and deepthi committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    c3bd611 View commit details
    Browse the repository at this point in the history
  2. [release-16.0] VDiff: wait for shard streams of one table diff to com…

    …plete for before starting that of the next table (vitessio#14345) (vitessio#14380)
    
    Signed-off-by: Matt Lord <mattalord@gmail.com>
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    Co-authored-by: Matt Lord <mattalord@gmail.com>
    vitess-bot[bot] and mattlord committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    12d93c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. [release-16.0] Ensure hexval and int don't share BindVar after Normal…

    …ization (vitessio#14451) (vitessio#14477)
    
    Signed-off-by: William Martin <williammartin@github.com>
    Signed-off-by: Arthur Schreiber <arthurschreiber@github.com>
    Co-authored-by: William Martin <williammartin@github.com>
    vitess-bot[bot] and williammartin committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c4494a0 View commit details
    Browse the repository at this point in the history
  2. Release of v16.0.6 (vitessio#14410)

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a7f80a8 View commit details
    Browse the repository at this point in the history
  3. Back to dev mode after v16.0.6 (vitessio#14509)

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6017005 View commit details
    Browse the repository at this point in the history
  4. [release-16.0] Update create_release.sh (vitessio#14492) (vitessio#14514

    )
    
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    vitess-bot[bot] committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    76bdc1f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. [release-16.0] Build and push Docker Images from GitHub Actions (vite…

    …ssio#14513)
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1f393a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. [release-16.0] expression rewriting: enable more rewrites and limit C…

    …NF rewrites (vitessio#14560) (vitessio#14574)
    
    Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
    Co-authored-by: Florent Poinsard <florent.poinsard@outlook.fr>
    vitess-bot[bot] and frouioui committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    53dfd30 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. [release-16.0] fix concurrency on stream execute engine primitives (v…

    …itessio#14586) (vitessio#14590)
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
    Co-authored-by: Harshit Gangal <harshit@planetscale.com>
    Co-authored-by: Dirkjan Bussink <d.bussink@gmail.com>
    3 people committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    551dbd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8b6d48 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. [release-16.0] Replace use of WAIT_UNTIL_SQL_THREAD_AFTER_GTIDS wit…

    …h `WAIT_FOR_EXECUTED_GTID_SET` (vitessio#14612) (vitessio#14620)
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    151b1b0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release-16.0' of https://github.com/vitessio/vitess int…

    …o release-16.0-github
    
    Signed-off-by: Arthur Schreiber <arthurschreiber@github.com>
    arthurschreiber committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    43a0748 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Expose the --tablet_types_to_wait flag in vtcombo.

    Signed-off-by: Arthur Schreiber <arthurschreiber@github.com>
    arthurschreiber committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9376417 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Merge pull request #93 from github/arthur/vtcombo-tablet-type-counts

    [Backport] Expose the `--tablet_types_to_wait` flag in `vtcombo`.
    arthurschreiber committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    ea0e19c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Backport vitessio#15275

    hmaurer committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    bab4912 View commit details
    Browse the repository at this point in the history