summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.3-instant10.3-MDEV-11369Marko Mäkelä2017-10-062-3/+3
|\
| * fix TSAN build with ClangEugene Kosov2017-10-062-3/+3
* | Correct a commentMarko Mäkelä2017-10-061-1/+1
* | Revert "ha_innobase::open(): Simplify a consistency check"Marko Mäkelä2017-10-063-19/+46
* | Final changes before squashingMarko Mäkelä2017-10-064-9/+65
* | Avoid inserting the 'default row' into the adaptive hash indexMarko Mäkelä2017-10-052-1/+5
* | Fix truncation warningsMarko Mäkelä2017-10-051-3/+3
* | Reduce code duplicationMarko Mäkelä2017-10-051-42/+56
* | Fix some more warningsMarko Mäkelä2017-10-052-6/+6
* | Try to diagnose an issue that occurs on WindowsMarko Mäkelä2017-10-051-0/+4
* | Merge 10.3 into 10.3-instantMarko Mäkelä2017-10-0520-85/+36
|\ \ | |/
| * Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2017-10-0512-64/+15
| |\
| | * Merge branch '10.2' into bb-10.2-extSergei Golubchik2017-10-048-46/+15
| | |\
| | | * Merge branch '10.1' into 10.2Sergei Golubchik2017-10-041-2/+2
| | | |\
| | | | * MDEV-13950 mysqld_safe could not start Galera node after upgrade ...sachin2017-10-021-2/+2
| | | * | cleanup: remove test include file, clarify the commentSergei Golubchik2017-10-044-38/+11
| | | * | cppcheck harmless warningsSergei Golubchik2017-10-042-5/+1
| | | * | enable MongoDB support in CONNECTSergei Golubchik2017-10-041-1/+1
| | * | | MDEV-12874 UPDATE statements with the same source and targetSergei Golubchik2017-10-044-18/+0
| * | | | MDEV-13675 filsort_priority_queueSergei Golubchik2017-10-057-20/+20
| * | | | Fix a truncations warningVladislav Vaintroub2017-10-041-1/+1
* | | | | Fix warningsMarko Mäkelä2017-10-051-2/+2
* | | | | instant_add_column(), rollback_instant(): Fix an off-by-one error that affect...Marko Mäkelä2017-10-051-5/+15
* | | | | dict_table_t::instant_add_column(): Preserve DB_ROW_IDMarko Mäkelä2017-10-051-2/+7
* | | | | btr_index_rec_validate(): Account for instant ADD COLUMNMarko Mäkelä2017-10-053-22/+31
* | | | | Do not delete the last user record when deleting the 'default row'Marko Mäkelä2017-10-051-7/+17
* | | | | Empty the PAGE_FREE list after deleting or shortening the 'default row'Marko Mäkelä2017-10-052-26/+72
* | | | | btr_page_reorganize_low(): Preserve PAGE_INSTANT on the root pageMarko Mäkelä2017-10-051-0/+24
* | | | | Fix the rollback of instant ADD COLUMN operationsMarko Mäkelä2017-10-056-474/+457
* | | | | ha_innobase::open(): Simplify a consistency checkMarko Mäkelä2017-10-053-46/+19
* | | | | dict_table_t::rollback_instant(): Roll back instant ADD COLUMN in the cacheMarko Mäkelä2017-10-053-30/+49
* | | | | Demonstrate what gets stored in the data filesMarko Mäkelä2017-10-052-4/+88
* | | | | Never add the 'default row' to the adaptive hash indexMarko Mäkelä2017-10-054-89/+82
* | | | | btr_cur_optimistic_delete_func(): Do not try to discard a lock on the 'defaul...Marko Mäkelä2017-10-041-6/+21
* | | | | Relax a debug assertion that can fail in redo log applyMarko Mäkelä2017-10-041-2/+6
* | | | | Pack PAGE_INSTANT to the LSB end of the PAGE_DIRECTION_BMarko Mäkelä2017-10-042-8/+8
* | | | | page_copy_rec_list_end_to_created_page(): Use page_ptr_set_direction()Marko Mäkelä2017-10-041-1/+2
* | | | | When rolling back the initial instant ADD COLUMN, restore the root page to no...Marko Mäkelä2017-10-042-6/+40
* | | | | Add the I_S.GLOBAL_STATUS counter innodb_instant_alter_columnMarko Mäkelä2017-10-045-6/+15
* | | | | row_purge_parse_undo_rec(): Properly parse TRX_UNDO_INSERT_DEFAULTMarko Mäkelä2017-10-044-12/+20
* | | | | btr_cur_instant_init(): Avoid dereferencing a NULL pointerMarko Mäkelä2017-10-041-2/+5
* | | | | Merge 10.3 into 10.3-instantMarko Mäkelä2017-10-04345-3233/+9164
|\ \ \ \ \ | |/ / / /
| * | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-04334-3075/+5234
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-10-049-49/+70
| | |\ \ \ | | | |/ /
| | | * | Replace a non-ASCII character in a commentMarko Mäkelä2017-10-041-1/+1
| | | * | Fix several truncation and formatting warnings.Vladislav Vaintroub2017-10-036-17/+17
| | | * | Fix Windows warnings : fix server_audit not to use my_win_open and CoVladislav Vaintroub2017-10-031-31/+28
| | | * | Update C/CVladislav Vaintroub2017-10-031-0/+0
| | | * | MDEV-13901 Assertion `!space->stop_new_ops' failed in TRUNCATE TABLE with man...Marko Mäkelä2017-10-033-12/+36
| | * | | MDEV-12874 UPDATE statements with the same source and targetSergei Golubchik2017-10-031-2/+5