Skip to content

Tags: mysql/mysql-shell

Tags

9.0.0

Toggle 9.0.0's commit message
Fix random deadlock with invoking execute()

Updated the Scheduler code to prevent a random deadlock situation when
invoking .execute().

Change-Id: Iaa32382adbb69449bd06042eb0140c3da04707f7

8.0.38

Toggle 8.0.38's commit message
Updated the LICENSE files

8.4.1

Toggle 8.4.1's commit message
Updated the LICENSE files

8.4.0

Toggle 8.4.0's commit message
Fixed test failures using server 8.0.37

Change-Id: I6c92180f56aad0da0ff19d52915727cfdc82d98a

8.0.37

Toggle 8.0.37's commit message
BUG#36424093 upgrade check utility - get_reserved_keywords_check not …

…working as expected

This commit fixes a missing condition that caused the upgrade checker to incorrectly report used reserved keywords in a check.

Change-Id: Ia3029a1fce74d2f50af78606735bf66862812c69

8.3.0

Toggle 8.3.0's commit message
BUG#36029331 mysqlsh checkForServerUpgrade doesn't identify old tempo…

…ral types correctly

This commit fixes old_temporal check to include all affected temporal types in scanning.

Temporal types (TIMESTAMP, DATETIME, TIME) after version 5.6.4 ware updated to include fractional parts, but required update of column types using them to new binary format. Version 5.6.24 introduced system variable "show_old_temporals", that enabled to detect types in old old "5.5" format. This option, when enabled, added a string "/* 5.5 binary format */" after a columnt_type in listing from infromation_schema.

Old check "old_temporal" was set to only detect the timestamp temporal type, ignoring the rest. This commit fixes it by expanding the select query to search for all instances of old format column type.

Change-Id: I7aff6c3767e7b1b111be754f9525d28352d2b333

8.0.36

Toggle 8.0.36's commit message
BUG#36029331 mysqlsh checkForServerUpgrade doesn't identify old tempo…

…ral types correctly

This commit fixes old_temporal check to include all affected temporal types in scanning.

Temporal types (TIMESTAMP, DATETIME, TIME) after version 5.6.4 ware updated to include fractional parts, but required update of column types using them to new binary format. Version 5.6.24 introduced system variable "show_old_temporals", that enabled to detect types in old old "5.5" format. This option, when enabled, added a string "/* 5.5 binary format */" after a columnt_type in listing from infromation_schema.

Old check "old_temporal" was set to only detect the timestamp temporal type, ignoring the rest. This commit fixes it by expanding the select query to search for all instances of old format column type.

Change-Id: I7aff6c3767e7b1b111be754f9525d28352d2b333

8.2.1

Toggle 8.2.1's commit message
Fix run-time issues with Python 3.12

Change-Id: I58ad263580ec8443307fe7eda3f31b91882fed2d
(cherry picked from commit a5040fa6005b3bc8cd4e7679eff9127015b5de23)

8.0.35

Toggle 8.0.35's commit message
BUG#35869936 Windows installer for new 8.0.35 release duplicates apps…

… after upgrade - postfix

Make sure path is in correct format.

Change-Id: I61b36f66a7320d48e4ca3f40e0bc10905581da37
(cherry picked from commit 4e17e253380814fa530008a8e19481c9bb902c31)
(cherry picked from commit 1430812c2a8124c3200aacf751838d4b4ed026b6)

8.2.0

Toggle 8.2.0's commit message
Updated the LICENSE files