summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Post merge changesbb-10.3-mdev12387Galina Shalygina2018-05-061-0/+8
* Merge 'bb-10.3-mdev12387' into '10.3'Galina Shalygina2018-05-0529-500/+6102
|\
| * MDEV-12387 Push conditions into materialized subqueriesGalina Shalygina2018-05-0529-491/+6101
* | Merge 10.2 into 10.3Marko Mäkelä2018-05-041-1/+4
|\ \
| * | MDEV-15764 InnoDB may write uninitialized garbage to redo logMarko Mäkelä2018-05-041-1/+6
| * | MDEV-15698: Spider ignores syntax errors in connection string in COMMENT fieldJacob Mathew2018-05-014-239/+418
| * | MDEV-15712: If remote server used by Spider table is unavailable, some operat...Jacob Mathew2018-04-303-2/+27
* | | Make a test independent of the build optionsMarko Mäkelä2018-05-042-4/+4
* | | Follow up for 9a8498066865b5 - adjustments to storage_engine testsElena Stepanova2018-05-037-38/+12
* | | MDEV-14019: Spider + binlog_format = ROW => CRASHJacob Mathew2018-05-031-25/+12
* | | MDEV-15106 Unexpected ER_WRONG_INSERT_INTO_SEQUENCE upon INSERT with multiple...Monty2018-05-035-19/+50
* | | MDEV-15060 Assertion in row_log_table_apply_op after instant ADD when the tab...Marko Mäkelä2018-05-036-31/+160
* | | Follow-up to MDEV-12266: Do not display table->spaceMarko Mäkelä2018-05-031-8/+5
* | | MDEV-16065 Assertion failed in btr_pcur_restore_position_func on UPDATEMarko Mäkelä2018-05-027-46/+94
* | | MDEV-16071 Server crashed in innobase_build_col_map / prepare_inplace_alter_t...Thirunarayanan Balathandayuthapani2018-05-023-2/+16
* | | MDEV-14168 Unconditionally allow ALGORITHM=INPLACE for setting a column NOT NULLThirunarayanan Balathandayuthapani2018-05-024-0/+269
* | | MDEV-15698: Spider ignores syntax errors in connection string in COMMENT fieldJacob Mathew2018-05-014-242/+419
|\ \ \
| * | | MDEV-15698: Spider ignores syntax errors in connection string in COMMENT fieldbb-10.3-MDEV-15698Jacob Mathew2018-04-244-242/+419
* | | | Fix many -Wunused-parameterMarko Mäkelä2018-05-0178-1076/+422
* | | | MDEV-12645: mysql_install_db --no-test (postfixDaniel Black2018-05-011-1/+1
* | | | MDEV-15712: If remote server used by Spider table is unavailable, some operat...Jacob Mathew2018-04-303-2/+27
|\ \ \ \
| * | | | MDEV-15712: If remote server used by Spider table is unavailable, some operat...bb-10.3-MDEV-15712Jacob Mathew2018-04-233-2/+27
* | | | | MDEV-15938 - TINYTEXT CHARACTER SET utf8 COMPRESSED truncates dataSergey Vojtovich2018-04-306-34/+78
* | | | | MDEV-12645 - mysql_install_db: no install test db optionSergey Vojtovich2018-04-3052-1386/+729
* | | | | MDEV-12218: Put back mariabackup --innodb-flush-methodMarko Mäkelä2018-04-308-39/+25
* | | | | Use compile_time_assert() in InnoDBMarko Mäkelä2018-04-3028-262/+102
* | | | | Fix WITH_INNODB_EXTRA_DEBUGMarko Mäkelä2018-04-303-23/+4
* | | | | Removed even more warning that was found with -WunusedMonty2018-04-3015-50/+28
* | | | | Added version of lex_string_eq that compares with const char *Monty2018-04-307-25/+31
* | | | | Added more test to sql-benchMonty2018-04-303-2/+48
* | | | | MDEV-14906 Assertion index->is_instant() failed on DELETEMarko Mäkelä2018-04-301-4/+19
* | | | | MDEV-16058 Unnecessary computations for SPATIAL INDEXMarko Mäkelä2018-04-303-43/+38
* | | | | Simplify dict_stats_analyze_index_level()Marko Mäkelä2018-04-301-5/+4
* | | | | rtr_estimate_n_rows_in_range(): Simplify codeMarko Mäkelä2018-04-301-40/+25
* | | | | Add an explicit cast from double to ha_rowsMarko Mäkelä2018-04-301-3/+3
* | | | | Fix some -Wsign-conversionMarko Mäkelä2018-04-2913-69/+65
* | | | | MDEV-16045: Replace log_group_t with log_t::filesMarko Mäkelä2018-04-298-481/+234
* | | | | MDEV-16045: Allocate log_sys staticallyMarko Mäkelä2018-04-2919-477/+472
* | | | | MDEV-12218 Clean up InnoDB parameter validationMarko Mäkelä2018-04-2946-922/+622
* | | | | Do not divide or multiply by srv_page_sizeMarko Mäkelä2018-04-2832-157/+164
* | | | | Replace univ_page_size and UNIV_PAGE_SIZEMarko Mäkelä2018-04-2884-546/+541
* | | | | Fix most -Wsign-conversion in InnoDBMarko Mäkelä2018-04-28103-735/+662
* | | | | Fix some -Wsign-conversionMarko Mäkelä2018-04-281-5/+6
* | | | | Simplify simple_counterMarko Mäkelä2018-04-282-35/+28
* | | | | Correct member function commentsMarko Mäkelä2018-04-281-2/+2
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-281-128/+117
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Revert "Fix mtr to be able to wait for >1 exited mysqld"Marko Mäkelä2018-04-281-128/+117
* | | | | MDEV-11084 Select statement with partition selection against MyISAMAlexey Botchkov2018-04-281-8/+15
* | | | | Cleanup for MDEV-16020 (fixing compilation failure on Windows)Alexander Barkov2018-04-281-1/+1
* | | | | MDEV-16020 SP variables inside GROUP BY..WITH ROLLUP break replicationAlexander Barkov2018-04-2713-2390/+2857