summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-14185 -- CREATE TEMPORARY TABLE AS SELECT causes error 1290 with read_on...bb-5.5-pentveVesa Pentti2018-01-122-1/+27
* Silence some -Wimplicit-fallthrough by proper spellingMarko Mäkelä2018-01-033-15/+15
* Follow-up to MDEV-14799: Remove bogus debug assertionsMarko Mäkelä2018-01-022-6/+0
* MDEV-14799 After UPDATE of indexed columns, old values will not be purged fro...Marko Mäkelä2018-01-026-4/+34
* MDEV-14309 MTR tests require perl-Env which is not always in the default inst...Sergei Golubchik2017-12-272-9/+4
* MDEV-10657: incorrect result returned with binary protocol (prepared statements)Oleksandr Byelkin2017-12-276-3/+96
* MDEV-12350: Heap corruption, overrun buffer, ASAN errors, server crash in my_...Varun Gupta2017-12-203-2/+56
* MDEV-14639: Fix unexpected end of line at 'Normal shutdown'Simon J Mudd2017-12-191-22/+22
* MDEV-14619: VIEW and GROUP_CONCATOleksandr Byelkin2017-12-173-1/+27
* MDEV-14596 Crash in INTERVAL(ROW(..),ROW(..))Alexander Barkov2017-12-084-0/+34
* Revert "Remove use of volatile in stored_field_cmp_to_item"Vicențiu Ciorbaru2017-12-061-2/+7
* Remove use of volatile in stored_field_cmp_to_itemDaniel Black2017-12-051-7/+2
* MDEV-10397: Server crashes in key_copy with join_cache_level > 2 and join on ...Varun Gupta2017-11-304-0/+48
* MDEV-13788 Server crash when issuing bad SQL partition syntaxAlexander Barkov2017-11-2011-20/+165
* MDEV-9663: InnoDB assertion failure: *cursor->index->name == TEMP_INDEX_PREFIXJan Lindström2017-11-162-2/+8
* MDEV-9663: InnoDB assertion failure: *cursor->index->name == TEMP_INDEX_PREFIXJan Lindström2017-11-162-0/+22
* Fixed bug MDEV-14368 Improper error for a grouping query thatIgor Babaev2017-11-113-1/+34
* MDEV-14337 mysqld_safe may suppress error messages with --log-output=fileSergei Golubchik2017-11-101-2/+2
* 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-12569 InnoDB suggests filing bugs at MySQL bug trackerMarko Mäkelä2017-10-2626-42/+42
* MDEV-14051 'Undo log record is too big.' error occurring in very narrow range...bb-5.5-markoMarko Mäkelä2017-10-246-4/+331
* bump the VERSIONDaniel Bartholomew2017-10-181-1/+1
* Bug#26361149 MYSQL SERVER CRASHES AT: COL IN(IFNULL(CONST, COL), NAME_CONST(...mariadb-5.5.58Sergei Golubchik2017-10-173-0/+15
* Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2017-10-1713-44/+84
|\
| * (no commit message)mysql-5.5.58mysql-builder@oracle.com2017-09-130-0/+0
| * Bug#26372491 - RCE THROUGH THE MISHANDLE OF BACKSLASHAnushree Prakash B2017-09-131-1/+4
| * Bug#26361149 MYSQL SERVER CRASHES AT: COL IN(IFNULL(CONST,Ajo Robert2017-08-241-1/+7
| * Bug#26482173: TLS CIPHER NEGOTIATION INCORRECTLY MATCHES ONArun Kuruvila2017-08-247-164/+182
| * 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-233-6/+34
| * Bug#24763131 LOCAL-INFILE DEFAULT SHOULD BE DISABLEDVenkatesh Duggirala2017-08-231-1/+0
| * Bug#26161247: MTR: --NOREORDER IS SEARCHING FOR TEST SCRIPT ONLY IN MAIN SUITEDeepa Dixit2017-07-251-12/+54
| * Merge branch 'mysql-5.5.57-release' into mysql-5.5Gipson Pulla2017-07-170-0/+0
| |\
| * | Bug#26400146 - 5.5 AND 5.6 DOCKER PACKAGES MISSING MYSQLCHECK UPGRADE NOT POS...Balasubramanian Kandasamy2017-07-071-1/+2
| * | Bug#26171638 MYSQL 5.5.57 - MSI COMMUNITY PACKAGES NOT GETTING INSTALLEDPiotr Obrzut2017-06-052-26/+31
| * | Bug#26171638 MYSQL 5.5.57 - MSI COMMUNITY PACKAGES NOT GETTING INSTALLEDPiotr Obrzut2017-06-021-31/+0
| * | Bug#26181622 MSI BUILD FAIL DUE TO DUPLICATED FILE IDPiotr Obrzut2017-06-011-7/+22
| * | Raise version number after cloning 5.5.57Balasubramanian Kandasamy2017-05-291-1/+1
* | | MDEV-13937 Aria engine: Internal Error 160 after partition handlingSergei Golubchik2017-10-173-1/+38
* | | MDEV-14056 DROP TEMPORARY TABLE IF EXISTS causes error 1290 with read_only op...Sergei Golubchik2017-10-173-25/+24
* | | MDEV-13912 Can't refer the same column twice in one ALTER TABLESergei Golubchik2017-10-173-3/+135
* | | MDEV-13440 mysql_install_db fails with hard-coded langdirSergei Golubchik2017-10-171-4/+4
* | | cleanup mysql_install_dbSergei Golubchik2017-10-172-23/+30
* | | MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-1753-124/+170
* | | Cleanup usage of DBUG_ASSERTS.Oleksandr Byelkin2017-10-131-2/+1
* | | MDEV-9619: Assertion `null_ref_table' failed in virtual table_map Item_direct...Oleksandr Byelkin2017-10-1316-33/+332
* | | Fixed the bug mdev-13135.Igor Babaev2017-10-133-4/+53
* | | MDEV-10892 - rpl.rpl_semi_sync_uninstall_plugin fails with Assertion `0' failureSergey Vojtovich2017-10-132-36/+26
* | | MDEV-9208: Function->Function->View = Mysqld segfault (Server crashes in Depe...Oleksandr Byelkin2017-10-133-1/+61