summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into HEAD10.4-MDEV-17520Marko Mäkelä2018-11-30138-2076/+69
|\
| * Merge 10.3 into 10.4Marko Mäkelä2018-11-301-9/+13
| |\
| | * MDEV-17881 Assertion failure in cmp_dtuple_rec_with_match_bytes after instant...Marko Mäkelä2018-11-301-9/+13
| * | Merge 10.3 into 10.4Marko Mäkelä2018-11-30139-2069/+56
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2018-11-30143-2092/+59
| | |\
| | | * Fix xtrabackup SST tests by using innodb-safe-truncate=OFF.Jan Lindström2018-11-2911-10/+62
| | | * Remove some unnecessary InnoDB #includeMarko Mäkelä2018-11-29119-275/+34
| | | * MDEV-17859: Clean up the FOREIGN KEY handlingMarko Mäkelä2018-11-294-147/+24
* | | | Adjust btr_assert_not_corrupted()Marko Mäkelä2018-11-302-6/+8
* | | | Define rec_copy_prefix_to_buf() in a less hacky wayMarko Mäkelä2018-11-304-48/+41
* | | | Fix btr_pcur store and restoreMarko Mäkelä2018-11-294-82/+135
* | | | Fix the insert of the metadata recordMarko Mäkelä2018-11-291-8/+12
* | | | Minor fixesMarko Mäkelä2018-11-292-4/+4
* | | | Introduce dict_index_t::was_not_null()Marko Mäkelä2018-11-284-98/+91
* | | | Introduce dict_col_t::was_not_null()Marko Mäkelä2018-11-2811-61/+74
* | | | Initial step at fixing read of old NOT NULL columnsMarko Mäkelä2018-11-281-3/+3
* | | | Merge 10.4 into HEADMarko Mäkelä2018-11-28161-1237/+8199
|\ \ \ \ | |/ / /
| * | | Merge dict_index_copy_rec_order_prefix() to its only callerMarko Mäkelä2018-11-283-58/+18
| * | | Merge 10.3 into 10.4Marko Mäkelä2018-11-287-14/+123
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2018-11-287-14/+123
| | |\ \ | | | |/
| | | * MDEV-17859 Operating system errors in file operations after failed CREATEMarko Mäkelä2018-11-284-14/+52
| | | * MDEV-13155: XA recovery not supported for RocksDBSergei Petrunia2018-11-283-0/+71
| * | | Making the test for MDEV-17854 independent from the host time zoneAlexander Barkov2018-11-282-1/+5
| * | | MDEV-17854 Assertion `decimals <= 6' failed in my_time_fraction_remainder on ...Alexander Barkov2018-11-283-1/+19
| * | | Merge 10.3 into 10.4Marko Mäkelä2018-11-2816-500/+267
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2018-11-2813-502/+264
| | |\ \ | | | |/
| | | * Remove unused mem_heap_allocatorMarko Mäkelä2018-11-281-99/+0
| | | * MDEV-17849 Undo tablespace truncation recovery fails to shrink fileMarko Mäkelä2018-11-277-388/+254
| | | * Remove the redundant variable fil_n_file_openedMarko Mäkelä2018-11-276-13/+3
| | | * MDEV-17851 Assertion failure srv_undo_tablespaces > 1Marko Mäkelä2018-11-271-5/+3
| | | * MDEV-17816: Follow-up fixMarko Mäkelä2018-11-261-2/+2
| | * | MDEV-17771: Add Galera ist and sst tests using mariabackupJan Lindström2018-11-274-1/+6
| * | | MDEV-15073: Generic UDAF parser code in server for windows functionsOleksandr Byelkin2018-11-2710-0/+386
| * | | MDEV-16715 Add accessors for Item_sum and Item_func_group_concat classesAlexander Barkov2018-11-271-1/+11
| * | | MDEV-16705 Add two accessors for multi_delete classAlexander Barkov2018-11-271-0/+4
| * | | MDEV-16725 Add accessor methods for classes in item_timefunc.hAlexander Barkov2018-11-271-0/+9
| * | | Fixing embedded tests for MDEV-16991Alexander Barkov2018-11-272-5/+5
| * | | Merge 10.3 into 10.4Marko Mäkelä2018-11-2668-274/+2589
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2018-11-263-0/+19
| | |\ \ | | | |/
| | | * MDEV-17831 TRUNCATE TABLE removes ROW_FORMAT=COMPRESSEDMarko Mäkelä2018-11-263-0/+19
| | * | Merge 10.2 into 10.3Marko Mäkelä2018-11-2643-185/+2465
| | |\ \ | | | |/
| | | * MDEV-17811: Add deprecation information for xtrabackupJan Lindström2018-11-261-0/+18
| | | * MDEV-17816 Crash in TRUNCATE TABLE when table creation failsMarko Mäkelä2018-11-266-34/+48
| | | * MDEV-14409 Assertion `page_rec_is_leaf(rec)' failed in lock_rec_validate_pageMarko Mäkelä2018-11-261-4/+9
| | | * MDEV-17804: Galera tests cause mysql_socket.h:738: inline_mysql_socket_send: ...Jan Lindström2018-11-222-5/+17
| | | * MDEV-17801: Galera test failure on galera_var_reject_queriesJan Lindström2018-11-225-9/+28
| | | * MDEV-15522: Change galera suite MTR tests to use mariabackup instead of xtrab...Jan Lindström2018-11-221-1/+2
| | | * MDEV-15522: Change galera suite MTR tests to use mariabackup instead of xtrab...Jan Lindström2018-11-221-0/+7
| | | * MDEV-17771: Add Galera ist and sst tests using mariabackupJan Lindström2018-11-228-8/+97
| | | * Merge remote-tracking branch 'origin/10.1' into 10.2Jan Lindström2018-11-2126-110/+2250
| | | |\