summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove TYPE_ENUM_PROXY from enum stored_procedure_typeSergei Golubchik2020-03-103-6/+1
* bugfix: in long uniques don't check for duplicates more than onceSergei Golubchik2020-03-101-1/+1
* Bug#18913935: REMOVE SUPPORT FOR LINUXTHREADSJon Olav Hauglid2020-03-102-27/+1
* Fix a compilation bug for 64 bit windowsVarun Gupta2020-03-101-2/+3
* MDEV-21580: Fix clang -Winconsistent-missing-overrideMarko Mäkelä2020-03-101-10/+10
* MDEV-17832 Protocol: extensions for Pluggable types and JSON, GEOMETRYAlexander Barkov2020-03-1011-3/+171
* Fixing a compilation failure on windowsVarun Gupta2020-03-101-3/+28
* MDEV-21580: Allow packed sort keys in sort bufferVarun Gupta2020-03-1015-279/+1505
* MDEV-20632: Recursive CTE cycle detection using CYCLE clause (nonstandard)Oleksandr Byelkin2020-03-1013-136/+307
* MDEV-21833 Make slave_run_triggers_for_rbr enforce triggers to run on slave, ...Oleksandr Byelkin2020-03-094-14/+19
* Fixed signed/unsigned error on WindowsSergey Vojtovich2020-03-091-1/+2
* MDEV-21659 XA rollback foreign_xid is allowed inside active XAAndrei Elkin2020-03-091-2/+29
* Attempt fixing build failure on WindowsSergey Vojtovich2020-03-091-2/+2
* MDEV-21856 - xid_t::formatID has to be constrained to 4 byte sizeSergey Vojtovich2020-03-091-1/+3
* Basic LEX::print function that supports UPDATEsSergei Petrunia2020-03-072-0/+65
* Provide a show_create_table_ex() functionSergei Petrunia2020-03-072-27/+62
* MDEV-21887: federatedx crashes on SELECT ... INTO query in select_handler codeSergei Petrunia2020-03-071-22/+4
* MDEV-20500: Bad error msg on disabling local infileRahul Anand2020-03-032-3/+7
* MDEV-21747 needless alter_ctx arg in prep_alter_part_table()Aleksey Midenkov2020-03-033-6/+3
* MDEV-7318 RENAME INDEXAleksey Midenkov2020-03-036-2/+75
* MDEV-16290 ALTER TABLE ... RENAME COLUMN syntaxAleksey Midenkov2020-03-035-34/+82
* MDEV-21766 - Forbid XID with empty 'gtrid'Sergey Vojtovich2020-02-281-0/+2
* MDEV-21704 Add a new JSON field "version_id" into mysql.global_priv.privAlexander Barkov2020-02-282-11/+65
* MDEV-21838: Add information about packed addon fields in ANALYZE FORMAT=JSON10.5-mdev21784-reg1-baseVarun Gupta2020-02-283-1/+39
* cleanup trailing wsSergey Vojtovich2020-02-271-1/+1
* MDEV-10569: Add RELEASE_ALL_LOCKS function. Implementing the SQLDaniel-Solo2020-02-273-28/+88
* Revert "MDEV-17554 Auto-create new partition for system versioned tables with...Sergei Golubchik2020-02-278-345/+43
* Compilation fixAleksey Midenkov2020-02-251-0/+1
* MDEV-17554 Auto-create new partition for system versioned tables with history...Aleksey Midenkov2020-02-258-43/+344
* Clarify, spelling for wsrep_strict_ddl description (#1447)Ian Gilfillan2020-02-171-1/+1
* MDEV-18650: Options deprecated in previous versions - multi_range_countVicențiu Ciorbaru2020-02-134-8/+3
* MDEV-18650: Options deprecated in previous versions - skip-bdbVicențiu Ciorbaru2020-02-132-3/+3
* MDEV-18650: Options deprecated in previous versions - thread_concurrencyVicențiu Ciorbaru2020-02-133-26/+8
* MDEV-18650: Options deprecated in previous versions - old_alter_tableVicențiu Ciorbaru2020-02-131-1/+3
* for every deprecated sysvar note a version when it happenedSergei Golubchik2020-02-131-11/+14
* Policy improvement for removed options and system variablesVicențiu Ciorbaru2020-02-132-2/+13
* MDEV-18650: Options deprecated in previous versions - storage_engineVicențiu Ciorbaru2020-02-131-2/+2
* MDEV-21665: Server crashes in my_qsort2 / Filesort_buffer::sort_bufferVarun Gupta2020-02-121-1/+2
* Merge branch '10.4' into 10.5Oleksandr Byelkin2020-02-1214-94/+204
|\
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2020-02-1114-94/+204
| |\
| | * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-02-103-5/+11
| | |\
| | | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-02-101-1/+0
| | | |\
| | | | * Merge branch '5.5' into 10.1Oleksandr Byelkin2020-02-101-1/+0
| | | | |\
| | | | | * Clean the comment for `table_f_c unt` parameterAnel Husakovic2020-01-291-1/+0
| | | * | | MDEV-16308 : protocol messed up sporadicallyVladislav Vaintroub2020-02-101-1/+0
| | | * | | MDEV-18027: Running out of file descriptors and eventual crashOleksandr Byelkin2020-02-051-3/+11
| | * | | | MDEV-21614 Wrong query results with optimizer_switch="split_materialized=on"Igor Babaev2020-02-071-1/+10
| | * | | | MDEV-20076: SHOW GRANTS does not quote role names properlybb-10.3-MDEV-20076Oleksandr Byelkin2020-02-051-53/+35
| | * | | | ha_partition: add comments, comment out unused member variablesSergei Petrunia2020-02-052-3/+90
| | * | | | MDEV-21195 INSERT chooses wrong partition for RANGE partitioning by DECIMAL c...Aleksey Midenkov2020-02-023-6/+26