summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-19826 10.4 seems to crash with "pool-of-threads"bb-10.4-sysprgTeemu Ollakka2019-08-2917-217/+416
* Fix compress_qpress result file, broken in b5615eff0d00cfb4c60b9d1bf67094da7c...Vladislav Vaintroub2019-08-271-1/+0
* MDEV-19705: Assertion `tmp >= 0' failed in best_access_pathVarun Gupta2019-08-273-1/+32
* always build wsrep libraries staticSergei Golubchik2019-08-262-7/+11
* cleanup: SECURITY_HARDENED in CMakeLists.txtSergei Golubchik2019-08-261-22/+9
* cleanup: remove few #ifdef'sSergei Golubchik2019-08-261-28/+20
* remove incorrect #ifdefSergei Golubchik2019-08-261-2/+0
* MDEV-20417 Assertion `(m_ptr == __null) == item->null_value' failed in VDec::...Alexander Barkov2019-08-263-2/+50
* MDEV-6111: Optimizer Trace: add tracing for semi-join optimizationsSergei Petrunia2019-08-253-27/+365
* MDEV-19831 find_select_handler() now tries its best to find aRoman Nozdrin2019-08-242-1/+3
* Merge 10.3 into 10.4, except for MDEV-20265Marko Mäkelä2019-08-2366-318/+690
|\
| * MDEV-17613 MIN/MAX Optimization (Select tables optimized away) does not workAleksey Midenkov2019-08-214-66/+6
| * Merge 10.2 into 10.3Marko Mäkelä2019-08-2150-335/+1383
| |\
| | * MDEV-17187 table doesn't exist in engine after ALTER of FOREIGN KEYMarko Mäkelä2019-08-2110-57/+175
| | * MDEV-17187: Code cleanupMarko Mäkelä2019-08-215-96/+56
| | * dict_table_open_on_index_id(): Remove a redundant parameterMarko Mäkelä2019-08-213-29/+4
| | * MDEV-19968: Galera test failure on galera_load_dataJan Lindström2019-08-212-49/+35
| | * MDEV-15458 Segfault in heap_scan() upon UPDATE after ADD SYSTEM VERSIONINGSergei Golubchik2019-08-201-1/+3
| | * Revert "Fixes a problem with heap when scanning and insert rows at the same t...Sergei Golubchik2019-08-201-6/+9
| | * MDEV-20389: Refine the test caseMarko Mäkelä2019-08-202-2/+3
| | * MDEV-20389 The test innodb.innodb_bug84958 fails intermittentlyAleksey Midenkov2019-08-202-4/+16
| | * MDEV-20379 Mroonga has memory leak in ha_mroonga::is_foreign_key_fieldMonty2019-08-201-0/+3
| | * Fixes a problem with heap when scanning and insert rows at the same timeMonty2019-08-201-9/+6
| | * After-merge fixesMarko Mäkelä2019-08-202-5/+5
| | * Merge 10.1 into 10.2Marko Mäkelä2019-08-2019-87/+962
| | |\
| | | * MDEV-18863: Fix -Wsign-compareMarko Mäkelä2019-08-201-3/+3
| | | * Merge 5.5 into 10.1Marko Mäkelä2019-08-203-28/+460
| | | |\
| | | | * MDEV-20265 Unknown column in field listIgor Babaev2019-08-193-28/+460
| | | * | MDEV-19034 ASAN unknown-crash in get_date_time_separator with PAD_CHAR_TO_FUL...Alexander Barkov2019-08-203-1/+26
| | | * | MDEV-18863: Galera SST scripts can't read [mysqldN] option groupsJulius Goryavsky2019-08-196-15/+192
| | | * | Merge remote-tracking branch 'origin/5.5' into 10.1Alexander Barkov2019-08-163-2/+70
| | | |\ \ | | | | |/
| | | | * MDEV-15955 Assertion `field_types == 0 || field_types[field_pos] == MYSQL_TYP...Alexander Barkov2019-08-163-0/+65
| | | * | MDEV-19834 Selectivity of an equality condition discounted twiceSergei Petrunia2019-08-161-0/+34
| | | * | MDEV-18778: mysql_tzinfo_to_sql does not work correctly in MariaDB GaleraJan Lindström2019-08-165-45/+319
| | | * | MDEV-19834 Selectivity of an equality condition discounted twiceSergei Petrunia2019-08-153-6/+67
| | | * | Make sure histograms do not write uninitialized bytes to recordVicențiu Ciorbaru2019-08-131-1/+6
| | * | | MDEV-20185: Windows: Use of uninitialized value $bpath in string eqJulius Goryavsky2019-08-203-16/+28
| | * | | MDEV-18863: Galera SST scripts can't read [mysqldN] option groupsJulius Goryavsky2019-08-196-15/+192
| | * | | MDEV-20377: Introduce cmake -DWITH_MSAN:BOOL=ONMarko Mäkelä2019-08-193-3/+7
| | * | | MDEV-20377: Fix uninitialized memory in mysqltestMarko Mäkelä2019-08-192-1/+4
| | * | | Problem:Thirunarayanan Balathandayuthapani2019-08-166-7/+114
| * | | | MDEV-19740 Debug build of 10.3.15 FTBFSAleksey Midenkov2019-08-211-1/+2
| * | | | MDEV-20210 If you have an INVISIBLE VIRTUAL column, SHOW CREATE TABLE doesn't...Anel Husakovic2019-08-213-0/+25
| * | | | MDEV-20185: Windows: Use of uninitialized value $bpath in string eqJulius Goryavsky2019-08-192-14/+25
| * | | | MDEV-18863: Galera SST scripts can't read [mysqldN] option groupsJulius Goryavsky2019-08-196-15/+192
| * | | | MDEV-19254 Server crashes in maria_status with partitioned tableMonty2019-08-193-1/+18
| * | | | MDEV-19740 Debug build of 10.3.15 FTBFSAleksey Midenkov2019-08-1911-20/+25
| * | | | Updated result for rocksdb tests after mergeMonty2019-08-184-0/+4
| * | | | fix for a compiler warning (#1372)Kentoku SHIBA2019-08-171-1/+1
| * | | | MDEV-18154 Deadlock and assertion upon no-op ALTER under LOCK TABLESAleksey Midenkov2019-08-162-6/+10