83 Commits (4cad42392a2c498a2be92a77b21b1ec4027c9ea9)

Author SHA1 Message Date
Marko Mäkelä 4cad42392a MDEV-12266: Change dict_table_t::space to fil_space_t* 8 years ago
Marko Mäkelä 604fea1ad6 MDEV-12266: Remove dict_index_t::space 8 years ago
Marko Mäkelä e0a0fe7d81 MDEV-12396 IMPORT TABLESPACE: Do not retry partial reads 8 years ago
Marko Mäkelä a80af35a85 MDEV-12396 IMPORT cleanup: ROW_FORMAT=COMPRESSED 8 years ago
Marko Mäkelä eaa7bfb59f MDEV-12396 IMPORT TABLESPACE: Simplify validation 8 years ago
Marko Mäkelä 6247c64c2a MDEV-12396 IMPORT TABLESPACE cleanup 8 years ago
Marko Mäkelä 5421e3aee7 MDEV-15249 Crash in MVCC read after IMPORT TABLESPACE 8 years ago
Marko Mäkelä 609d0a9194 MDEV-14407 Assertion failure during rollback 8 years ago
Marko Mäkelä f74023b955 MDEV-15090 Reduce the overhead of writing undo log records 8 years ago
Marko Mäkelä 5d3c3b4927 MDEV-15090 Reduce the overhead of writing undo log records 8 years ago
Monty f67b8273c0 Fixed wrong arguments to printf in InnoDB 8 years ago
Marko Mäkelä ce64a65f27 MDEV-14310 Possible corruption by table-rebuilding or index-creating ALTER TABLE…ALGORITHM=INPLACE 8 years ago
Marko Mäkelä c19ef508b8 InnoDB: Remove ut_snprintf() and the use of my_snprintf(); use snprintf() 8 years ago
Marko Mäkelä 51b4366bfb MDEV-13328 ALTER TABLE…DISCARD TABLESPACE takes a lot of time 8 years ago
Marko Mäkelä a4948dafcd MDEV-11369 Instant ADD COLUMN for InnoDB 8 years ago
Sergei Golubchik a62ebf2590 cppcheck harmless warnings 8 years ago
Marko Mäkelä 78b63425a3 MDEV-13899 IMPORT TABLESPACE may corrupt ROW_FORMAT=REDUNDANT tables 8 years ago
Marko Mäkelä 48192f963a Add the parameter bool leaf to rec_get_offsets() 8 years ago
Marko Mäkelä 3c09f148f3 MDEV-12288 Reset DB_TRX_ID when the history is removed, to speed up MVCC 8 years ago
Marko Mäkelä e555540ab6 MDEV-13105 InnoDB fails to load a table with PAGE_COMPRESSION_LEVEL after upgrade from 10.1.20 8 years ago
Marko Mäkelä e3d3147792 MDEV-13105 InnoDB fails to load a table with PAGE_COMPRESSION_LEVEL after upgrade from 10.1.20 8 years ago
Marko Mäkelä 72378a2583 MDEV-12873 InnoDB SYS_TABLES.TYPE incompatibility for PAGE_COMPRESSED=YES in MariaDB 10.2.2 to 10.2.6 8 years ago
Marko Mäkelä 58f87a41bd Remove some fields from dict_table_t 8 years ago
Marko Mäkelä 71cd205956 Silence bogus GCC 7 warnings -Wimplicit-fallthrough 9 years ago
Marko Mäkelä 7972da8aa1 Silence bogus GCC 7 warnings -Wimplicit-fallthrough 9 years ago
Marko Mäkelä c22ef4df26 MDEV-12253 post-merge fix: Use accessors for dict_table_t::file_unreadable 9 years ago
Jan Lindström 765a43605a MDEV-12253: Buffer pool blocks are accessed after they have been freed 9 years ago
Marko Mäkelä 5684aa220c MDEV-12488 Remove type mismatch in InnoDB printf-like calls 9 years ago
Marko Mäkelä 87b6df31c4 MDEV-12488 Remove type mismatch in InnoDB printf-like calls 9 years ago
Marko Mäkelä d0ef1aaf61 MDEV-12123 Page contains nonzero PAGE_MAX_TRX_ID 9 years ago
Marko Mäkelä 4e1116b2c6 MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_NONINL 10 years ago
Marko Mäkelä 13e5c9de80 MDEV-12219 Discard temporary undo logs at transaction commit 9 years ago
Marko Mäkelä 498f4a825b Fix InnoDB/XtraDB compilation warnings on 32-bit builds. 9 years ago
Jan Lindström ddf2fac733 MDEV-11759: Encryption code in MariaDB 10.1/10.2 causes 9 years ago
Marko Mäkelä a1315a650a MDEV-11202 InnoDB 10.1 -> 10.2 migration does not work 9 years ago
Marko Mäkelä 7cf97ed4ee MDEV-11816 Disallow CREATE TEMPORARY TABLE…ROW_FORMAT=COMPRESSED 9 years ago
Marko Mäkelä 70c11485d2 Remove MYSQL_ENCRYPTION. 9 years ago
Marko Mäkelä ab1e6fefd8 MDEV-11623 MariaDB 10.1 fails to start datadir created with 9 years ago
Marko Mäkelä 8777458a6e MDEV-6076 Persistent AUTO_INCREMENT for InnoDB 9 years ago
Jan Lindström de0f77a2a8 MDEV-11106: Improve error messages when importing tablespaces 9 years ago
Jan Lindström fec844aca8 Merge InnoDB 5.7 from mysql-5.7.14. 9 years ago
Jan Lindström 2e814d4702 Merge InnoDB 5.7 from mysql-5.7.9. 9 years ago
Sergei Golubchik 720e04ff67 5.6.31 9 years ago
Sergei Golubchik e9eaaa4b4a 5.6.28 10 years ago
Jan Lindström 4d3f680c95 MDEV-8772: Assertion failure in file ha_innodb.cc line 20027 when importing page compressed and encrypted tablespace using incorrect keys 10 years ago
Jan Lindström e1978234eb MDEV-8588: Assertion failure in file ha_innodb.cc line 21140 if at least one encrypted table exists and encryption service is not available 10 years ago
Sergei Golubchik 56544122c7 5.6.26 10 years ago
Sergei Golubchik 6d06fbbd1d move to storage/innobase 11 years ago
Sergei Golubchik 14a142fca6 move to storage/xtradb 11 years ago
Sergei Golubchik 0175860925 initial commit into innodb-5.6 mergetree 12 years ago