summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2017-08-261-1/+1
|\
| * Merge branch '10.2' into bb-10.2-extSergei Golubchik2017-08-251-1/+1
| |\
| | * Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-1/+1
| | |\
| | | * MDEV-13179 main.errors fails with wrong errnoMonty2017-08-071-2/+2
| | | * MDEV-8075: DROP TEMPORARY TABLE not marked as ddl, causing optimistic paralle...Kristian Nielsen2017-07-031-0/+1
* | | | Optimize LEX_STRING comparisonsMichael Widenius2017-08-241-14/+14
* | | | Simplify test if we can use table in query cacheMichael Widenius2017-08-241-1/+1
* | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/ / /
* | | MDEV-13415 Wrap the code in sp.cc into a class Sp_handlerAlexander Barkov2017-07-311-2/+2
* | | MDEV-13020 Server crashes in Item_func_nextval::val_int...Monty2017-07-061-3/+7
* | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-07-041-1/+1
|\ \ \ | |/ /
* | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-06-211-2/+5
|\ \ \ | |/ /
| * | MDEV-13068 Crash in Item::split_sum_func2 with INSERT SELECT using window fun...Vicențiu Ciorbaru2017-06-201-2/+5
* | | Merge tag 'mariadb-10.2.6' into bb-10.2-extAlexander Barkov2017-05-261-2/+3
|\ \ \ | |/ /
| * | MDEV-12669 Circular foreign keys cause a loop and OOM upon LOCK TABLESergei Golubchik2017-05-081-2/+3
* | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-54/+53
* | | Removed complex and wrong set_name_for_rollback()Monty2017-04-191-19/+2
* | | MDEV-10139 Support for SEQUENCE objectsMonty2017-04-071-4/+17
* | | MDEV-10577 sql_mode=ORACLE: %TYPE in variable declarationsAlexander Barkov2017-04-051-0/+45
|/ /
* | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-1/+1
|\ \ | |/
| * Merge 10.0 into 10.1Marko Mäkelä2017-03-031-1/+1
| |\
| | * MDEV-11935: Queries in stored procedures with and EXISTS(SELECT * FROM VIEW) ...Oleksandr Byelkin2017-02-271-1/+1
| * | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-12/+4
| |\ \ | | |/
| | * Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-01-141-12/+4
| | |\
| | | * MDEV-11706 Assertion `is_stat_field || !table || (!table->write_set || bitmap...Sergei Golubchik2017-01-111-12/+4
* | | | MDEV-11363: Assertion `!derived->first_sel ect()->first_inner_unit() || deriv...Oleksandr Byelkin2017-03-091-1/+1
* | | | whitespace - fix indenting after commit 7450cb7f6Daniel Black2017-03-011-3/+3
* | | | cleanup: handler::key_readSergei Golubchik2017-02-131-1/+1
* | | | MDEV-11836 vcol.vcol_keys_myisam fails in buildbot and outsideSergei Golubchik2017-02-131-5/+6
* | | | MDEV-10201 Bad results for CREATE TABLE t1 (a INT DEFAULT b, b INT DEFAULT 4)Sergei Golubchik2017-02-131-2/+5
* | | | Fixed bug mdev-10773.Igor Babaev2017-01-281-0/+17
* | | | MDEV-11597 Assertion when doing select from virtual column with impossible valueMonty2017-01-111-8/+8
* | | | New simpler bugfix for UPDATE and virtual BLOBsMonty2017-01-111-8/+5
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-0/+1
|\ \ \ \ | |/ / /
| * | | MDEV-11152: wsrep_replicate_myisam: SELECT gets replicated using TONirbhay Choubey2016-11-021-8/+16
| * | | MDEV-10957: Assertion failure when dropping a myisam table with wsrep_replica...Nirbhay Choubey2016-11-021-0/+1
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-09-281-0/+1
| |\ \ \ | | |/ /
| | * | MDEV-10775 System table in InnoDB format allowed in MariaDB could lead to crashSergei Golubchik2016-09-231-0/+1
* | | | MDEV-11227 - mysqlimport -l doesn't issue UNLOCK TABLESSergey Vojtovich2016-12-211-7/+8
* | | | MDEV-11152: wsrep_replicate_myisam: SELECT gets replicatedNirbhay Choubey2016-12-191-8/+16
* | | | MDEV-10957: Assertion failure when dropping a myisam tableNirbhay Choubey2016-12-191-0/+1
* | | | rename Virtual_column_info::expr_itemSergei Golubchik2016-12-121-1/+1
* | | | extend prelocking to FK-accessed tablesSergei Golubchik2016-12-121-0/+65
* | | | bugfix: remove broken insert t values () optimizationSergei Golubchik2016-12-121-7/+2
* | | | cleanup: remove now-unused TABLE::merge_keysSergei Golubchik2016-12-121-5/+0
* | | | cleanup: TABLE::update_virtual_fieldsSergei Golubchik2016-12-121-4/+4
* | | | cleanup: update_virtual_fields()Sergei Golubchik2016-12-121-13/+4
* | | | cleanup: unused open_table_from_share() flagsSergei Golubchik2016-12-121-10/+4
* | | | MDEV-7660 - MySQL WL#6671 "Improve scalability by not using thr_lock.c locksSergey Vojtovich2016-11-031-0/+5
* | | | MDEV-9114: Bulk operations (Array binding)Oleksandr Byelkin2016-11-021-11/+15