summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-12547: InnoDB FULLTEXT index has too strict innodb_ft_result_cache_limit...bb-10.0-MDEV-12547Thirunarayanan Balathandayuthapani2018-10-1618-167/+181
* MDEV-12547: InnoDB FULLTEXT index has too strict innodb_ft_result_cache_limit...Thirunarayanan Balathandayuthapani2018-10-156-0/+48
* MDEV-12547: InnoDB FULLTEXT index has too strict innodb_ft_result_cache_limit...Thirunarayanan Balathandayuthapani2018-10-1510-20/+20
* MDEV-12547: InnoDB FULLTEXT index has too strict innodb_ft_result_cache_limit...Thirunarayanan Balathandayuthapani2018-10-151-0/+12
* Disabled storage engine tests using LOCK with MERGE engineElena Stepanova2018-10-131-0/+2
* Fix typo in 5936d43afb6ad5a75d9eed17eb39e8c00a08a684Marko Mäkelä2018-10-121-1/+1
* fix test suite after MDEV-15438Vladislav Vaintroub2018-10-122-0/+2
* threadpool_size can contribute to the wanted_filesDaniel Black2018-10-121-0/+4
* MDEV-17413 Crash in my_malloc_size_cb_func() during shutdown withVladislav Vaintroub2018-10-091-0/+7
* MDEV-17382 Hash join algorithm should not be used to join materializedIgor Babaev2018-10-074-2/+81
* Correct a typo in a commentMarko Mäkelä2018-10-011-1/+1
* tokudb: create and destroy TOKUDB_SHARE::_open_tables_mutex dynamicallySergei Golubchik2018-09-222-6/+8
* sanitize tokudb locking macrosSergei Golubchik2018-09-221-8/+8
* Merge remote-tracking branch 'origin/5.5' into bb-10.0-barbb-10.0-barAlexander Barkov2018-09-212-2/+6
|\
| * Fixing the comment not to mention the removed class Item_copy_int.Alexander Barkov2018-09-211-1/+1
| * A cleanup for MDEV-17249 MAKETIME(-1e50,0,0) returns a wrong resultAlexander Barkov2018-09-211-1/+5
* | Merge 5.5 into 10.0Marko Mäkelä2018-09-211-1/+2
|\ \ | |/
| * Pull request #868: MDEV-17248 Improve ASAN memory pool instrumentationMarko Mäkelä2018-09-212-3/+4
| |\
| | * MDEV-17248 Improve ASAN memory pool instrumentationEugene Kosov2018-09-212-3/+4
* | | After-merge cleanup: adjust the test to work in 10.0Alexander Barkov2018-09-212-2/+13
* | | Merge remote-tracking branch 'origin/5.5' into 10.0Alexander Barkov2018-09-2123-305/+479
|\ \ \ | |/ /
| * | MDEV-17250 Remove unused Item_copy_xxxAlexander Barkov2018-09-202-265/+0
| * | MDEV-17244 MAKETIME(900,0,0.111) returns a wrong resultAlexander Barkov2018-09-203-3/+145
| * | MDEV-17249 MAKETIME(-1e50,0,0) returns a wrong resultAlexander Barkov2018-09-2013-32/+219
| |/
| * MDEV-16741 Assertion `m_extra_cache' failed in ha_partition::late_extra_cacheEugene Kosov2018-09-104-1/+21
| * Bug#27230925: HANDLE_FATAL_SIGNAL (SIG=11) IN SHOW_ROUTINE_GRANTSSergei Golubchik2018-09-042-0/+42
| * Bug#27407480: AUTOMATIC_SP_PRIVILEGES REQUIRES NEED THE INSERT PRIVILEGES FOR...Sergei Golubchik2018-09-043-2/+40
* | MDEV-14410 - Assertion `table->pos_in_locked_tables == __null ||Sergey Vojtovich2018-09-184-1/+39
* | Update contributorsIan Gilfillan2018-09-103-3/+9
* | TokuDB: Don't free P_S instrumented mutexes after exit()Sergei Golubchik2018-09-062-6/+10
* | Merge branch 'merge-tokudb-5.6' into 10.0Oleksandr Byelkin2018-09-06192-194538/+3936
|\ \
| * | 5.6.41-84.1Oleksandr Byelkin2018-09-03187-194538/+4359
* | | MDEV-16465 Invalid (old?) table or database name or hang in ha_innobase::dele...Sergei Golubchik2018-09-062-1/+12
* | | MDEV-16757 Memory leak after adding manually min/max statistical dataSergey Vojtovich2018-09-052-2/+1
* | | cleanup: remove extra/rpl_tests/rpl_foreign_key.testSergei Golubchik2018-09-043-68/+62
* | | MDEV-16465 Invalid (old?) table or database name or hang in ha_innobase::dele...Sergei Golubchik2018-09-042-4/+4
* | | MDEV-16465 Invalid (old?) table or database name or hang in ha_innobase::dele...Sergei Golubchik2018-09-046-9/+132
* | | create a reusable function that tells what FK actions can writeSergei Golubchik2018-09-043-3/+9
* | | MDEV-12669 Circular foreign keys cause a loop and OOM upon LOCK TABLESergei Golubchik2018-09-043-2/+47
* | | compilation failureSergei Golubchik2018-09-042-12/+12
* | | extend prelocking to FK-accessed tablesSergei Golubchik2018-09-046-4/+157
* | | cleanup: sp_head::add_used_tables_to_table_list()Sergei Golubchik2018-09-042-27/+28
* | | cleanup: FOREIGN_KEY_INFOSergei Golubchik2018-09-0411-92/+75
* | | Merge branch '5.5' into 10.0bb-10.0-merge-sanjaOleksandr Byelkin2018-09-0311-16/+99
|\ \ \ | | |/ | |/|
| * | MDEV-16682 Assertion `(buff[7] & 7) == HEAD_PAGE' failedMonty2018-09-031-5/+13
| * | MDEV-16957: Server crashes in Field_iterator_natural_join::next upon 2nd exec...Oleksandr Byelkin2018-08-316-4/+67
| * | MDEV-16682 Assertion `(buff[7] & 7) == HEAD_PAGE' failedMonty2018-08-302-0/+14
| * | Merge pull request #846 from shinnok/bb-5.5-mtr-shmRasmus Johansson2018-08-241-1/+1
| |\ \
| | * | MDEV-17022: check if mtr --mem location is writeableTeodor Mircea Ionita2018-08-201-1/+1
| * | | item_cmp_type: simplier for a faster codepathDaniel Black2018-08-221-6/+4
| |/ /