phpmyadmin/phpmyadmin

MySQL 8.0.11 SQL compatibility mode changes

开放

#14,222 创建于 2018年4月21日

 (2 条评论) (0 个反应) (0 位负责人)PHP (3,454 个派生)batch import
Awaiting Maintainer Responsehelp wantedquestion

仓库指标

星标
 (6,886 个星标)
PR 合并指标
 (平均合并 2天 17小时) (30 天内合并 11 个 PR)

描述

Beginning with MySQL 8.0.11, the following change has occurred with SQL compatibility modes.

Incompatible Change: These deprecated compatibility SQL modes have been removed: DB2, MAXDB, MSSQL, MYSQL323, MYSQL40, ORACLE, POSTGRESQL, NO_FIELD_OPTIONS, NO_KEY_OPTIONS, NO_TABLE_OPTIONS. They can no longer be assigned to the sql_mode system variable or used as permitted values for the mysqldump --compatible option.

We should investigate whether these changes affect us at all.

Ref: https://github.com/phpmyadmin/phpmyadmin/issues/18917

贡献者指南