summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-1721-75/+71
| * | 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-1314-33/+116
| * | Fixed the bug mdev-13135.Igor Babaev2017-10-131-4/+17
| * | 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-131-1/+5
| * | MDEV-13530 VARBINARY doesn't convert to to BLOB for sizes 65533, 65534 and 65535Alexander Barkov2017-10-131-1/+12
| * | MDEV-13149 -- show function status now works with PAD_CHAR_TO_FULL_LENGTHVesa Pentti2017-10-101-0/+5
| * | MDEV-13972 crash in Item_func_sec_to_time::get_dateAlexander Barkov2017-10-101-3/+12
| * | MDEV-11819 NO_ZERO_IN_DATE: Incorrect generated column valueAlexander Barkov2017-10-061-1/+9
* | | Fix check_role_is_granted for embeddedVicențiu Ciorbaru2017-10-171-35/+39
* | | MDEV-13676: Field "create Procedure" is NULL, even if the the user has role w...Vicențiu Ciorbaru2017-10-113-1/+63
* | | MDEV-9886 Illegal mix of collations with a view comparing a field to a binary...Alexander Barkov2017-10-071-1/+3
* | | Fixed the bug mdev-11574.Igor Babaev2017-10-061-8/+31
* | | Fix compile with -DWITHOUT_DYNAMIC_PLUGINS on UnixVladislav Vaintroub2017-09-231-11/+2
* | | MDEV-13861 Assertion `0' failed in Protocol::end_statementSergei Golubchik2017-09-211-1/+2
* | | cleanup: TABLE_LIST::view_check_optionSergei Golubchik2017-09-211-17/+20
* | | MDEV-12290 Wrong timestamps in binary log causes replication issuesSachin Setiya2017-09-211-1/+3
* | | MDEV-13290: Assertion Assertion `!is_set() || (m_status == DA_OK_BULK && is_b...Sergei Golubchik2017-09-202-4/+29
* | | Merge branch 'bb-10.0-vicentiu' into 10.0Vicențiu Ciorbaru2017-09-203-9/+13
|\ \ \
| * | | Fix merge errorVicențiu Ciorbaru2017-09-191-2/+2
| * | | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-09-193-9/+13
| |\ \ \ | | |/ /
| | * | MDEV-11240: Server crashes in check_view_single_update or Assertion `derived-...Oleksandr Byelkin2017-08-161-2/+2
| | * | MDEV-13458: Wrong result for aggregate function with distinct clause when the...Varun Gupta2017-08-092-5/+9
* | | | MDEV-13290: Assertion Assertion `!is_set() || (m_status == DA_OK_BULK && is_b...Oleksandr Byelkin2017-09-191-0/+3
|/ / /
* | | MDEV-13685 Can not replay binary log due to Illegal mix of collations (latin1...Alexander Barkov2017-09-151-1/+4
* | | Merge branch 'bb-10.0-wlad' into 10.0Vladislav Vaintroub2017-09-091-40/+39
|\ \ \
| * | | Build improvements and cleanups.Vladislav Vaintroub2017-09-081-40/+39
* | | | Fix compiler warningsMarko Mäkelä2017-09-011-1/+1
|/ / /
* | | MDEV-13693 : Fix parameter passing to my_error.Vladislav Vaintroub2017-08-311-1/+1
* | | MDEV-13437 InnoDB fails to return error for XA COMMIT or XA ROLLBACK in read-...Andrei Elkin2017-08-292-9/+36
* | | MDEV-8960: Can't refer the same column twice in one ALTER TABLEJan Lindström2017-08-181-3/+42
* | | MDEV-12972 Random and Frequent SegfaultMonty2017-08-031-16/+6
* | | MDEV-9739 Assertion `m_status == DA_ERROR || m_status == DA_OK' failed in Dia...Sergei Golubchik2017-08-011-0/+3
* | | MDEV-8453 Alter table not returning engine errorsSergei Golubchik2017-08-012-34/+7
* | | MDEV-12915 ST_Centroid does not return the same result than MySQL.Alexey Botchkov2017-08-011-6/+21
* | | Fix purge_relay_logs post mergeVicențiu Ciorbaru2017-07-271-1/+0
* | | MYSQL_BIN_LOG::open/close must be under LOCK_logSergei Golubchik2017-07-271-2/+11
* | | move the error message where it belongsSergei Golubchik2017-07-271-1/+1
* | | memory leak: add a missing end_relay_log_info()Sergei Golubchik2017-07-271-0/+1