phpmyadmin/phpmyadmin

MySQL 8.0.11 SQL compatibility mode changes

オープン

#14,222 opened on 2018/04/21

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)PHP (3,454 件のフォーク)batch import
Awaiting Maintainer Responsehelp wantedquestion

Repository metrics

Stars
 (6,886 個のスター)
PR merge metrics
 (平均マージ 2d 17h) (30d で 11 merged PRs)

説明

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

コントリビューターガイド