summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2017-07-0711-164/+269
|\ \ \ \ | |/ / /
| * | | after-merge fix for a7ed4644a6fSergei Golubchik2017-07-061-1/+0
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2017-07-0610-160/+232
| |\ \ \ | | |/ /
| | * | bugfix: long partition namesSergei Golubchik2017-07-063-134/+191
| | * | MDEV-10146: Wrong result (or questionable result and behavior) with aggregate...Oleksandr Byelkin2017-07-051-0/+7
| | * | sql_class: incorrect assignment in Security_context::destroyDaniel Black2017-07-041-1/+1
| | * | thread_group_close: release mutex in all branchesDaniel Black2017-07-031-6/+8
| | * | item_timefunc: identical operandsDaniel Black2017-07-031-1/+1
| * | | Fix for MDEV-9670 server_id mysteriously set to 0Andrei Elkin2017-07-021-3/+29
| * | | Fix for MDEV-13191. Assert for !is_set() when doing LOAD DATAMonty2017-07-021-1/+9
* | | | Fix warning discovered by ASANEugene Kosov2017-07-051-2/+5
* | | | Ensure that we have LOG_log locked when relay_log.close is calledMonty2017-07-031-2/+9
* | | | MDEV-8075: DROP TEMPORARY TABLE not marked as ddl, causing optimistic paralle...Kristian Nielsen2017-07-038-26/+74
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2017-06-303-1/+7
|\ \ \ \ | |/ / /