summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | bugfix: mysql_fix_privilege_tables table_schema=database()Sergei Golubchik2019-02-147-299/+139
| * | cleanup: reformatSergei Golubchik2019-02-142-25/+13
| * | bugfix: CREATE...SELECT lost COMMENT and VERSIONINGSergei Golubchik2019-02-143-0/+38
| * | cleanup: remove THD::query_start_timeval()Sergei Golubchik2019-02-142-5/+6
| * | Merge pull request #1185 from codership/10.4-wsrep_schema_cleanupJan Lindström2019-02-143-54/+46
| |\ \
| | * | Cleanup wsrep_schema and remove all references to wsrep_thd_poolDaniele Sciascia2019-02-143-54/+46
| * | | Merge pull request #1183 from codership/10.4-wsrep_debugJan Lindström2019-02-1416-33/+51
| |\ \ \
| | * | | WSREP debug log levels supportmkaruza2019-02-1316-33/+51
| * | | | Merge branch '10.4' into bb-10.4-mdev17096bb-10.4-mdev17096Igor Babaev2019-02-1349-197/+1022
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | MDEV-15563: Fix cmake -DPLUGIN_PERFSCHEMA=NOMarko Mäkelä2019-02-132-17/+31
| | * | | MDEV-13916 Enforce check constraint on JSON typeMonty2019-02-1310-18/+163
| | * | | MDEV-15563: Instant ROW_FORMAT=REDUNDANT column extensionMarko Mäkelä2019-02-1319-71/+697
| | * | | MDEV-15563: Instant VARCHAR extension for ROW_FORMAT=REDUNDANTMarko Mäkelä2019-02-135-4/+48
| | * | | MDEV-15563: Allow instant VARCHAR extension from <128 bytesMarko Mäkelä2019-02-133-4/+37
| | * | | MDEV-6111: Adjust a resultMarko Mäkelä2019-02-131-0/+2
| | |/ /
| | * | Merge pull request #1180 from codership/10.4-load-data-splittingJan Lindström2019-02-137-95/+43
| | |\ \
| | | * | Recorded galera_sr_load_data_splitting, galera_sr_load_dataTeemu Ollakka2019-02-123-2/+12
| | | * | Implement wsrep_load_data_splitting with streaming replicationTeemu Ollakka2019-02-124-93/+31
| | * | | MDEV-18564: Change wsrep_load_data_splitting off by defaultJan Lindström2019-02-137-8/+15
| | * | | Fix compilation on old gccVladislav Vaintroub2019-02-131-1/+1
| | * | | Merge pull request #1182 from grooverdan/10.4-friendlier-wsrep-messageJan Lindström2019-02-132-1/+7
| | |\ \ \
| | | * | | cmake-wsrep: friendly error message about missing wsrep_api.hDaniel Black2019-02-132-1/+7
| * | | | | MDEV-17096 Pushdown of simple derived tables to storage enginesIgor Babaev2019-02-131-1/+1