summaryrefslogtreecommitdiff
path: root/storage/innobase/page
Commit message (Expand)AuthorAgeFilesLines
* Replace dict_table_is_temporary(table) with table->is_temporary()Marko Mäkelä2018-05-123-11/+11
* Fix many -Wunused-parameterMarko Mäkelä2018-05-011-1/+5
* Use compile_time_assert() in InnoDBMarko Mäkelä2018-04-303-39/+18
* Fix WITH_INNODB_EXTRA_DEBUGMarko Mäkelä2018-04-301-1/+1
* Do not divide or multiply by srv_page_sizeMarko Mäkelä2018-04-282-2/+3
* Replace univ_page_size and UNIV_PAGE_SIZEMarko Mäkelä2018-04-283-84/+84
* Fix most -Wsign-conversion in InnoDBMarko Mäkelä2018-04-283-69/+74
* Fix a lot of compiler warnings found by -WunusedMonty2018-04-261-1/+1
* Merge 10.2 into 10.3Marko Mäkelä2018-04-241-10/+6
|\
| * Merge 10.1 into 10.2Marko Mäkelä2018-04-241-10/+6
| |\
| | * Merge 10.0 into 10.1Marko Mäkelä2018-04-241-10/+7
| | |\
| | | * Remove the "register" keywordMarko Mäkelä2018-04-231-10/+7
| | * | Merge 10.0 into 10.1Marko Mäkelä2017-09-062-9/+10
| | |\ \ | | | |/
| | | * MDEV-13103 Assertion `flags & BUF_PAGE_PRINT_NO_CRASH' failed in buf_page_printMarko Mäkelä2017-09-062-9/+10
| | * | MDEV-13443: Port innochecksum tests from 10.2 innodb_zip suite to 10.1Jan Lindström2017-08-071-4/+4
| | * | MDEV-11939: innochecksum mistakes a file for an encrypted one (page 0 invalid)Jan Lindström2017-08-031-7/+34
* | | | MDEV-12266: Change dict_table_t::space to fil_space_t*Marko Mäkelä2018-03-292-2/+2
* | | | MDEV-12266: Remove dict_index_t::table_nameMarko Mäkelä2018-03-291-3/+2
* | | | MDEV-12266: Remove dict_index_t::spaceMarko Mäkelä2018-03-293-8/+7
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-282-0/+2
|\ \ \ \ | |/ / /
| * | | MDEV-13935 INSERT stuck at state Unlocking tablesMarko Mäkelä2018-03-162-1/+3
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-3/+4
|\ \ \ \ | |/ / /
| * | | MDEV-14238 Bogus assertion on row_get_rec_trx_id()Marko Mäkelä2018-02-091-3/+4
* | | | Add page_has_prev(), page_has_next(), page_has_siblings()Marko Mäkelä2018-02-083-13/+7
* | | | MDEV-15132 Avoid accessing the TRX_SYS pageMarko Mäkelä2018-01-311-6/+7
* | | | Replace trx_sys_t* trx_sys with trx_sys_t trx_sysMarko Mäkelä2018-01-201-1/+1
* | | | MDEV-14756 - Remove trx_sys_t::rw_trx_listSergey Vojtovich2018-01-201-1/+1
* | | | MDEV-14935 Remove bogus conditions related to not redo-logging PAGE_MAX_TRX_I...Marko Mäkelä2018-01-121-7/+10
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-301-2/+2
|\ \ \ \ | |/ / /
| * | | InnoDB: Remove ut_snprintf() and the use of my_snprintf(); use snprintf()Marko Mäkelä2017-11-131-2/+2
* | | | MDEV-11369 Instant ADD COLUMN for InnoDBMarko Mäkelä2017-10-063-179/+198
* | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-09-281-1/+1
|\ \ \ \ | |/ / /
| * | | Avoid implicit conversion from unsigned to signedMarko Mäkelä2017-09-281-1/+1
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-251-0/+6
|\ \ \ \ | |/ / /
| * | | Fix bogus rec_get_offsets() debug assertion failures for ROW_FORMAT=REDUNDANTMarko Mäkelä2017-09-211-0/+6
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-213-41/+59
|\ \ \ \ | |/ / /
| * | | Add the parameter bool leaf to rec_get_offsets()Marko Mäkelä2017-09-203-41/+59
| * | | Introduce page_rec_is_leaf() and clean up page0page.hMarko Mäkelä2017-09-201-1/+1
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-141-3/+3
|\ \ \ \ | |/ / /
| * | | Fix one more warning for page_header_get_field()Marko Mäkelä2017-09-141-1/+1
| * | | Fix warnings for page_header_get_field() comparisonsMarko Mäkelä2017-09-141-2/+2
* | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Marko Mäkelä2017-08-091-76/+27
|\ \ \ \ | |/ / /
| * | | MDEV-11939: innochecksum mistakes a file for an encrypted one (page 0 invalid)Jan Lindström2017-08-081-76/+27
* | | | MDEV-12288 Reset DB_TRX_ID when the history is removed, to speed up MVCCMarko Mäkelä2017-07-071-9/+92
|/ / /
* | | Merge 10.1 into 10.2Marko Mäkelä2017-07-061-4/+4
|\ \ \ | |/ /
| * | MDEV-13247 innodb_log_compressed_pages=OFF breaks crash recovery of ROW_FORMA...Marko Mäkelä2017-07-061-5/+5
| * | Merge 10.0 into 10.1Marko Mäkelä2017-05-191-3/+2
| |\ \ | | |/
| | * Fix warnings in innochecksum compilationMarko Mäkelä2017-05-171-3/+2
* | | Assert that DB_TRX_ID must be set on delete-marked recordsMarko Mäkelä2017-07-011-0/+4
* | | MDEV-12720 recovery fails with "Generic error" for ROW_FORMAT=compressedMarko Mäkelä2017-05-091-0/+1