Marko Mäkelä
0c92794db3
Remove deprecated InnoDB file format parameters
...
The following options will be removed:
innodb_file_format
innodb_file_format_check
innodb_file_format_max
innodb_large_prefix
They have been deprecated in MySQL 5.7.7 (and MariaDB 10.2.2) in WL#7703.
The file_format column in two INFORMATION_SCHEMA tables will be removed:
innodb_sys_tablespaces
innodb_sys_tables
Code to update the file format tag at the end of page 0:5
(TRX_SYS_PAGE in the InnoDB system tablespace) will be removed.
When initializing a new database, the bytes will remain 0.
All references to the Barracuda file format will be removed.
Some references to the Antelope file format (meaning
ROW_FORMAT=REDUNDANT or ROW_FORMAT=COMPACT) will remain.
This basically ports WL#7704 from MySQL 8.0.0 to MariaDB 10.3.1:
commit 4a69dc2a95995501ed92d59a1de74414a38540c6
Author: Marko Mäkelä <marko.makela@oracle.com>
Date: Wed Mar 11 22:19:49 2015 +0200
2017-06-02 09:36:14 +03:00
..
2015-05-13 14:27:17 +02:00
2015-06-29 08:49:58 +03:00
2016-09-09 10:01:18 +03:00
2015-10-29 10:35:37 +02:00
2017-03-28 12:28:09 +03:00
2017-04-26 15:19:16 +03:00
2017-06-02 09:36:14 +03:00
2015-05-13 14:27:16 +02:00
2015-05-13 14:27:18 +02:00
2017-05-10 09:06:57 +03:00
2016-03-22 22:20:33 +02:00
2016-03-22 22:20:33 +02:00
2015-05-13 14:27:16 +02:00
2015-05-13 14:27:16 +02:00
2015-05-13 14:27:16 +02:00
2015-05-13 14:27:16 +02:00
2015-05-13 14:27:16 +02:00
2015-05-13 14:27:16 +02:00
2015-05-13 14:27:16 +02:00
2015-05-13 14:27:16 +02:00
2015-05-13 14:27:16 +02:00
2015-05-13 14:27:16 +02:00
2017-05-10 09:06:57 +03:00
2015-10-10 14:19:02 +02:00
2015-09-17 16:40:31 +03:00
2015-06-27 09:40:54 +02:00
2015-05-13 14:27:16 +02:00
2015-05-13 14:27:16 +02:00
2015-06-02 19:00:23 +02:00
2016-09-27 07:54:27 +03:00
2016-09-27 07:54:27 +03:00
2015-05-13 14:27:16 +02:00
2015-05-13 14:27:16 +02:00
2015-05-13 14:27:16 +02:00
2015-05-13 14:27:16 +02:00
2016-09-27 07:54:27 +03:00
2017-05-10 09:06:57 +03:00
2017-02-07 11:55:16 +02:00
2017-02-15 08:07:20 +02:00
2017-02-15 08:07:20 +02:00
2017-02-15 08:07:20 +02:00
2015-09-08 08:38:12 +03:00
2017-05-10 09:06:57 +03:00
2015-09-23 17:34:36 +03:00
2017-05-10 09:06:57 +03:00
2016-03-18 11:48:49 +02:00
2017-05-10 09:06:57 +03:00
2016-09-22 16:38:24 +03:00
2017-05-10 09:06:57 +03:00
2015-05-13 14:27:16 +02:00
2017-05-10 09:06:57 +03:00
2015-05-13 14:27:16 +02:00
2017-06-02 09:36:14 +03:00
2015-10-29 10:46:37 +01:00
2015-05-13 14:27:16 +02:00
2015-05-13 14:27:16 +02:00
2017-05-10 09:06:57 +03:00
2016-09-22 16:38:24 +03:00
2017-05-10 09:06:57 +03:00
2017-04-26 15:19:16 +03:00
2017-06-02 09:36:14 +03:00
2017-05-10 09:06:57 +03:00
2017-05-10 09:06:57 +03:00
2017-01-05 00:20:17 +02:00
2017-05-10 09:06:57 +03:00
2017-05-10 09:06:57 +03:00
2017-05-10 09:06:57 +03:00
2017-05-10 09:06:57 +03:00
2017-04-26 15:19:16 +03:00
2017-05-10 09:06:57 +03:00
2017-05-10 09:06:57 +03:00
2017-04-26 15:19:16 +03:00
2017-05-05 10:38:53 +03:00
2017-05-10 09:06:57 +03:00
2017-05-10 09:06:57 +03:00
2015-05-15 18:12:02 +02:00
2017-05-10 09:06:57 +03:00
2017-05-05 10:38:53 +03:00
2017-05-05 10:38:53 +03:00
2017-03-14 16:23:10 +02:00
2017-06-02 09:36:14 +03:00
2016-10-29 10:09:06 +03:00
2017-05-05 10:38:53 +03:00
2017-05-10 09:06:57 +03:00
2015-05-14 11:32:24 +03:00
2017-05-10 09:06:57 +03:00
2015-05-13 14:27:16 +02:00
2017-05-10 09:06:57 +03:00
2017-05-10 09:06:57 +03:00
2017-01-19 08:19:08 +02:00
2017-01-19 08:19:08 +02:00
2017-04-26 15:19:16 +03:00
2017-06-02 09:36:14 +03:00
2017-04-26 15:19:16 +03:00
2017-06-02 09:36:14 +03:00
2017-01-03 11:22:49 +02:00
2017-01-03 11:22:49 +02:00
2017-02-08 09:05:15 +02:00
2017-02-08 09:05:15 +02:00
2017-05-10 09:06:57 +03:00