vitess v6.0.20-20200617 Release Notes

Release Date: 2020-06-17 // almost 4 years ago
  • ๐Ÿš€ This update fixes a number of regressions which were significant enough that it was decided to backport to the release branch. The issue with XtraBackup not being compatible with MySQL 8.0.20 has been fixed by Percona. Anyone using MySQL 8.0.20 or higher will need to use Xtrabackup 8.0.12.

    ๐Ÿ› Bugs Fixed

    • ๐Ÿ›  Vtgate: Fix panic from select database() in OLAP mode #6318 Fixes #6200
    • 0๏ธโƒฃ Vtgate: Fix DEFAULT function not working with keyword column names #6319 Fixes #6221
    • Vttablet: Fix regression where some options could no longer be specified as floating-point values #6320
    • โšก๏ธ Vtgate: Fix regression on autocommit transactions that led to extra begin statements being issued, and updates getting rolled back because of a previous error #6321 Fixes #6264 and #6285
    • ๐Ÿ”’ Security: new versions of Netty and tcnative #6322
    • ๐Ÿ›  Vtgate: Fix panic when selecting @variable #6323 Fixes #6294
    • ๐Ÿ›  Vtgate: Fix problem with incorrect values being inserted due to bindvariable name collisions #6324 #6327 Fixes #6266