summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | | 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
|\ \ \ \ | |/ / /