summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-13695: INTERSECT precedence is not in line with Oracle even in SQL_MODE=...bb-10.3-MDEV-13695Oleksandr Byelkin2018-04-243-1/+100
* Merge branch '10.3' into bb-10.3-MDEV-10814Oleksandr Byelkin2018-04-2412-122/+200
|\
| * MDEV-14168 Unconditionally allow ALGORITHM=INPLACE for setting a column NOT NULLThirunarayanan Balathandayuthapani2018-04-2412-122/+200
* | Merge branch 'grooverdan-10.2-MDEV-10814-dont-dump-query-cache' into bb-10.3-...Oleksandr Byelkin2018-04-242-1/+19
|\ \ | |/ |/|
| * Merge branch '10.2-MDEV-10814-dont-dump-query-cache' of https://github.com/gr...Oleksandr Byelkin2018-04-242-1/+19
| |\ |/ /
| * MDEV-10814: Don't coredump query cacheDaniel Black2018-02-262-2/+2
| * Merge branch '10.3' into 10.2-MDEV-10814-dont-dump-query-cacheDaniel Black2018-02-253935-155062/+289025
| |\
| * | MDEV-10814: Coredumps to exclude query cache (Linux)Daniel Black2017-11-212-1/+19
* | | MDEV-15946 MEDIUMINT(N<8) creates a wrong data type on conversion to stringAlexander Barkov2018-04-237-93/+420
* | | "AS OF" clean in Type_handlerAlexander Barkov2018-04-237-82/+12
* | | MDEV-13232: Assertion `(&(&share->intern_lock)->m_mutex)->count > 0 && pthrea...Oleksandr Byelkin2018-04-233-0/+32
* | | MDEV-15983 Reduce fil_system.mutex contention furtherMarko Mäkelä2018-04-2316-121/+115
* | | MDEV-12266 follow-up fix to MariabackupMarko Mäkelä2018-04-231-2/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2018-04-2331-73/+258
|\ \ \
| * | | Fix test results after merge from 10.1Marko Mäkelä2018-04-233-0/+27
| * | | MDEV-15374 Server hangs and aborts with long semaphore wait or assertion `len...Thirunarayanan Balathandayuthapani2018-04-232-18/+16
| * | | Fix an intermittent test failureMarko Mäkelä2018-04-212-0/+4
| * | | Merge 10.1 into 10.2Marko Mäkelä2018-04-2117-30/+140
| |\ \ \
| | * | | MDEV-13516: encryption.create_or_replace test fails in buildbot with InnoDB a...bb-10.1-MDEV-13516Jan Lindström2018-04-162-16/+32
| | * | | 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-12632: Source and destination overlap in memcpy, encryption.innodb-disca...Jan Lindström2018-04-132-2/+2
| | * | | MDEV-15580: Assertion `!lex->explain' failed in lex_start(THD*):Jan Lindström2018-04-131-1/+7
| | * | | MDEV-15779 - mariabackup incremental prepare fails on CIFS mount.Vladislav Vaintroub2018-04-121-4/+7
| | * | | MDEV-15780 : Mariabackup with absolute paths in innodb_data_file_pathVladislav Vaintroub2018-04-125-4/+86
| | * | | MDEV-12632: Source and destination overlap in memcpy, encryption.innodb-disca...Jan Lindström2018-04-122-8/+20
| | * | | MDEV-12903: encryption.innodb_encryption_discard_import fails in buildbot wit...Jan Lindström2018-04-122-5/+24
| | * | | Make mroonga respect -DWITHOUT_DYNAMIC_PLUGINS.Vladislav Vaintroub2018-04-111-0/+3
| | * | | 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
| | * | | | Merge pull request #699 from codership/MDEV-15808Jan Lindström2018-04-113-4/+2
| | |\ \ \ \
| | | * | | | MDEV-15808 Fix and re-enable test galera.galera_gra_logDaniele Sciascia2018-04-113-4/+2
| | | |/ / /
| * | | | | MyRocks: MDEV-15911: Reduce debug logging on default levels in error logSergei Petrunia2018-04-195-19/+40
| * | | | | MDEV-15611 Due to the failure of foreign key detection, Galera...Sachin Setiya2018-04-194-8/+57
* | | | | | MDEV-15957 Unexpected "Data too long" when doing CREATE..SELECT with stored funcAlexander Barkov2018-04-2314-52/+543
* | | | | | MDEV-15960 Wrong data type on CREATE..SELECT char_or_enum_or_text_spvarAlexander Barkov2018-04-229-55/+191
* | | | | | MDEV-15971 Split the code for CHARACTER_OCTET_LENGTH and CHARACTER_MAXIMUM_LE...Alexander Barkov2018-04-224-14/+73
* | | | | | MDEV-15940 Crash when using CURSOR with VALUES()Igor Babaev2018-04-213-1/+46
* | | | | | Quote 'rank' in test-ATIS so that it can be run with MySQL 8.0Monty2018-04-211-1/+1
* | | | | | 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
* | | | | | Fixed compiler warningSergey Vojtovich2018-04-201-1/+1
* | | | | | MDEV-15926 MEDIUMINT returns wrong I_S attributesAlexander Barkov2018-04-2011-95/+224
* | | | | | MDEV-15763 - VARCHAR(1) COMPRESSED crashes the serverSergey Vojtovich2018-04-203-1/+39
* | | | | | MDEV-15762 - VARCHAR(0) COMPRESSED crashes the serverSergey Vojtovich2018-04-203-8/+27
* | | | | | Buildbot fixesSachin Setiya2018-04-202-3/+7
* | | | | | MDEV-15902 Assertion `n < m_size' failed, sql_array.h:64:Igor Babaev2018-04-194-23/+54
* | | | | | MDEV-15167 Server crashes in in bitmap_bits_set upon REPAIR PARTITION...Sachin Setiya2018-04-193-0/+52
* | | | | | Merge 10.2 to 10.3Marko Mäkelä2018-04-1918-186/+633
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-14377 innodb_zip.cmp_per_index failed in buildbot, result length mismatchThirunarayanan Balathandayuthapani2018-04-182-9/+14