@@ -77,7 +77,7 @@ https://dev.mysql.com/doc/refman/en/keywords.html
77
77
https://dev.mysql.com/doc/refman/8.0/en/charset-unicode-utf8mb3.html
78
78
79
79
* mysqlSchemaCheck.title
80
- # Table names in the mysql schema conflicting with new tables in latest MySQL.
80
+ # Table names in the mysql schema conflicting with new tables in the latest MySQL.
81
81
82
82
* mysqlSchemaCheck.description
83
83
# Error: The following tables in mysql schema have names that will conflict with the ones
@@ -91,12 +91,12 @@ https://dev.mysql.com/doc/refman/8.0/en/upgrading-strategies.html#upgrade-prereq
91
91
# Partitioned tables using engines with non native partitioning
92
92
93
93
* nonNativePartitioningCheck.description
94
- # Error: In latest MySQL storage engine is responsible for providing its own partitioning handler,
95
- # and the MySQL server no longer provides generic partitioning support. InnoDB and NDB are the only
96
- # storage engines that provide a native partitioning handler that is supported in latest MySQL. A
97
- # partitioned table using any other storage engine must be altered—either to convert it to InnoDB
98
- # or NDB, or to remove its partitioning—before upgrading the server, else it cannot be used
99
- # afterwards.
94
+ # Error: In the latest MySQL storage engine is responsible for providing its own partitioning
95
+ # handler, and the MySQL server no longer provides generic partitioning support. InnoDB and NDB are
96
+ # the only storage engines that provide a native partitioning handler that is supported in the
97
+ # latest MySQL. A partitioned table using any other storage engine must be altered—either to
98
+ # convert it to InnoDB or NDB, or to remove its partitioning—before upgrading the server, else it
99
+ # cannot be used afterwards.
100
100
101
101
* nonNativePartitioningCheck.docLink
102
102
https://dev.mysql.com/doc/refman/8.0/en/upgrading-from-previous-series.html#upgrade-configuration-changes
@@ -129,7 +129,7 @@ https://dev.mysql.com/doc/refman/8.0/en/mysql-nutshell.html#mysql-nutshell-remov
129
129
130
130
* sqlModeFlagCheck.description
131
131
# Notice: The following DB objects have obsolete options persisted for sql_mode, which will be
132
- # cleared during upgrade to 8.1 .
132
+ # cleared during the upgrade .
133
133
134
134
* sqlModeFlagCheck.docLink
135
135
https://dev.mysql.com/doc/refman/8.0/en/mysql-nutshell.html#mysql-nutshell-removals
@@ -252,10 +252,10 @@ https://lefred.be/content/mysql-8-0-and-wrong-dates/
252
252
# Table names containing 'FTS'
253
253
254
254
* ftsTablenameCheck.description
255
- # Error: Upgrading from 5.7 to latest MySQL version does not support tables with name containing
256
- # 'FTS' character string. The workaround is to rename the table for the upgrade - e.g. it is enough
257
- # to change any letter of the 'FTS' part to a lower case. It can be renamed back again after the
258
- # upgrade.
255
+ # Error: Upgrading from 5.7 to the latest MySQL version does not support tables with name
256
+ # containing 'FTS' character string. The workaround is to rename the table for the upgrade - e.g.
257
+ # it is enough to change any letter of the 'FTS' part to a lower case. It can be renamed back again
258
+ # after the upgrade.
259
259
260
260
* ftsTablenameCheck.docLink
261
261
@@ -442,19 +442,19 @@ https://dev.mysql.com/doc/refman/8.0/en/mysql-nutshell.html#mysql-nutshell-remov
442
442
443
443
* mysqlInvalidEngineForeignKeyCheck.docLink
444
444
445
- * mysqlDeprecatedAuthMethodCheck .title
445
+ * deprecatedAuthMethod .title
446
446
# Check for deprecated or invalid user authentication methods.
447
447
448
- * mysqlDeprecatedAuthMethodCheck .description
448
+ * deprecatedAuthMethod .description
449
449
# The following users are using a deprecated authentication method:\n
450
450
451
- * mysqlDeprecatedAuthMethodCheck .docLink
451
+ * deprecatedAuthMethod .docLink
452
452
453
- * mysqlDeprecatedDefaultAuthCheck .title
453
+ * deprecatedDefaultAuth .title
454
454
# Check for deprecated or invalid default authentication methods in system variables.
455
455
456
- * mysqlDeprecatedDefaultAuthCheck .description
456
+ * deprecatedDefaultAuth .description
457
457
# The following variables have problems with their set authentication method:\n
458
458
459
- * mysqlDeprecatedDefaultAuthCheck .docLink
459
+ * deprecatedDefaultAuth .docLink
460
460
0 commit comments