summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2018-04-2428-25/+317
|\
| * Merge 10.1 into 10.2Marko Mäkelä2018-04-2431-158/+432
| |\
| | * Merge 10.0 into 10.1Marko Mäkelä2018-04-2422-138/+384
| | |\
| | | * MDEV-15937 Assertion failure 'key->flags & 1' on ALTER TABLEMarko Mäkelä2018-04-232-0/+9
| | | * Merge branch '5.5' into 10.0Sergei Golubchik2018-04-2014-3/+228
| | | |\
| | | | * BUG#27216817: INNODB: FAILING ASSERTION: PREBUILT->TABLE->N_MYSQL_HANDLES_OPE...Sergei Golubchik2018-04-192-0/+52
| | | | * BUG#26881798: SERVER EXITS WHEN PRIMARY KEY IN MYSQL.PROC IS DROPPEDSergei Golubchik2018-04-192-0/+16
| | | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-04-191-1/+1
| | | | |\
| | | | | * BUG#27448061: MYSQLD--DEFAULTS-FILE TEST FAILS FOR NDB RELEASESPavan Naik2018-02-092-5/+8
| | | | | * Bug#26585560 - MYSQL DAEMON SHOULD CREATE ITS PID FILE ASShishir Jaiswal2017-12-021-1/+7
| | | | * | MDEV-14515 ifnull result depends on number of rows in joined tableIgor Babaev2018-04-162-2/+45
| | | | * | defaults-group-suffix in print_defaultsDaniel Black2018-04-131-0/+2
| | | | * | MDEV-14185 CREATE TEMPORARY TABLE AS SELECT causes error 1290 with read_only ...Alexey Botchkov2018-04-072-0/+17
| | | | * | MDEV-15624 Changing the default character set to utf8mb4 changes query evalua...Alexander Barkov2018-04-044-0/+95
| | | * | | MDEV-15456 Server crashes upon adding or dropping a partition in ALTER under ...Sergei Golubchik2018-04-204-0/+28
| | * | | | Merge pull request #713 from codership/MDEV-15948Jan Lindström2018-04-237-17/+46
| | |\ \ \ \
| | | * | | | MDEV-15948 Followup commitDaniele Sciascia2018-04-235-5/+13
| | | * | | | MDEV-15948 Fix error "Lost connection to MySQL server..." in test galera_sst_...Daniele Sciascia2018-04-203-13/+34
| | * | | | | MDEV-15929 Fix lock wait timeout on `SELECT @@GLOBAL.WSREP_ON`Daniele Sciascia2018-04-191-1/+0
| | |/ / / /
* | | | | | MDEV-14168 Unconditionally allow ALGORITHM=INPLACE for setting a column NOT NULLThirunarayanan Balathandayuthapani2018-04-244-16/+11
* | | | | | MDEV-15946 MEDIUMINT(N<8) creates a wrong data type on conversion to stringAlexander Barkov2018-04-234-32/+223
* | | | | | MDEV-13232: Assertion `(&(&share->intern_lock)->m_mutex)->count > 0 && pthrea...Oleksandr Byelkin2018-04-232-0/+29
* | | | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-2318-10/+132
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix test results after merge from 10.1Marko Mäkelä2018-04-233-0/+27
| * | | | | Fix an intermittent test failureMarko Mäkelä2018-04-212-0/+4
| * | | | | Merge 10.1 into 10.2Marko Mäkelä2018-04-2110-10/+50
| |\ \ \ \ \ | | |/ / / /
| | * | | | skip innodb-table-online,crypt tests if no encryption pluginSergei Golubchik2018-04-131-0/+3
| | * | | | MDEV-15672: encryption.innodb_encryption_filekeys - typo in I_S column name: ...Jan Lindström2018-04-131-3/+3
| | * | | | MDEV-15780 : Mariabackup with absolute paths in innodb_data_file_pathVladislav Vaintroub2018-04-123-0/+42
| | * | | | MDEV-12903: encryption.innodb_encryption_discard_import fails in buildbot wit...Jan Lindström2018-04-122-5/+24
| | * | | | Merge pull request #700 from codership/MDEV-15804Jan Lindström2018-04-113-4/+0
| | |\ \ \ \
| | | * | | | MDEV-15804 Fix and re-enable MTR test galera.pxc-421Daniele Sciascia2018-04-113-4/+0
| | * | | | | MDEV-15808 Fix and re-enable test galera.galera_gra_logDaniele Sciascia2018-04-113-4/+2
| | |/ / / /
| * | | | | MDEV-15611 Due to the failure of foreign key detection, Galera...Sachin Setiya2018-04-193-0/+51
* | | | | | MDEV-15957 Unexpected "Data too long" when doing CREATE..SELECT with stored funcAlexander Barkov2018-04-235-8/+505
* | | | | | MDEV-15960 Wrong data type on CREATE..SELECT char_or_enum_or_text_spvarAlexander Barkov2018-04-228-54/+190
* | | | | | MDEV-15940 Crash when using CURSOR with VALUES()Igor Babaev2018-04-212-0/+45
* | | | | | MDEV-15846: Sever crashed with MEDIAN() window functionVarun Gupta2018-04-212-0/+19
* | | | | | Adding more tests for IN/EXIST subqueries for better coverageAlexander Barkov2018-04-208-0/+937
* | | | | | MDEV-15926 MEDIUMINT returns wrong I_S attributesAlexander Barkov2018-04-205-18/+50
* | | | | | MDEV-15763 - VARCHAR(1) COMPRESSED crashes the serverSergey Vojtovich2018-04-202-0/+18
* | | | | | MDEV-15762 - VARCHAR(0) COMPRESSED crashes the serverSergey Vojtovich2018-04-202-0/+24
* | | | | | Buildbot fixesSachin Setiya2018-04-201-0/+1
* | | | | | MDEV-15902 Assertion `n < m_size' failed, sql_array.h:64:Igor Babaev2018-04-193-22/+52
* | | | | | MDEV-15167 Server crashes in in bitmap_bits_set upon REPAIR PARTITION...Sachin Setiya2018-04-192-0/+41
* | | | | | Merge 10.2 to 10.3Marko Mäkelä2018-04-198-126/+419
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-14377 innodb_zip.cmp_per_index failed in buildbot, result length mismatchThirunarayanan Balathandayuthapani2018-04-182-9/+14
| * | | | | MDEV-15826 Purge attempts to free BLOB page after BEGIN;INSERT;UPDATE;ROLLBACKThirunarayanan Balathandayuthapani2018-04-182-0/+27
| * | | | | MDEV-15894 Error, while using aggregated functions/window functions in anchor...Igor Babaev2018-04-172-0/+38
| * | | | | MDEV-15556 MariaDB crash with big_tables=1 and CTEIgor Babaev2018-04-162-2/+152