1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-09 22:24:09 +03:00
Files
mariadb/mysql-test/suite/innodb_i_s/innodb_tablespaces_encryption.result
Alexander Barkov 62e320c86d MDEV-18918 SQL mode EMPTY_STRING_IS_NULL breaks RBR upon CREATE TABLE .. SELECT
The 10.5 version of the patch.

Removing DEFAULT from INFORMATION_SCHEMA columns.
DEFAULT in read-only tables is rather meaningless.
Upgrade should go smoothly.

Also fixes:
 MDEV-20254 Problems with EMPTY_STRING_IS_NULL and I_S tables
2022-01-25 10:31:55 +04:00

15 lines
659 B
Plaintext

SHOW CREATE TABLE INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION;
Table Create Table
INNODB_TABLESPACES_ENCRYPTION CREATE TEMPORARY TABLE `INNODB_TABLESPACES_ENCRYPTION` (
`SPACE` int(11) unsigned NOT NULL,
`NAME` varchar(655),
`ENCRYPTION_SCHEME` int(11) unsigned NOT NULL,
`KEYSERVER_REQUESTS` int(11) unsigned NOT NULL,
`MIN_KEY_VERSION` int(11) unsigned NOT NULL,
`CURRENT_KEY_VERSION` int(11) unsigned NOT NULL,
`KEY_ROTATION_PAGE_NUMBER` bigint(21) unsigned,
`KEY_ROTATION_MAX_PAGE_NUMBER` bigint(21) unsigned,
`CURRENT_KEY_ID` int(11) unsigned NOT NULL,
`ROTATING_OR_FLUSHING` int(1) NOT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8