summaryrefslogtreecommitdiff
path: root/storage/innobase/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-187-42/+24
|\
| * Remove dead code for pushing down LIMIT to InnoDB FULLTEXT INDEX queriesMarko Mäkelä2017-10-182-6/+1
| * Remove an unused parameterMarko Mäkelä2017-10-111-1/+0
| * MDEV-13311 Presence of old logs in 10.2.7 will corrupt restored instance (cha...Marko Mäkelä2017-10-101-2/+4
| * MDEV-13941 followup.Vladislav Vaintroub2017-10-101-1/+3
| * Innodb : Refactor os_file_set_size() to be compatible 10.1Vladislav Vaintroub2017-10-101-8/+16
| * ha_innobase::open(): Simplify a consistency checkMarko Mäkelä2017-10-062-24/+0
* | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-10-033-44/+7
|\ \ | |/
| * Remove dict_disable_redo_if_temporary()Marko Mäkelä2017-10-033-44/+7
* | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-0212-52/+54
|\ \ | |/
| * Remove MYSQL_REPLACE_TRX_IN_THDMarko Mäkelä2017-10-021-1/+0
| * Remove dict_table_t::big_rowsMarko Mäkelä2017-10-022-11/+0
| * Remove a constant parameter commit=falseMarko Mäkelä2017-10-022-4/+2
| * Merge 10.1 into 10.2Marko Mäkelä2017-10-021-11/+4
| |\
| | * cleanup: remove useless "inline" keywordsSergei Golubchik2017-09-271-2/+1
| | * MDEV-13787 Crash in persistent stats wsrep_on (thd=0x0)Sachin Setiya2017-09-271-0/+5
| * | MDEV-13941 Fix high NTFS fragmentation on 10.2Vladislav Vaintroub2017-09-291-4/+32
| * | Remove unused parameters and dead codeMarko Mäkelä2017-09-293-16/+2
| * | Remove remaining references to InnoDB native partitioningMarko Mäkelä2017-09-291-1/+0
| * | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-283-4/+14
* | | Merge branch '10.2' into bb-10.2-extSergei Golubchik2017-09-231-2/+2
|\ \ \ | |/ /
| * | page_rec_is_leaf(): Fix sign mismatch warningsMarko Mäkelä2017-09-211-2/+2
* | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-212-9/+32
|\ \ \ | |/ /
| * | Fix ut_ad(!leaf) failure in rec_get_offsets_func() with spatial indexMarko Mäkelä2017-09-202-9/+32
* | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-209-405/+249
|\ \ \ | |/ /
| * | MDEV-13847 Allow ALTER TABLE…ADD SPATIAL INDEX…ALGORITHM=INPLACEMarko Mäkelä2017-09-201-1/+0
| * | Add a missing const qualifierMarko Mäkelä2017-09-201-5/+5
| * | Add the parameter bool leaf to rec_get_offsets()Marko Mäkelä2017-09-204-29/+40
| * | Remove DICT_UNIVERSALMarko Mäkelä2017-09-202-16/+0
| * | Introduce page_rec_is_leaf() and clean up page0page.hMarko Mäkelä2017-09-202-354/+204
* | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-175-21/+61
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2017-09-174-12/+61
| |\ \ | | |/
| | * Clean up after commit 93087d5fe74b0078e0b6db4233710648c79043ccMarko Mäkelä2017-09-161-1/+1
| | * Fix some warningsVladislav Vaintroub2017-09-161-1/+1
| | * MDEV-12634: Uninitialised ROW_MERGE_RESERVE_SIZE bytes written to tem…Jan Lindström2017-09-144-18/+72
| * | Remove the redundant function row_table_got_default_clust_index()Marko Mäkelä2017-09-151-9/+0
* | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-144-22/+41
|\ \ \ | |/ /
| * | Fix a warning for a debug assertionMarko Mäkelä2017-09-141-1/+1
| * | Clean up the logging of virtual column values in table-rebuilding online ALTERMarko Mäkelä2017-09-131-15/+35
| * | Return uint16_t instead of ulintMarko Mäkelä2017-09-133-6/+5
* | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-09-131-2/+7
|\ \ \ | |/ /
| * | MDEV-13318 Crash recovery failure after the server is killed during innodb_en...Marko Mäkelä2017-09-121-2/+7
* | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-071-17/+6
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2017-09-061-17/+6
| |\ \ | | |/
| | * Merge 10.0 into 10.1Marko Mäkelä2017-09-063-18/+6
| | |\
| | | * MDEV-13103 Assertion `flags & BUF_PAGE_PRINT_NO_CRASH' failed in buf_page_printMarko Mäkelä2017-09-063-18/+6
| | | * MDEV-13705 10.0.32 does not compile on architectures without 64-bit atomicsMarko Mäkelä2017-09-041-0/+1
* | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-0114-71/+143
|\ \ \ \ | |/ / /
| * | | MDEV-12741: innodb.ibuf_not_empty failed in buildbot with "InnoDB: Trying to ...Jan Lindström2017-08-311-2/+4
| * | | Merge 10.1 into 10.2Marko Mäkelä2017-08-311-7/+4
| |\ \ \ | | |/ /