summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-14346: incorrect result of intersect with ANY/ALL/IN subquerybb-10.2c-MDEV-14346Oleksandr Byelkin2017-11-104-0/+38
* MDEV-13723: Server crashes in ha_heap::find_unique_row or Assertion `0' faile...Oleksandr Byelkin2017-11-105-5/+31
* MDEV-11952 Oracle-style packages: stage#5Alexander Barkov2017-11-1075-278/+10529
* Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2017-11-09100-897/+1187
|\
| * Cleanup up after failed alter table in add_index_inplace_crashMonty2017-11-091-0/+10
| * Merge 10.1 into 10.2Marko Mäkelä2017-11-093-4/+23
| |\
| | * MDEV-14333 Mariabackup --apply-log-only crashes if incomplete transactions wi...Marko Mäkelä2017-11-093-6/+21
| * | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2017-11-0918-52/+191
| |\ \ | | |/
| | * Merge remote-tracking branch 'origin/10.0' into 10.1Alexander Barkov2017-11-0918-52/+190
| | |\
| | | * MDEV-14164: Unknown column error when adding aggregate to function in oracle ...Oleksandr Byelkin2017-11-0914-45/+153
| | | * MDEV-14116 INET6_NTOA output is set as null to varchar(39) variableAlexander Barkov2017-11-074-6/+37
| * | | Merge 10.1 into 10.2Marko Mäkelä2017-11-0814-9/+164
| |\ \ \ | | |/ /
| | * | Fix integer type mismatch in WSREP debug outputMarko Mäkelä2017-11-082-6/+8
| | * | MDEV-10728 test excluded from embedded testsVesa Pentti2017-11-071-0/+2
| | * | MDEV-8867 Wrong field type or metadata for COALESCE(bit_column, 1)Alexander Barkov2017-11-072-0/+43
| | * | Fix test caseVladislav Vaintroub2017-11-062-4/+6
| | * | Remove dead code for non-debug buildsMarko Mäkelä2017-11-062-0/+4
| | * | MDEV-12108 Fix backup for Innodb tables with DATA DIRECTORYVladislav Vaintroub2017-11-066-1/+82
| * | | MDEV-14320 main.subselect failed in buildbot, results mismatchAlexander Barkov2017-11-081-1/+1
| * | | Merge 10.1 into 10.2Marko Mäkelä2017-11-0751-798/+523
| |\ \ \ | | |/ /
| | * | Merge 10.0 into 10.1Marko Mäkelä2017-11-0617-234/+213
| | |\ \ | | | |/
| | | * MDEV-14140 IMPORT TABLESPACE must not go beyond FSP_FREE_LIMITMarko Mäkelä2017-11-068-348/+287
| | | * MDEV-10651, MDEV-14196 sys_vars.innodb_buffer_pool_* tests failElena Stepanova2017-11-057-55/+55
| | | * MDEV-14029 Server does not remove #sql*.frm files after crash during ALTER TABLEElena Stepanova2017-11-051-0/+5
| | | * MDEV-11864 main.view test uses CHECK PARTITION but does not check for the par...Elena Stepanova2017-11-051-0/+1
| | | * MDEV-13921 Audit log writes invalid SQL if single-line comments areAlexey Botchkov2017-11-033-5/+11
| | | * MDEV-13921 Audit log writes invalid SQL if single-line comments areAlexey Botchkov2017-11-033-22/+31
| | | * MDEV-11965 -Werror should not appear in released tarballsSergei Golubchik2017-11-021-3/+3
| | * | MDEV-13328 ALTER TABLE…DISCARD TABLESPACE takes a lot of timeMarko Mäkelä2017-11-0622-604/+185
| | * | Remove redundant function parametersMarko Mäkelä2017-11-062-74/+52
| | * | MDEV-10728 -- mysqlbinlog can't be input to mysql clientVesa Pentti2017-11-064-1/+8
| | * | MDEV-14132 InnoDB page corruptionMarko Mäkelä2017-11-062-6/+12
| | * | MDEV-14244 MariaDB fails to run with O_DIRECTMarko Mäkelä2017-11-062-12/+28
| | * | MDEV-13921 Audit log writes invalid SQL if single-line comments areAlexey Botchkov2017-11-033-5/+11
| | * | MDEV-13560 Copy all innodb undo tablespaces from the backup directory to dest...Vladislav Vaintroub2017-11-031-15/+17
| | * | MDEV-13921 Audit log writes invalid SQL if single-line comments areAlexey Botchkov2017-11-033-22/+31
| | * | MDEV-12633 Error from valgrind related to dd_frm_typeMonty2017-11-022-3/+21
| | * | MDEV-14221 Assertion `0' failed in Item::field_type_for_temporal_comparisonAlexander Barkov2017-11-023-0/+31
| * | | MDEV-14310 ALTER TABLE…ADD INDEX may corrupt the InnoDB system tablespaceMarko Mäkelä2017-11-071-16/+9
| * | | MDEV-14304 Unnecessary conditions in buf_page_get_gen()Marko Mäkelä2017-11-071-31/+2
| * | | MDEV-10817 CAST(MAX(DATE'2001-01-01') AS TIME) returns a wrong resultAlexander Barkov2017-11-075-0/+45
| * | | Test case for mdev-13753 CTE is not visible during view creationIgor Babaev2017-11-062-0/+38
| * | | Fixed mdev-14237 Server crash on query with regexp_substrIgor Babaev2017-11-053-4/+60
| * | | Fixed bugs: mdev-13780 CTE not found, mdev-14184 recursive CTE not foundIgor Babaev2017-11-055-7/+133
| * | | Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocksSergei Petrunia2017-11-0426-240/+434
| |\ \ \
| * | | | Make rocksdb.read_only_tx pass and enable itSergei Petrunia2017-11-024-9/+17
* | | | | Fixed failing test case as part of adding MAX_MEMORY_USEDMonty2017-11-091-4/+6
* | | | | Test cleanup for Monty's bce807f70fbd386fd70dee3161972cb3449531b1Alexander Barkov2017-11-092-3/+3
* | | | | Simple cleanupsMonty2017-11-052-7/+9
* | | | | Rename some errors that uses MySQL -> MariaDBMonty2017-11-059-47/+44