summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.4' into bb-10.4-mdev7486Galina Shalygina2019-02-1991-1146/+4339
|\
| * MDEV-18439 Windows builds should have core_file=1 by defaultVladislav Vaintroub2019-02-191-1/+1
| * MDEV-18587 Don't reject DDLs if streaming replication is onTeemu Ollakka2019-02-193-1/+63
| * MDEV-18627: Tighten an assertion added in MDEV-18596Marko Mäkelä2019-02-181-2/+1
| * MDEV-18627 Wrong result after instant size change of integerMarko Mäkelä2019-02-1820-246/+186
| * MDEV-18585 Avoid excessive Annotate_rows_log_events in binlogTeemu Ollakka2019-02-188-5/+100
| * MDEV-18596 Crash in row_mysql_store_col_in_innobase_format() on MODIFY/ADD co...Marko Mäkelä2019-02-183-11/+203
| * Minor cleanup in the optimizer trace code.Varun Gupta2019-02-1817-469/+3037
| * MTR tests for galera sync wait up toDaniele Sciascia2019-02-185-0/+265
| * MDEV-18608: Defaults for 10.4: histogram size should be setSergei Petrunia2019-02-183-14/+14
| * MDEV-18608: Defaults for 10.4: histogram size should be setSergei Petrunia2019-02-1825-115/+136
| * MDEV-15564: Fix a memory leakMarko Mäkelä2019-02-181-6/+3
| * MDEV-18609 Assertion !is_string || (*af)->charset() == cf->charset failedMarko Mäkelä2019-02-183-7/+48
| * Disable unused functionMarko Mäkelä2019-02-181-1/+2
| * MDEV-16188: Remove redundant !this ||Marko Mäkelä2019-02-181-1/+1
| * MDEV-18588 Segfault during SST on joiner with bin-log, no bin-log-indexmkaruza2019-02-181-1/+1
| * MDEV-18578 build aws sdk for all plugins to useVladislav Vaintroub2019-02-184-172/+176
| * MDEV-18571 Fix wsrep PS protocol crashTeemu Ollakka2019-02-181-0/+12
| * MDEV-18480 Backwards compatibility in log_view()Teemu Ollakka2019-02-181-2/+18
| * MDEV-18198 Fix MTR test galera_sr.galera_sr_table_contentsDaniele Sciascia2019-02-183-109/+89
* | MDEV-7486: Cosmetic changesIgor Babaev2019-02-182-71/+36
* | MDEV-18636 The test case for bug mdev-16765 crashes the serverGalina Shalygina2019-02-194-8/+221
* | MDEV-18635 The test case for bug mdev-16727 crashes the serverGalina Shalygina2019-02-183-12/+23
* | MDEV-7468 Fix for crash caused by connect.json_udf testGalina Shalygina2019-02-183-13/+20
* | MDEV-7486: Condition pushdown from HAVING into WHEREGalina Shalygina2019-02-1745-655/+3770
|/
* MDEV-18598: Wrong results after instant integer conversionsMarko Mäkelä2019-02-175-30/+228
* Merge 10.3 into 10.4Marko Mäkelä2019-02-169-54/+118
|\
| * Fix tests for innodb_checksum_algorithm=strict_crc32Marko Mäkelä2019-02-169-54/+118
* | Merge branch '10.4' into bb-10.4-mdev16188bb-10.4-mdev16188Sergei Golubchik2019-02-1513-45/+126
|\ \
| * | A cleanup for MDEV-13916 Enforce check constraint on JSON typeAlexander Barkov2019-02-1512-45/+126
* | | Merge branch '10.4' into bb-10.4-mdev16188Igor Babaev2019-02-1526-288/+111
|\ \ \ | |/ /
| * | MDEV-18592 Warning if temp-file (with "#sql-" prefix) is missing during prepareVladislav Vaintroub2019-02-151-4/+6
| * | MDEV-18579 Assertion !ctx->online || num_fts_index == 0Marko Mäkelä2019-02-153-7/+18
| * | Merge 10.3 into 10.4Marko Mäkelä2019-02-157-145/+46
| |\ \ | | |/
| | * connect.xml.result fixed.Alexey Botchkov2019-02-131-1/+1
| | * hash (storage): hp_hashnr is localDaniel Black2019-02-132-2/+2
| | * heap: remove NEW_HASH_FUNCTIONDaniel Black2019-02-131-132/+0
| | * Fixed two bugs related to column level constraintsMonty2019-02-134-8/+55
| | * my_close: Don't retry on closeDaniel Black2019-02-131-4/+1
| | * Cleanup Item_func_sp::fix_fields()Sergey Vojtovich2019-02-131-5/+2
| | * Aggregate functions: only create list if args existDaniel Black2019-02-131-6/+8
| * | MDEV-18109: Galera 4: run galera_sr test suiteJan Lindström2019-02-1516-133/+42
* | | Merge branch '10.4' into bb-10.4-mdev16188Igor Babaev2019-02-143-97/+26
|\ \ \ | |/ /
| * | MDEV-15564: Fix bool/ibool type mismatchMarko Mäkelä2019-02-152-91/+26
| * | MDEV-15564: Fix the non-debug buildMarko Mäkelä2019-02-151-6/+0
* | | Merge branch '10.4' into bb-10.4-mdev16188Igor Babaev2019-02-14387-5409/+24668
|\ \ \ | |/ /
| * | MDEV-18549 Failing assertion: opt_no_lock during mariabackup --backupVladislav Vaintroub2019-02-141-2/+2
| * | MDEV-15564 Avoid table rebuild in ALTER TABLE on collation or charset changesMarko Mäkelä2019-02-1413-205/+2674
| * | cleanup: Account_optionsSergei Golubchik2019-02-144-122/+103
| * | MDEV-13095 Implement User Account lockingRobert Bindar2019-02-1411-5/+419