mariadb/mysql-test/suite
Marko Mäkelä 8375a2c1ce MDEV-11585 Hard-code the shared InnoDB temporary tablespace ID at -1
MySQL 5.7 supports only one shared temporary tablespace.

MariaDB 10.2 does not support any other shared InnoDB tablespaces than
the two predefined tablespaces: the persistent InnoDB system tablespace
(default file name ibdata1) and the temporary tablespace
(default file name ibtmp1).

InnoDB is unnecessarily allocating a tablespace ID for the predefined
temporary tablespace on every startup, and it is in several places
testing whether a tablespace ID matches this dynamically generated ID.

We should use a compile-time constant to reduce code size and to avoid
unnecessary updates to the DICT_HDR page at every startup.

Using a hard-coded tablespace ID will should make it easier to remove the
TEMPORARY flag from FSP_SPACE_FLAGS in MDEV-11202.
2016-12-19 16:24:10 +02:00
..
archive cleanup: remove Item::intro_version 2016-12-12 20:27:25 +01:00
binlog MDEV-11360 Dynamic SQL: DEFAULT as a bind parameter 2016-11-27 18:21:18 +04:00
csv MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
encryption MDEV-11585 Hard-code the shared InnoDB temporary tablespace ID at -1 2016-12-19 16:24:10 +02:00
engines Follow-up for a411d7f4f6 - change in formatting of SHOW CREATE TABLE 2016-12-15 02:35:31 +02:00
federated bugfix: multi-UPDATE, vcols, const tables 2016-12-12 20:27:38 +01:00
funcs_1 buildbot issues 2016-12-13 21:42:30 +01:00
funcs_2
galera cleanup: remove Item::intro_version 2016-12-12 20:27:25 +01:00
galera_3nodes Fix/disable some failing galera tests. 2016-11-07 11:53:59 -05:00
gcol Item_func_like: print a not like b instead of !(a like b) 2016-12-12 20:44:45 +01:00
handler MDEV-7660 - MySQL WL#6671 "Improve scalability by not using thr_lock.c locks 2016-11-03 16:35:15 +04:00
heap
innodb Merge the test innodb.innodb_misc1 into innodb.innodb. 2016-12-13 11:52:23 +02:00
innodb_fts Item::print(): remove redundant parentheses 2016-12-12 20:44:41 +01:00
innodb_gis Item::print(): remove redundant parentheses 2016-12-12 20:44:41 +01:00
innodb_zip cleanup: remove Item::intro_version 2016-12-12 20:27:25 +01:00
jp Merge branch 'github/10.0-galera' into 10.1 2015-11-19 17:48:36 +01:00
large_tests
maria Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
mtr/t
mtr2
multi_source MDEV-7145: Delayed replication 2016-10-16 23:44:44 +02:00
ndb
optimizer_unfixed_bugs Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
parts store/show vcols as item->print() 2016-12-12 20:35:41 +01:00
percona MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
perfschema MDEV-5800 InnoDB support for indexed vcols 2016-12-12 20:27:42 +01:00
perfschema_stress
plugins Merge branch '10.2' into bb-10.2-connector-c-integ-subm 2016-09-21 12:54:56 +02:00
roles Item::print(): remove redundant parentheses 2016-12-12 20:44:41 +01:00
rpl Item::print(): remove redundant parentheses 2016-12-12 20:44:41 +01:00
storage_engine cleanup: remove Item::intro_version 2016-12-12 20:27:25 +01:00
stress MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
sys_vars store/show vcols as item->print() 2016-12-12 20:35:41 +01:00
unit better identify C/C unit tests in mysql-test 2016-09-12 17:51:50 +02:00
vcol MDEV-11518 Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' failed in Field_long::val_int() 2016-12-12 20:44:46 +01:00
wsrep Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00