summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22027 Assertion oldest_lsn >= log_sys.last_checkpoint_lsn failed in log_...bb-10.5-MDEV-22027Marko Mäkelä2020-06-011-18/+8
* Fix my_checksum declaration.Vladislav Vaintroub2020-06-011-1/+1
* Merge branch '10.4' into 10.5Vladislav Vaintroub2020-06-011-1/+1
|\
| * Merge branch '10.3' into 10.4Vladislav Vaintroub2020-06-011-1/+1
| |\
| | * fix warningVladislav Vaintroub2020-06-011-1/+1
* | | MDEV-22303: Incorrect ordering with REGEXP_REPLACE and OFFSET/LIMITVarun Gupta2020-06-014-32/+50
* | | MENT-458 MTR Big test "spider/bugfix.sql_mode_mariadb & myself" are both fail...Kentoku2020-06-011-0/+5
* | | MENT-456 MTR Big test "spider.show_system_tables" is failing on Azure MTR pip...Kentoku2020-06-011-0/+4
* | | MDEV-20280 PERCENTILE_DISC() rejects temporal and string inputAlexander Barkov2020-06-016-14/+112
* | | MDEV-22764 Crash with a stored aggregate function returning INET6Alexander Barkov2020-06-013-0/+77
* | | MDEV-22641: Provide SIMD optimized wrapper for zlib crc32() (#1558)mysqlonarm2020-06-0129-294/+197
* | | MDEV-21764 CONNECT table with INET6 field produces warnings upon SELECTAlexander Barkov2020-06-013-1/+26
* | | MDEV-20809 EXTRACT from INET6 value does not produce any warningsAlexander Barkov2020-06-0110-0/+90
* | | MDEV-22249 Upgrade testing between major versions in MTRElena Stepanova2020-06-019-0/+5439
* | | Merge 10.4 into 10.5Marko Mäkelä2020-05-31141-949/+3167
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-05-3067-475/+1679
| |\ \ | | |/
| | * Add end-of-test markers to ease mergesMarko Mäkelä2020-05-304-0/+6
| | * Merge 10.2 into 10.3Marko Mäkelä2020-05-2927-317/+303
| | |\
| | | * Add a counter to avoid multiple initialization of Groonga mecab tokenizerKentoku SHIBA2020-05-292-0/+12
| | | * Add grn_db_fin_mecab_tokenizer to finalyze mecab tokenizerKentoku SHIBA2020-05-292-0/+33
| | | * Fix cmake warning - custom command succeeds without creating own OUTPUT.Vladislav Vaintroub2020-05-291-0/+1
| | | * MDEV-22743 Windows 10 MSI installer : port in use is not determinedVladislav Vaintroub2020-05-291-21/+76
| | | * MSI installer : Use CAQuietExec64 on Win64 , not CAQuietExecVladislav Vaintroub2020-05-292-1/+3
| | | * Remove unused WiX source fileVladislav Vaintroub2020-05-291-183/+0
| | | * update C/CSergei Golubchik2020-05-271-0/+0
| | | * bintars should use bundled PCRESergei Golubchik2020-05-271-0/+1
| | | * mtr: update titlebar when the test ends, not when it startsSergei Golubchik2020-05-272-64/+46
| | | * assert(a && b); -> assert(a); assert(b);Sergei Golubchik2020-05-272-29/+44
| | | * get rid of cmake warningSergei Golubchik2020-05-272-2/+2
| | | * optimize performance of the build in a fresh cloneSergei Golubchik2020-05-271-2/+2
| | | * Revert "MDEV-12445 : Rocksdb does not shutdown worker threads and aborts in m...Sergei Golubchik2020-05-272-9/+0
| | | * fix rocksdb zstd detectionSergei Golubchik2020-05-271-1/+1
| | | * MDEV-21958 Query having many NOT-IN clauses running forever and causing avail...Sergei Golubchik2020-05-271-0/+1
| | | * bugfix: use THD::main_mem_root for kill error messageSergei Golubchik2020-05-271-1/+2
| | | * MDEV-22558 wrong error for invalid utf8 table commentSergei Golubchik2020-05-273-4/+31
| | | * don't include .git files in source packagesSergei Golubchik2020-05-271-0/+1
| | | * MDEV-17153 server crash on repair table ... use_frmSergei Golubchik2020-05-273-0/+48
| | * | MDEV-16937 Strict SQL with system versioned tables causes issuesAleksey Midenkov2020-05-2818-30/+66
| | * | MDEV-22413 Server hangs upon UPDATE on a view reading from versioned partitio...Aleksey Midenkov2020-05-287-13/+67
| | * | MDEV-18794 append_drop_column() small refactoringAleksey Midenkov2020-05-281-14/+11
| | * | MDEV-18794 Assertion `!m_innodb' failed in ha_partition::cmp_ref upon SELECT ...Aleksey Midenkov2020-05-283-29/+44
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-05-2730-120/+1257
| | |\ \ | | | |/
| | | * fix compilationEugene Kosov2020-05-271-23/+18
| | | * Fix the build with GCC 4.1.2Marko Mäkelä2020-05-271-6/+11
| | | * Add an end-of-test marker to ease mergesMarko Mäkelä2020-05-272-0/+3
| | | * Fix the RelWithDebInfo buildMarko Mäkelä2020-05-271-1/+1
| | | * intrusive::list fixesEugene Kosov2020-05-275-72/+114
| | | * Fixed crash in aria recovery when using bulk insertMonty2020-05-267-19/+89
| | | * MDEV-15152 Optimistic parallel slave doesnt cope well with START SLAVE UNTILAndrei Elkin2020-05-266-20/+859
| | | * Merge remote-tracking branch 'origin/10.1' into 10.2 to skip 10.1Andrei Elkin2020-05-260-0/+0
| | | |\