summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-19130 Assertion `next_insert_id >= auto_inc_interval_for_cur_row.minimum...bb-10.5-nikita-expr-arena-oldNikita Malyavin2019-10-094-0/+49
* MDEV-17333 Assertion in update_auto_increment() upon exotic LOADAleksey Midenkov2019-10-086-6/+77
* MDEV-17377 invalid gap in auto-increment values after LOAD DATAAleksey Midenkov2019-10-085-1/+63
* Fix memory leak.Nikita Malyavin2019-10-031-19/+26
* MDEV-16039 Crash when selecting virtual columns generated using functions wit...Nikita Malyavin2019-09-093-0/+170
* Update server.cnf section to mariadb-10.5Ian Gilfillan2019-09-021-2/+2
* Merge remote-tracking branch 'origin/bb-mdev-18844' into 10.5Igor Babaev2019-08-3120-251/+4808
|\
| * Merge branch 'mdev-18844' of https://github.com/waynexia/server into mdev-18844bb-mdev-18844Igor Babaev2019-08-311-2/+3
| * (1)mod: counter type from longlong to ha_rowsRuihang Xia2019-08-312-14/+9
| * (1) fix type errorRuihang Xia2019-08-314-5/+3
| * MDEV-18844 Implement EXCEPT ALL and INTERSECT ALL operationsWayneXia2019-08-2420-249/+4812
* | MDEV-15777 Use inferred IS NOT NULL predicates in the range optimizerIgor Babaev2019-08-3026-335/+1388
* | Updated libmarias3 to latest versionMonty2019-08-293-2/+0
* | MDEV-17048 Inconsistency voting support (#1373)Alexey Yurchenko2019-08-2866-346/+2432
* | compilation failure Win32Sergei Golubchik2019-08-261-1/+1
* | MDEV-19780 Remove the TokuDB storage engineSergei Golubchik2019-08-242-0/+3
* | compilation fix for cmake 2.18Sergei Golubchik2019-08-241-1/+1
* | Updated result for rocksdb tests after mergeMonty2019-08-234-0/+4
* | Decrease stack space usage of mysql_execute_command()Monty2019-08-233-248/+305
* | Decrease stack space usage of mysql_execute_command()Sergei Golubchik2019-08-232-14/+8
* | hide have_sanitizer variable in non-ASAN buildsSergei Golubchik2019-08-237-40/+13
* | Added asan options to mysql-test-runMonty2019-08-2313-3/+86
* | Fixed issues when running mtr with --valgrindMonty2019-08-2320-76/+299
* | Removed some warnings from InnoDB when compiled with clangMonty2019-08-238-8/+11
* | Fixed compiler warnings from connect engineMonty2019-08-2323-62/+81
* | Fixed some test that failed randomlyMonty2019-08-234-9/+10
* | Removed some compiler warnings found by clangMonty2019-08-231-2/+2
* | Fixed BUILD scripts for gcc 6.xMonty2019-08-231-2/+10
* | move Aria/S3 specific flag into Aria codeSergei Golubchik2019-08-234-6/+3
* | MDEV-20306 Assert when converting encrypted Aria table to S3Monty2019-08-2310-2/+84
* | Fixed assertion Assertion `!table->pos_in_locked_tables' failedMonty2019-08-232-0/+36
* | alloc_on_stack: simplify the APISergei Golubchik2019-08-2314-283/+162
* | MDEV-20279 Increase Aria index length limitMonty2019-08-2335-338/+732
|/
* Removed redundant log_type == LOG_BIN checksSergey Vojtovich2019-08-221-30/+28
* Cleanup log_type_arg of MYSQL_BIN_LOG::open()Sergey Vojtovich2019-08-224-11/+7
* Cleanup MYSQL_LOGSergey Vojtovich2019-08-222-39/+8
* MDEV-20384 Assertion `field.is_sane()' failed in Protocol_text::store_field_m...Alexander Barkov2019-08-193-0/+51
* Updated spider result fileMonty2019-08-171-1/+1
* MDEV-20363 Assertion `is_unsigned() == attr.unsigned_flag' failed in Type_han...Alexander Barkov2019-08-163-3/+34
* Merge 10.4 into 10.5Marko Mäkelä2019-08-16119-1304/+2738
|\
| * Merge 10.3 into 10.4Marko Mäkelä2019-08-1624-247/+563
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2019-08-164-12/+11
| | |\
| | | * MDEV-19200: shutdown timeout on innodb.undo_truncate_recoverMarko Mäkelä2019-08-163-3/+3
| | | * MDEV-8588/MDEV-19740: Restore a conditionMarko Mäkelä2019-08-161-9/+8
| | * | Silence GCC 9.2.1 -Warray-boundsMarko Mäkelä2019-08-161-4/+4
| | * | Merge 10.2 into 10.3Marko Mäkelä2019-08-155-14/+15
| | |\ \ | | | |/
| | | * MDEV-19740: Remove a bogus conditionMarko Mäkelä2019-08-151-3/+1
| | | * MDEV-19740: Silence a bogus "may be uninitialized" warningMarko Mäkelä2019-08-151-8/+3
| | | * MDEV-19740: Fix C++11 violations caught by GCC 9.2.1Marko Mäkelä2019-08-152-7/+19
| | | * Disable galera.query_cache as it still fails on bb and azure.Jan Lindström2019-08-151-0/+1