[MDEV-6540] Provide [warning] instead of [error] for gtid_mode Created: 2014-08-06 Updated: 2022-09-08 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Chris Calender (Inactive) | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When migrating from MySQL 5.6 to MariaDB 10.0, one is likely to have gtid_mode=ON. Currently, this throws an error and MariaDB will not start. Since MariaDB already recognizes so many other MySQL 5.6-specific variables, and only provides "[warning]s", then I think it should do the same for this variable. For instance, here are a number of warnings: 140805 12:24:00 [Note] /usr/sbin/mysqld: Shutdown complete 140805 12:24:00 mysqld_safe mysqld from pid file /mysql/ppc/data/ppcdm-205.lhr4.prod.booking.com.pid ended Then, just a bit later in the error log, you see the failure of gtid_mode, and MariaDB aborts: 140805 12:52:51 [ERROR] /usr/sbin/mysqld: unknown variable 'gtid_mode=OFF' |