summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Sergei Golubchik2017-08-1741-232/+513
|\
| * MDEV-8579 Expand system variable documentation=Ian Gilfillan2017-08-151-56/+147
| * MDEV-12863 No table can be created after second encryption plugin attempted t...Sergei Golubchik2017-08-081-6/+14
| * Merge branch '10.0' into 10.1Sergei Golubchik2017-08-0825-89/+200
| |\
| | * 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
| | * Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-07-2515-52/+115
| | |\
| | | * ensure that filename in COM_BINLOG_DUMP isn't too longSergei Golubchik2017-07-181-3/+6
| | | * MDEV-12646: Apply fixes found by Coverity static analysis toolDaniel Black2017-07-181-1/+1
| | | * BUG#25250768: WRITING ON A READ_ONLY=ON SERVER WITHOUT SUPER PRIVILEGESergei Golubchik2017-07-181-17/+9
| | | * Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2017-07-1811-28/+87
| | | |\
| | | | * Bug #24595639: INCORRECT BEHAVIOR IN QUERY WITH UNION ANDSreeharsha Ramanavarapu2017-05-242-2/+18
| | | | * Bug#16212207 - LOAD XML INFILE PERFORMANCE WITH INDENTEDShishir Jaiswal2017-05-231-1/+3
| | | | * Bug#16212207 - LOAD XML INFILE PERFORMANCE WITH INDENTEDShishir Jaiswal2017-05-161-1/+8
| | | | * BUG#25250768: WRITING ON A READ_ONLY=ON SERVER WITHOUT SUPERNisha Gopalakrishnan2017-04-071-3/+7
| | | | * BUG#24807826: UINT3KORR SHOULD STOP READING FOUR INSTEAD OFKarthik Kamath2017-03-101-1/+1
| | | | * BUG#24807826: UINT3KORR SHOULD STOP READING FOUR INSTEAD OFKarthik Kamath2017-03-092-12/+8
| | | | * Bug#24901077: RESET SLAVE ALL DOES NOT ALWAYS RESET SLAVESujatha Sivakumar2017-02-285-15/+56
| | | * | MDEV-11240: Server crashes in check_view_single_update or Assertion `derived-...Oleksandr Byelkin2017-07-181-1/+3
| | | * | MDEV-11205 UDF_ARGS "attribute_lengths" incorrect value.Alexey Botchkov2017-07-181-0/+2
| | | * | MDEV-12136 SELECT COUNT(DISTINCT) returns the wrong value when tmp_table_size...Sergei Golubchik2017-07-131-2/+6
| | | * | MDEV-12136 SELECT COUNT(DISTINCT) returns the wrong value when tmp_table_size...Sergei Golubchik2017-07-121-3/+3
| | | * | MDEV-12489 The select stmt may fail due to "having clause is ambiguous" unexp...Sergei Golubchik2017-07-121-1/+1
| | | * | compiler warningSergei Golubchik2017-07-121-1/+0
| | | * | MDEV-7826 Server crashes in Item_subselect::enumerate_field_refs_processorSergei Golubchik2017-07-121-1/+2
| | | * | MDEV-7339 Server crashes in Item_func_trig_cond::val_intSergei Golubchik2017-07-121-1/+2
| | * | | MDEV-13175 Adding a new enum value at the end of a list triggers a table rebuildSergei Golubchik2017-07-202-17/+14
| | * | | MDEV-13173 An RLIKE that previously worked on 10.0 now returns "Got error 'pc...Sergei Golubchik2017-07-205-7/+36
| | * | | MDEV-11896 thd_get_error_context_description race conditionSergei Golubchik2017-07-201-6/+4
| | * | | MDEV-12824 GCC 7 warning: this statement may fall through [-Wimplicit-fallthr...Sergei Golubchik2017-07-203-3/+5
| | * | | MDEV-12078 Using spatial index changes type from point to geometryAlexey Botchkov2017-07-111-0/+9
| * | | | Fixed compiler warningsMonty2017-08-072-1/+3
| * | | | MDEV-13179 main.errors fails with wrong errnoMonty2017-08-0721-94/+165
* | | | | MDEV-13535 Query on MyISAM table corrupts the tableSergei Golubchik2017-08-161-1/+1
* | | | | Fixed the bug mdev-13346.Igor Babaev2017-08-151-1/+6
* | | | | enable innodb tests for virtual indexed columns (sic!)Sergei Golubchik2017-08-142-5/+7
* | | | | MDEV-13435 Crash when selecting virtual columns generated using JSON functionsSergei Golubchik2017-08-141-8/+11
* | | | | MDEV-13375 back_log ignoredSergei Golubchik2017-08-141-2/+0
* | | | | MDEV-13313 JSON type alias is insufficiently compatibleSergei Golubchik2017-08-141-2/+5
* | | | | MDEV-11114 Cannot drop column referenced by CHECK constraintSergei Golubchik2017-08-141-0/+28
* | | | | small cleanupSergei Golubchik2017-08-141-15/+10
* | | | | MDEV-8659 Conflicting declaration is accepted: INT SIGNED ZEROFILLSergei Golubchik2017-08-141-12/+5
* | | | | InnoDB: test case to exploit a purge thread shutdown race conditionSergei Golubchik2017-08-141-0/+4
* | | | | fix a commentSergei Golubchik2017-08-141-1/+1