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