summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Fix of result code check by Monty's request.Oleksandr Byelkin2017-11-131-1/+2
* | | | | | MDEV-14346: incorrect result of intersect with ANY/ALL/IN subqueryOleksandr Byelkin2017-11-132-4/+16
* | | | | | MDEV-13723: Server crashes in ha_heap::find_unique_row or Assertion `0' faile...Oleksandr Byelkin2017-11-131-5/+5
* | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2017-11-0920-66/+155
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2017-11-0914-52/+83
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge remote-tracking branch 'origin/10.0' into 10.1Alexander Barkov2017-11-0914-52/+83
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-14164: Unknown column error when adding aggregate to function in oracle ...Oleksandr Byelkin2017-11-0912-45/+76
| | | * | | MDEV-14116 INET6_NTOA output is set as null to varchar(39) variableAlexander Barkov2017-11-072-6/+7
| | | | |/ | | | |/|
| * | | | MDEV-14320 main.subselect failed in buildbot, results mismatchAlexander Barkov2017-11-081-1/+1
| * | | | Merge 10.1 into 10.2Marko Mäkelä2017-11-073-3/+32
| |\ \ \ \ | | |/ / /
| | * | | 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-021-0/+11
| * | | | MDEV-10817 CAST(MAX(DATE'2001-01-01') AS TIME) returns a wrong resultAlexander Barkov2017-11-073-0/+20
| * | | | Fixed mdev-14237 Server crash on query with regexp_substrIgor Babaev2017-11-051-4/+2
| * | | | Fixed bugs: mdev-13780 CTE not found, mdev-14184 recursive CTE not foundIgor Babaev2017-11-051-7/+15
* | | | | Simple cleanupsMonty2017-11-052-7/+9
* | | | | Rename some errors that uses MySQL -> MariaDBMonty2017-11-054-35/+32
* | | | | Add more execution stages (commit, rollback, etc)Monty2017-11-0517-92/+134
* | | | | MDEV-14217 [db crash] Recursive CTE when SELECT includes new fieldAlexander Barkov2017-11-051-7/+11
* | | | | Remove an unused variableMarko Mäkelä2017-11-041-1/+0
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-11-033-77/+109
|\ \ \ \ \ | |/ / / /
| * | | | Fixed mdev-14093 Wrong result upon JOIN with INDEX with no rowsIgor Babaev2017-11-022-76/+108
| * | | | Fixed compiler warning and warning from valgrindMonty2017-11-021-1/+1
* | | | | MDEV-14269 errors.test fails with valgrind (Conditional jump or move depends ...Alexander Barkov2017-11-031-7/+23
* | | | | Fixed compiler warning and unitialized memory warningMonty2017-11-021-0/+2
* | | | | Reducing memory when using information schemaMonty2017-11-024-14/+37
* | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-11-014-8/+10
|\ \ \ \ \ | |/ / / /
| * | | | Write error message ebfore aborting if not all memory is releasedMonty2017-10-311-4/+4
| * | | | Updated help message for long_query_timeMonty2017-10-311-2/+2
| * | | | Fix a type mismatch introduced by the merge commit e0a1c745ec3ed1ec6c0375a2a6...Marko Mäkelä2017-10-301-1/+1
| * | | | Compiler warnings fixed.Alexey Botchkov2017-10-301-1/+3
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-3040-204/+381
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2017-10-252-4/+7
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.0 into 10.1Marko Mäkelä2017-10-242-4/+7
| | |\ \ \ | | | |/ /
| | | * | MDEV-13776 mysqld got signal 11 on delete returningIgor Babaev2017-10-231-1/+2
| | | * | MDEV-13607 MariaDB crash in fix_semijoin_strategies_for_picked_join_orderIgor Babaev2017-10-231-3/+5
| * | | | Fix a warning on Win64Vladislav Vaintroub2017-10-241-1/+1
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-2438-217/+380
| |\ \ \ \ | | |/ / /
| | * | | Various compier warningsSergei Golubchik2017-10-222-6/+2
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-2239-206/+346
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-1836-187/+269
| | | |\ \
| | | | * | Bug#26361149 MYSQL SERVER CRASHES AT: COL IN(IFNULL(CONST, COL), NAME_CONST(...mariadb-5.5.58Sergei Golubchik2017-10-171-0/+1
| | | | * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2017-10-176-34/+31
| | | | |\ \
| | | | | * | Bug#26361149 MYSQL SERVER CRASHES AT: COL IN(IFNULL(CONST,Ajo Robert2017-08-241-1/+7
| | | | | * | Bug#26390632: CREATE TABLE CAN CAUSE MYSQL TO EXIT.Nisha Gopalakrishnan2017-08-233-129/+204
| | | | | * | Bug#19875294 ASSERTION `SRC' FAILED IN MY_STRNXFRM_UNICODE (SIG 6 -STRINGS/CT...Tor Didriksen2017-08-231-6/+6
| | | | | * | Bug#24763131 LOCAL-INFILE DEFAULT SHOULD BE DISABLEDVenkatesh Duggirala2017-08-231-1/+0
| | | | * | | MDEV-13937 Aria engine: Internal Error 160 after partition handlingSergei Golubchik2017-10-171-1/+2
| | | | * | | MDEV-14056 DROP TEMPORARY TABLE IF EXISTS causes error 1290 with read_only op...Sergei Golubchik2017-10-171-25/+16
| | | | * | | MDEV-13912 Can't refer the same column twice in one ALTER TABLESergei Golubchik2017-10-171-3/+42