Skip to content

Tags: mysql/mysql-shell

Tags

9.1.0

Toggle 9.1.0's commit message
BUG#37069820 User authenticated by openid connect unable to connect t…

…o all cluster members

This commit addresses an issue where, when connected to a secondary
member of a cluster using OpenID Connect authentication,
the token file is not correctly utilized when the shell internally
establishes a connection to the primary during cluster management
operations.

Change-Id: I67f468eb9ca9cae56aa13085ebe94e3800d353a1

8.0.40

Toggle 8.0.40's commit message
BUG#36792750 ELF load command alignment not page-aligned

Linux aarch64 platform binaries are now built using patchelf
--page-size=65536 for compatibility with systems using either 4k
or 64k for the page size.

Change-Id: I9cd95958326d5fea76a8db209fbe123e24d92bb1

8.4.3

Toggle 8.4.3's commit message
Updated the LICENSE files

9.0.1

Toggle 9.0.1's commit message
Updated the LICENSE files

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