summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | MDEV-16038 Assertion `map->n_bits > 0' failed (my_bitmap.c:386: bitmap_is_cle...Igor Babaev2018-04-264-2/+22
* | Merge 10.2 into 10.3Marko Mäkelä2018-04-268-70/+33
|\ \ | |/
| * Follow-up fix to MDEV-14705: Flush log at shutdownMarko Mäkelä2018-04-261-0/+3
| * MDEV-16041 Do not write for null update (properly fix MySQL Bug#29157)Marko Mäkelä2018-04-264-15/+22
| * innobase_init(): Remove some dead codeMarko Mäkelä2018-04-261-24/+1
| * Remove dead code HAVE_LZO1XMarko Mäkelä2018-04-261-15/+0
| * MDEV-15507 Assertion failed in dict_check_sys_tables on upgrade from 5.5Marko Mäkelä2018-04-262-16/+8
* | MDEV-15914: Make mtr_buf_t a plain classMarko Mäkelä2018-04-261-38/+23
* | MDEV-15914: Simplify mlog_open_and_write_index()Marko Mäkelä2018-04-261-35/+25
* | MDEV-15914: Use buf_block_t* for undo, not page_t*Marko Mäkelä2018-04-261-128/+105
* | MDEV-15914: Restore MLOG_UNDO_INSERTMarko Mäkelä2018-04-263-6/+31
* | MDEV-15914: Remove trx_t::undo_mutexMarko Mäkelä2018-04-2615-74/+6
* | MDEV-12288/MDEV-15132/MDEV-15158: Adjust a commentMarko Mäkelä2018-04-261-8/+11
* | MDEV-15914: Remove trx_undo_t::emptyMarko Mäkelä2018-04-265-32/+33
* | MDEV-15914: buf_pool_is_obsolete(): Add UNIV_UNLIKELYMarko Mäkelä2018-04-261-3/+3
* | MDEV-15914: Simplify row_search_mvcc()Marko Mäkelä2018-04-261-35/+22
* | MDEV-15914: Fast path for rw_trx_hash::find()Marko Mäkelä2018-04-261-0/+6
* | MDEV-15915 Add Feature_json status variable.Alexey Botchkov2018-04-266-0/+48
* | Removed some old #if MYSQL_VERSIONMonty2018-04-264-34/+0
* | Fix a lot of compiler warnings found by -WunusedMonty2018-04-2634-68/+60
* | MDEV-15732: Assertion `next_free_value % real_increment == offset && next_fre...Oleksandr Byelkin2018-04-263-2/+33
* | tests: func_math, correct crc32 for mariadbDaniel Black2018-04-262-12/+8
* | BUG#26495791: CONTRIBUTION: EXPAND TEST SUITE TO INCLUDE CRC32 TESTSShivashankar Nagaraj2018-04-262-0/+627
* | Fixed a compiler errorIgor Babaev2018-04-251-1/+2
* | MDEV-11975: SQLCOM_PREPARE of EXPLAIN & ANALYZE statement do not return corre...Oleksandr Byelkin2018-04-256-10/+497
* | MDEV-13695: INTERSECT precedence is not in line with Oracle even in SQL_MODE=...Oleksandr Byelkin2018-04-253-1/+100
* | MDEV-15079: Parameter array operation inserts wrong values in autoincrement f...Oleksandr Byelkin2018-04-251-0/+54
* | Merge 10.2 into 10.3Marko Mäkelä2018-04-254-3/+12
|\ \ | |/
| * Changed the test case for MDEV-15571Igor Babaev2018-04-243-2/+12
* | Remove trx_t::undo_rseg_spaceMarko Mäkelä2018-04-256-78/+0
* | Merge 10.2 into 10.3Marko Mäkelä2018-04-24101-257/+705
|\ \ | |/
| * MDEV-15030 Add ASAN instrumentation to trx_t PoolMarko Mäkelä2018-04-242-1/+27
| * Pull request #522: Remove C++ register keywordMarko Mäkelä2018-04-2441-132/+126
| |\
| | * register keyword c++17 warningEugene Kosov2018-04-2411-19/+19
| | * Remove most 'register' use in C++Marko Mäkelä2018-04-2433-113/+107
| |/
| * Remove unused function FixNull()Marko Mäkelä2018-04-241-6/+0
| * MDEV-15865 Crash in dict_index_set_merge_threshold() on CREATE TABLEMarko Mäkelä2018-04-241-2/+1
| * Merge 10.1 into 10.2Marko Mäkelä2018-04-2470-269/+687
| |\
| | * Merge 10.0 into 10.1Marko Mäkelä2018-04-2463-250/+644
| | |\
| | | * MDEV-15723 Crash in INFORMATION_SCHEMA.INNODB_SYS_TABLES when accessing corru...Marko Mäkelä2018-04-232-1/+10
| | | * Remove the "register" keywordMarko Mäkelä2018-04-232-20/+14
| | | * Fix -Wimplicit-fallthroughMarko Mäkelä2018-04-232-0/+4