summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | MDEV-12634 after-merge test fix: Exercise row_merge_write(), row_merge_read()Marko Mäkelä2017-09-173-16/+16
| | * | | | Merge 10.1 into 10.2Marko Mäkelä2017-09-1734-834/+1342
| | |\ \ \ \ | | | |/ / /
| | | * | | Write proper tests for MDEV-12634: Uninitialised ROW_MERGE_RESERVE_SIZE bytesMarko Mäkelä2017-09-1613-152/+365
| | | * | | Clean up a directory to avoid a failure of another testMarko Mäkelä2017-09-161-0/+1
| | | * | | MDEV-13807 mariabackup --apply-log-only does generate redo log by performing ...Marko Mäkelä2017-09-164-0/+126
| | | * | | MDEV-10191 non convertible chars convert() resulted in Null instead "?" on Wi...Alexander Barkov2017-09-156-10/+47
| | | * | | MDEV-12634: Uninitialised ROW_MERGE_RESERVE_SIZE bytes written to tem…Jan Lindström2017-09-143-0/+127
| | * | | | add updated result file for MDEV-13802 test.Vladislav Vaintroub2017-09-151-0/+7
| | * | | | MDEV-13802 mariabackup --lock-ddl-per-table fails when table names contain ba...Vladislav Vaintroub2017-09-152-1/+9
| | * | | | MDEV-13626 Merge InnoDB test cases from MySQL 5.7 (part 2)Marko Mäkelä2017-09-145-29/+1784
* | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-09-142-0/+30
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-13686 EXCEPTION reserved keyword in SQL_MODE=oracle but not in Oracle it...Alexander Barkov2017-09-142-0/+30
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-1424-225/+448
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-1415-220/+104
| |\ \ \ \ \ | | |/ / / /
| | * | | | Remove the debug variables innodb_purge_stop_now, innodb_purge_run_nowMarko Mäkelä2017-09-139-196/+28
| | * | | | Do not require a debug non-embedded server in the testMarko Mäkelä2017-09-132-24/+47
| | * | | | MDEV-13707 Server in ORACLE mode crashes on ALTER with wrong DEFAULT clauseAlexander Barkov2017-09-132-0/+17
| | * | | | MDEV-13633 JSON_ARRAY() - bad output with some UTF8 characters.Alexey Botchkov2017-09-132-0/+12
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-09-139-5/+134
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-12877 Wrong result from JSON native function.Alexey Botchkov2017-09-122-0/+8
| | * | | | MDEV-12774 JSON_EXTRACT fails with some escaped unicode as key.Alexey Botchkov2017-09-122-0/+21
| | * | | | MDEV-13104 Json functions.Alexey Botchkov2017-09-122-0/+8
| | * | | | MDEV-13324 JSON_SET returns NULL instead of object.Alexey Botchkov2017-09-123-2/+9
| | * | | | MDEV-13138 JSON_OBJECT returns null with strings containing backticks.Alexey Botchkov2017-09-122-0/+12
| | * | | | MDEV-13716 point_big test fails in 10.2.Alexey Botchkov2017-09-121-2/+4
| | * | | | MDEV-12982 JSON_EXTRACT returns data for invalid JSON.Alexey Botchkov2017-09-122-0/+10
| | * | | | MDEV-13563 lock DDL for mariabackup in 10.2Vladislav Vaintroub2017-09-123-1/+17
| | * | | | MDEV-13436 PREPARE doesn't work as expected & throws errors but MySQL is work...Oleksandr Byelkin2017-09-112-0/+44
| * | | | | Fixed the bug mdev-13734.Igor Babaev2017-09-102-0/+32
| * | | | | Fixed the bug mdev-13710.Igor Babaev2017-09-092-0/+38
| * | | | | Fixed the bug mdev-13709.Igor Babaev2017-09-082-0/+140
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-0810-22/+404
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-0810-22/+404
| |\ \ \ \ \ | | |/ / / /
| | * | | | Adjust the imported innodb.alter_crash test for MariaDBMarko Mäkelä2017-09-083-25/+27
| | * | | | 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-081-15/+0
| | * | | | MDEV-13466 Implement --export option for MariaDB BackupVladislav Vaintroub2017-09-074-5/+24
* | | | | | Fixed monitor.test to handle statistics >= 10Monty2017-09-082-27/+21
* | | | | | MDEV-13732 User with SELECT privilege can ALTER sequenceMonty2017-09-082-0/+72
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-0711-62/+157
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-0711-62/+157
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.1 into 10.2Marko Mäkelä2017-09-071-1/+2
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.0 into 10.1Marko Mäkelä2017-09-071-1/+2
| | | |\ \ \ | | | | |/ /
| | | | * | Make the SEARCH_ABORT logic actually workMarko Mäkelä2017-09-071-1/+2
| | * | | | Merge 10.1 into 10.2Marko Mäkelä2017-09-066-60/+77
| | |\ \ \ \ | | | |/ / /
| | | * | | Follow-up to MDEV-13227: Shorten the testMarko Mäkelä2017-09-062-52/+12
| | | * | | Follow-up to MDEV-13227: Do not run unnecessary test combinationsMarko Mäkelä2017-09-062-3/+1
| | | * | | Merge 10.0 into 10.1Marko Mäkelä2017-09-061-5/+5
| | | |\ \ \ | | | | |/ /
| | | | * | Post-push for MDEV-13437Andrei Elkin2017-09-041-5/+5