summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2bb-10.2-jplindstJan Lindström2017-09-1622-230/+572
* add updated result file for MDEV-13802 test.Vladislav Vaintroub2017-09-151-0/+7
* Field_varstring: Declare get_data() and get_length() as publicMarko Mäkelä2017-09-151-1/+1
* Remove the redundant function row_table_got_default_clust_index()Marko Mäkelä2017-09-154-35/+8
* MDEV-13802 mariabackup --lock-ddl-per-table fails when table names contain ba...Vladislav Vaintroub2017-09-154-32/+25
* mariabackup : Fix enumerate_ibd_files() to include .islVladislav Vaintroub2017-09-153-13/+10
* MW-394sjaakola2017-09-151-15/+0
* MW-394sjaakola2017-09-152-3/+14
* MW-394sjaakola2017-09-151-0/+6
* MDEV-13626 Merge InnoDB test cases from MySQL 5.7 (part 2)Marko Mäkelä2017-09-145-29/+1784
* Make compiler happy with the 'fall through' comments.Alexey Botchkov2017-09-141-3/+4
* Compiler warning avoided.Alexey Botchkov2017-09-141-1/+1
* Follow-up to MDEV-13563 mariabackup --lock-ddl-per-tableMarko Mäkelä2017-09-141-25/+15
* Fix one more warning for page_header_get_field()Marko Mäkelä2017-09-141-1/+1
* Fix warnings for page_header_get_field() comparisonsMarko Mäkelä2017-09-141-2/+2
* Fix a warning for a debug assertionMarko Mäkelä2017-09-141-1/+1
* Clean up the logging of virtual column values in table-rebuilding online ALTERMarko Mäkelä2017-09-134-132/+151
* Remove the debug variables innodb_purge_stop_now, innodb_purge_run_nowMarko Mäkelä2017-09-1310-256/+28
* Do not require a debug non-embedded server in the testMarko Mäkelä2017-09-132-24/+47
* Return uint16_t instead of ulintMarko Mäkelä2017-09-134-9/+7
* MDEV-13707 Server in ORACLE mode crashes on ALTER with wrong DEFAULT clauseAlexander Barkov2017-09-133-2/+19
* MDEV-13633 JSON_ARRAY() - bad output with some UTF8 characters.Alexey Botchkov2017-09-133-0/+14
* MDEV-12877 Wrong result from JSON native function.Alexey Botchkov2017-09-131-0/+3
* MDEV-12877 Wrong result from JSON native function.Alexey Botchkov2017-09-123-0/+9
* MDEV-12774 JSON_EXTRACT fails with some escaped unicode as key.Alexey Botchkov2017-09-122-0/+21
* MDEV-13786 compiler complains about uninitialized variable.Alexey Botchkov2017-09-121-1/+1
* MDEV-13104 Json functions.Alexey Botchkov2017-09-123-3/+22
* MDEV-13324 JSON_SET returns NULL instead of object.Alexey Botchkov2017-09-124-3/+14
* MDEV-13602: rocksdb.index_merge_rocksdb2 failed in buildbotSergei Petrunia2017-09-122-4/+12
* MDEV-13138 JSON_OBJECT returns null with strings containing backticks.Alexey Botchkov2017-09-123-1/+13
* MDEV-13318 Crash recovery failure after the server is killed during innodb_en...Marko Mäkelä2017-09-126-40/+46
* Relax a too strict debug assertion for Mariabackup --prepareMarko Mäkelä2017-09-121-0/+1
* MDEV-13716 point_big test fails in 10.2.Alexey Botchkov2017-09-122-3/+16
* MDEV-12982 JSON_EXTRACT returns data for invalid JSON.Alexey Botchkov2017-09-123-0/+14
* MDEV-13563 lock DDL for mariabackup in 10.2Vladislav Vaintroub2017-09-126-2/+136
* MDEV-13436 PREPARE doesn't work as expected & throws errors but MySQL is work...Oleksandr Byelkin2017-09-113-1/+45
* MDEV-13626 Merge InnoDB test cases from MySQL 5.7 (part 1)Marko Mäkelä2017-09-084-0/+384
|\
| * Adjust the imported innodb.alter_crash test for MariaDBMarko Mäkelä2017-09-084-25/+33
| * MDEV-13626 Merge InnoDB test cases from MySQL 5.7 (part 1)Marko Mäkelä2017-09-082-0/+376
|/
* Make a test more robustMarko Mäkelä2017-09-082-2/+2
* Windows : Fix MTR's misuse of servers --console parameterVladislav Vaintroub2017-09-082-18/+2
* MDEV-13466 Implement --export option for MariaDB BackupVladislav Vaintroub2017-09-077-539/+210
* Merge 10.1 into 10.2Marko Mäkelä2017-09-074-2/+5
|\
| * Merge 10.0 into 10.1Marko Mäkelä2017-09-074-2/+5
| |\
| | * MDEV-13253 After rebuilding redo logs, InnoDB can leak data from redo log bufferMarko Mäkelä2017-09-072-0/+2
| | * Make the SEARCH_ABORT logic actually workMarko Mäkelä2017-09-071-1/+2
| | * Follow-up to MDEV-13103: Do not add __attribute__((nonnull))Marko Mäkelä2017-09-071-1/+1
* | | Fix a typo to silence -Wimplicit-fallthroughMarko Mäkelä2017-09-061-2/+1
* | | Merge 10.1 into 10.2Marko Mäkelä2017-09-0633-239/+214
|\ \ \ | |/ /
| * | Follow-up to MDEV-13227: Shorten the testMarko Mäkelä2017-09-062-52/+12