summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20502 Queries against spider tables return wrong values for columns foll...bb-10.4-MDEV-20502Kentoku SHIBA2020-05-052-0/+31
* MDEV-20502 Queries against spider tables return wrong values for columns foll...Kentoku SHIBA2020-04-1510-4/+216
* MDEV-22051: Protocol::end_statement(): Assertion `0' failed on Galera node up...bb-10.4-MDEV-22051mkaruza2020-04-085-4/+57
* MDEV-21535 Unnecessarily large ha_innobase::records_in_range() scansMarko Mäkelä2020-04-082-3/+0
* Travis-CI: Shorten deb build log to keep it under 4 MBOtto Kekäläinen2020-04-061-2/+7
* Travis-CI: Add missing build dependency dh-execOtto Kekäläinen2020-04-061-0/+1
* MDEV-21471 ER_CRASHED_ON_USAGE upon UPDATE FOR PORTION on Aria tableAleksey Midenkov2020-04-033-0/+18
* MDEV-20494 Fix wrongly ignored error statusAleksey Midenkov2020-04-031-25/+15
* MDEV-20494 ER_NOT_FORM_FILE or assertion upon adding partition to period tableAleksey Midenkov2020-04-037-12/+87
* MDEV-22014: Rowid Filtering is not displayed well in the optimizer traceSergei Petrunia2020-04-029-265/+222
* MDEV-22021: Galera database could get inconsistent with rollback to savepointDaniele Sciascia2020-03-3110-25/+139
* Merge 10.3 into 10.4Marko Mäkelä2020-03-3085-796/+1553
|\
| * MDEV-20590 Introduce a file format constraint to ALTER TABLEMarko Mäkelä2020-03-308-54/+244
| * MDEV-21832 FORCE all partition to rebuild if any one of theThirunarayanan Balathandayuthapani2020-03-302-25/+29
| * Fix GCC -Wstringop-truncationMarko Mäkelä2020-03-301-0/+1
| * Merge 10.2 into 10.3Marko Mäkelä2020-03-3070-726/+957
| |\
| | * MDEV-22019: Sig 11 in next_breadth_first_tab | max_sort_length setting + doub...Varun Gupta2020-03-304-6/+40
| | * MDEV-22005 UBSAN: applying non-zero offset 2 to null pointer in my_charpos_mb()Eugene Kosov2020-03-262-4/+12
| | * MDEV-21473 conflicts with async slave BF aborting (#1475)seppo2020-03-247-11/+23
| | * unoptimized -fsanitize=undefined build on clang requires more stack spaceEugene Kosov2020-03-232-2/+2
| | * MDEV-22006 runtime error: null pointer passed as argument 2, which is declare...Eugene Kosov2020-03-231-1/+4
| | * MDEV-21572 buf_page_get_gen() should apply buffered page initializedThirunarayanan Balathandayuthapani2020-03-236-104/+261
| | * MDEV-19658 UBSAN: runtime error: load of value 2779096485, which is not a val...Eugene Kosov2020-03-231-1/+2
| | * MDEV-21930 RocksDB does not compile anymore, with Visual StudioVladislav Vaintroub2020-03-234-42/+61
| | * MDEV-21360 restore debud_dbug through a session variable instead of '-d,..'bb-10.2-MDEV-21360Alice Sherepa2020-03-2323-237/+228
| | * blind fix for Windows buildingEugene Kosov2020-03-211-1/+0
| | * MDEV-21993 asan failure in encryption.innochecksumEugene Kosov2020-03-213-16/+6
| | * MDEV-21993 asan failure in encryption.innochecksumEugene Kosov2020-03-211-2/+4
| | * Connect: Remove some unused variablesMarko Mäkelä2020-03-213-7/+2
| | * InnoDB: reduce size of dtuple_tEugene Kosov2020-03-205-31/+34
| | * correct comment in buf_page_is_corrupted()Eugene Kosov2020-03-201-1/+1
| | * st_::span fixesEugene Kosov2020-03-202-145/+141
| | * remove fishy reinterpret_cast from buf_page_is_zeroes()Eugene Kosov2020-03-207-39/+43
| | * MDEV-17177 Crash in Item_func_in::cleanup() for SELECT executed viaIgor Babaev2020-03-204-20/+54
| * | Make mysql.innodb_mysql_lock deterministicMonty2020-03-262-3/+7
| * | MDEV-21883 Server crashes when joining a subselect with 32 tables and GROUP BYIgor Babaev2020-03-233-1/+137
* | | num_worker_threads my_atomic to Atomic_counterSergey Vojtovich2020-03-274-6/+16
* | | shutdown_group_count my_atomic to Atomic_counterSergey Vojtovich2020-03-271-2/+2
* | | next_timeout_check my_atomic to std::atomicSergey Vojtovich2020-03-271-9/+14
* | | Fix for rpl_start_stop_slave failureSergey Vojtovich2020-03-261-1/+1
* | | MDEV-21887: federatedx crashes on SELECT ... INTO query in select_handler codeSergei Petrunia2020-03-264-24/+57
* | | dequeued_count my_atomic to Atomic_counterSergey Vojtovich2020-03-253-14/+20
* | | MDEV-20388 : disable inline assembly in WolfSSL if MSAN is onVladislav Vaintroub2020-03-251-3/+6
* | | MDEV-19519 mysql_install_db.exe doesn't set password_last_changed for newly c...Vladislav Vaintroub2020-03-251-1/+2
* | | change from to for adding defaults-file in Spider testsKentoku SHIBA2020-03-254-12/+12
* | | Fix clang -Wsometimes-uninitializedMarko Mäkelä2020-03-241-1/+2
* | | MDEV-22020: Fix spider/bugfix.return_found_rows_updateMarko Mäkelä2020-03-241-1/+1
* | | MDEV-21792 Server aborts upon attempt to create foreign key on spatial fieldThirunarayanan Balathandayuthapani2020-03-234-2/+18
* | | Cleanup my_atomic.h includesSergey Vojtovich2020-03-218-8/+0
* | | global_query_id: my_atomic to Atomic_counterSergey Vojtovich2020-03-212-5/+4