summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2mariadb-10.2.21Sergei Golubchik2018-12-3012-5/+186
|\
| * Merge branch '10.0' into 10.1Sergei Golubchik2018-12-2912-5/+194
| |\
| | * MDEV-18041 Database corruption after renaming a prefix-indexed columnEugene Kosov2018-12-292-0/+34
| | * Merge branch '5.5' into 10.0Sergei Golubchik2018-12-202-5/+31
| | |\
| | | * MDEV-16987 - ALTER DATABASE possible in read-only modeSergey Vojtovich2018-12-132-0/+24
| | * | MDEV-17720 slave_ddl_exec_mode=IDEMPOTENT does not handle DROP DATABASESachin2018-12-192-0/+33
| | * | MDEV-17589: Stack-buffer-overflow with indexed varchar (utf8) fieldbb-10.0-varunVarun Gupta2018-12-192-0/+56
| | * | Backported MDEV-11196(e4d10e09cf31) and MDEV-10360(8a8ba1949bf4) to 10.0Varun Gupta2018-12-192-0/+201
| | * | MDEV-6453: Assertion `inited==NONE || (inited==RND && scan)' failed in handle...Varun Gupta2018-12-162-0/+35
* | | | Merge 10.1 into 10.2Marko Mäkelä2018-12-291-0/+4
|\ \ \ \ | |/ / /
| * | | MDEV-18105 Mariabackup fails to copy encrypted InnoDB system tablespace if LS...Marko Mäkelä2018-12-291-0/+4
* | | | Merge 10.1 into 10.2Marko Mäkelä2018-12-292-15/+18
|\ \ \ \ | |/ / /
| * | | MDEV-17470: Fix the test for --embeddedMarko Mäkelä2018-12-292-15/+16
* | | | Merge 10.1 into 10.2Marko Mäkelä2018-12-282-0/+52
|\ \ \ \ | |/ / /
| * | | MDEV-17470 Orphan temporary files after interrupted ALTER cause InnoDB: Opera...Eugene Kosov2018-12-282-0/+49
* | | | Add forgotten .opt file.mariadb-10.2.20Vladislav Vaintroub2018-12-211-0/+1
* | | | Updated list of unstable tests for 10.2.20Elena Stepanova2018-12-211-65/+49
* | | | Follow-up for MDEV-14576 - updated test resultElena Stepanova2018-12-211-2/+2
* | | | Add test for partial backup for partitioned table.Vladislav Vaintroub2018-12-212-0/+75
* | | | MDEV-14576 Include full name of object in message about incorrect value for c...Sergei Golubchik2018-12-216-128/+128
* | | | MDEV-18039 Assertion failed in btr_node_ptr_max_size for VARCHAR(0)Marko Mäkelä2018-12-212-2/+21
* | | | Merge 10.1 into 10.2Marko Mäkelä2018-12-2110-9/+32
|\ \ \ \ | |/ / /
| * | | Relax a too tight suppressionMarko Mäkelä2018-12-212-2/+2
| * | | Cleanup recent mariabackup validation patches.Vladislav Vaintroub2018-12-201-1/+7
| * | | MDEV-17975 Assertion `! is_set()' or `!is_set() || (m_status == DA_OK_BULK &&...Sergei Golubchik2018-12-202-0/+17
* | | | MDEV-17738 Server crashes in Item::delete_self on closing connection after un...Alexander Barkov2018-12-212-0/+139
* | | | MDEV-16110 ALTER with ALGORITHM=INPLACE breaks temporary table with virtual c...Sergei Golubchik2018-12-202-0/+30
* | | | MDEV-17755 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergei Golubchik2018-12-202-0/+34
* | | | MDEV-16903 Assertion `!auto_increment_field_not_null' failed in TABLE::init a...Sergei Golubchik2018-12-202-0/+22
* | | | correct table name in CHECK failures during ALTER TABLESergei Golubchik2018-12-202-4/+2
* | | | MDEV-17909 Problem by MariaDB Update 10.1.32 -> 10.2.19 (Incorrect informatio...Sergei Golubchik2018-12-208-0/+31
* | | | Merge 10.1 into 10.2Marko Mäkelä2018-12-193-11/+57
|\ \ \ \ | |/ / /
| * | | MDEV-18025: Improve test case and consistency checksMarko Mäkelä2018-12-193-11/+67
* | | | MDEV-15424: Unreasonable SQL Error (1356) on select from viewVarun Gupta2018-12-194-0/+58
* | | | Merge 10.1 into 10.2Marko Mäkelä2018-12-1811-0/+122
|\ \ \ \ | |/ / /
| * | | MDEV-18025: Apply the fix to XtraDB and adjust testsMarko Mäkelä2018-12-186-0/+6
| * | | MDEV-18025 Mariabackup fails to detect corrupted page_compressed=1 tablesThirunarayanan Balathandayuthapani2018-12-185-0/+111
* | | | Merge 10.1 into 10.2Marko Mäkelä2018-12-178-33/+13
|\ \ \ \ | |/ / /
| * | | Follow-up to MDEV-12112: corruption in encrypted table may be overlookedMarko Mäkelä2018-12-172-7/+5
| * | | Merge pull request #1026 from codership/10.1-galera-defaultsJan Lindström2018-12-172-24/+0
| |\ \ \
| | * | | Remove provider defaults check from 'galera_defaults' MTR testAlexey Yurchenko2018-12-142-24/+0
| * | | | MDEV-18021: Galera test galera_sst_mariabackup_table_options fails if AES_CTR...Jan Lindström2018-12-171-2/+2
| * | | | MDEV-17771: Add Galera ist and sst tests using mariabackupJan Lindström2018-12-173-0/+6
| |/ / /
* | | | MDEV-17676: Assertion `inited==NONE || (inited==RND && scan)' failed in handl...Varun Gupta2018-12-172-0/+24
* | | | MDEV-14576 Include full name of object in message about incorrect value for c...Alexey Botchkov2018-12-162-1/+2
* | | | MDEV-14576 Include full name of object in message about incorrect value for c...Alexey Botchkov2018-12-1674-1347/+1347
* | | | MDEV-14975 mariabackup starts with unprivileged user.Vladislav Vaintroub2018-12-142-0/+35
* | | | Merge 10.1 into 10.2Marko Mäkelä2018-12-143-0/+63
|\ \ \ \ | |/ / /
| * | | MDEV-12112 corruption in encrypted table may be overlookedMarko Mäkelä2018-12-143-0/+63
* | | | MDEV-17958: Make innochecksum follow the build optionMarko Mäkelä2018-12-1411-1292/+0