Tags: mysql/mysql-shell
Tags
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
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
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
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
PreviousNext