1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-06 05:42:06 +03:00
Files
mariadb/mysql-test/suite/innodb/t
Marko Mäkelä d09aec7a15 MDEV-19940 Clean up INFORMATION_SCHEMA.INNODB_ tables
Shorten some VARCHAR attributes to a more reasonable length.

INNODB_METRICS: Rename the column STATUS to ENABLED, and make it Boolean.

Replace with INT(1) many Boolean attributes that were declared as VARCHAR
containing 'NO','YES','disabled','enabled','Uninitialized','Initialized'.

Replace some VARCHAR attributes with ENUM.

Replace some BIGINT with INT when 32 bits are sufficient.

Remove INNODB_SYS_TABLESPACES.SPACE_TYPE. The type of a tablespace
can be derived from the tablespace ID. A fixed number is used for
the system tablespace and the temporary tablespace. All other tablespaces
are single-table or single-partition tablespaces.

i_s_locks_row_t::lock_type, lock_get_type_str(): Remove.
This is a redundant field. Table and record locks can be
distinguished by whether i_s_locks_row_t::lock_index is NULL.

fill_trx_row(): Do not unnecessarily copy the constant strings that
trx->op_info is pointing to.

i_s_locks_row_t::lock_mode: Replace string with integer.

lock_get_mode_str(), lock_get_trx_id(), lock_get_trx(): Remove.

field_store_ulint(): Remove.
2019-07-04 00:09:16 +03:00
..
2019-04-05 11:41:03 +03:00
2019-03-06 09:00:52 +02:00
2014-08-02 21:26:16 +02:00
2019-05-29 22:17:00 +03:00
2015-12-09 10:00:49 +01:00
2019-04-25 09:04:09 +03:00
2019-05-29 22:17:00 +03:00
2017-02-10 06:30:42 -05:00
2019-04-25 16:05:20 +03:00
2019-04-25 16:05:20 +03:00
2017-02-10 06:30:42 -05:00
2018-07-02 12:27:28 +03:00
2017-10-25 17:17:21 +03:00
2017-10-25 17:17:21 +03:00
2019-01-18 13:58:33 +02:00
2015-10-05 17:14:13 +02:00
2018-06-06 11:25:33 +03:00
2019-05-29 11:32:46 +03:00
2017-09-17 11:05:33 +03:00
2018-09-14 08:47:22 +02:00
2018-06-18 15:43:59 +03:00
2019-05-29 11:32:46 +03:00
2019-03-05 12:56:05 +02:00
2019-03-06 09:00:52 +02:00
2019-02-11 17:55:25 +02:00
2017-02-10 06:30:42 -05:00
2017-02-10 06:30:42 -05:00
2015-10-23 18:49:02 +03:00
2018-07-02 12:27:28 +03:00
2018-07-26 09:19:52 +03:00
2018-05-17 09:37:01 +03:00
2019-04-26 15:31:31 +03:00
2017-08-29 10:07:33 +03:00