MyGit

v17.0.6

vitessio/vitess

版本发布时间: 2024-03-14 22:10:47

vitessio/vitess最新发布版本:v19.0.3(2024-04-04 20:05:29)

Release of Vitess v17.0.6

Summary

Table of Contents

Major Changes

Breaking Changes

ExecuteFetchAsDBA rejects multi-statement SQL

vtctldclient ExecuteFetchAsDBA (and similarly the vtctl and vtctlclient commands) now reject multi-statement SQL with error.

For example, vtctldclient ExecuteFetchAsDBA my-tablet "stop replica; change replication source to auto_position=1; start replica will return an error, without attempting to execute any of these queries.

Previously, ExecuteFetchAsDBA silently accepted multi statement SQL. It would (attempt to) execute all of them, but:

ExecuteFetchAsDBA does allow a specific use case of multi-statement SQL, which is where all statements are in the form of CREATE TABLE or CREATE VIEW. This is to support a common pattern of schema initialization.


The entire changelog for this release can be found here.

The release includes 24 merged Pull Requests.

Thanks to all our contributors: @app/vitess-bot, @frouioui, @harshit-gangal, @shlomi-noach, @systay

相关地址:原始地址 下载(tar) 下载(zip)

1、 vitess-17.0.6-3ae5c00.tar.gz 562.38MB

2、 vitess-17.0.6-3ae5c00.x86_64.rpm 560.12MB

3、 vitess_17.0.6-3ae5c00_amd64.deb 562.39MB

查看:2024-03-14发行的版本