summaryrefslogtreecommitdiff
path: root/sql/handler.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Sergei Golubchik2019-03-151-1/+1
|\
| * fix gcc 8 compiler warningsSergei Golubchik2019-03-141-1/+1
* | MDEV-16849 Extending indexed VARCHAR column should be instantaneousThirunarayanan Balathandayuthapani2019-01-301-0/+5
* | Backport INFORMATION_SCHEMA.CHECK_CONSTRAINTSAnel Husakovic2019-01-161-0/+1
* | Merge branch '10.1' into 10.2mariadb-10.2.21Sergei Golubchik2018-12-301-3/+9
|\ \ | |/
| * Merge branch '10.0' into 10.1Sergei Golubchik2018-12-291-3/+9
| |\
| | * MDEV-17589: Stack-buffer-overflow with indexed varchar (utf8) fieldbb-10.0-varunVarun Gupta2018-12-191-3/+9
* | | MDEV-16429: Assertion `!table || (!table->read_set || bitmap_is_set(table->re...Nikita Malyavin2018-12-201-2/+2
* | | Merge 10.1 into 10.2Marko Mäkelä2018-08-031-2/+2
|\ \ \ | |/ /
| * | Fix -Wclass-memaccess in WSREP,InnoDB,XtraDBMarko Mäkelä2018-08-031-2/+2
* | | Merge 10.1 into 10.2Marko Mäkelä2018-06-261-1/+9
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2018-06-261-1/+9
| |\ \ | | |/
| | * MDEV-15242 Poor RBR update performance with partitioned tablesAndrei Elkin2018-06-251-1/+9
* | | Merge 10.1 into 10.2Marko Mäkelä2018-04-241-1/+1
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2018-04-241-1/+1
| |\ \ | | |/
| | * Merge branch '5.5' into 10.0Sergei Golubchik2018-04-201-1/+1
| | |\
* | | \ Merge 10.1 to 10.2Marko Mäkelä2017-12-191-0/+7
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-12-181-0/+7
| |\ \ \ | | |/ /
| | * | MDEV-14641 Incompatible key or row definition between the MariaDB .frm file a...Sergei Golubchik2017-12-181-0/+7
* | | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-3/+3
* | | | MDEV-13847 Allow ALTER TABLE…ADD SPATIAL INDEX…ALGORITHM=INPLACEMarko Mäkelä2017-09-201-4/+0
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-07-051-0/+14
|\ \ \ \ | |/ / /
| * | | MDEV-8075: DROP TEMPORARY TABLE not marked as ddl, causing optimistic paralle...Kristian Nielsen2017-07-031-0/+14
* | | | Remove the unnecessary method handlerton::release_temporary_latches()Marko Mäkelä2017-06-161-4/+0
* | | | MDEV-12293 Assertion `table->no_keyread || !table->covering_keys.is_set(tab->...Sergei Golubchik2017-04-301-3/+2
* | | | move rocksdb specific changes into rocksdbSergei Golubchik2017-03-311-1/+0
* | | | remove DB_TYPE_ROCKSDBSergei Golubchik2017-03-311-2/+1
* | | | Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocksSergei Petrunia2017-03-111-81/+97
|\ \ \ \
| * | | | Fix many -Wconversion warnings.Marko Mäkelä2017-03-071-78/+79
| * | | | cleanup: handler::key_readSergei Golubchik2017-02-131-9/+8
| * | | | MDEV-11836 vcol.vcol_keys_myisam fails in buildbot and outsideSergei Golubchik2017-02-131-1/+17
* | | | | MariaRocks port: Remove handler::init_with_fieldsSergei Petrunia2017-01-211-2/+0
* | | | | Merge branch '10.2' of github.com:MariaDB/server into 10.2-mariarocksSergei Petrunia2017-01-021-59/+66
|\ \ \ \ \ | |/ / / /
| * | | | cleanup: remove unused handler table flagSergei Golubchik2016-12-121-1/+1
| * | | | MDEV-5800 InnoDB support for indexed vcolsSergei Golubchik2016-12-121-38/+65
| * | | | cleanup: unused handler::check_if_supported_virtual_columns()Sergei Golubchik2016-12-121-12/+0
| * | | | cleanup: unused open_table_from_share() flagsSergei Golubchik2016-12-121-7/+0
| * | | | cleanup: extra_rec_buf_lengthSergei Golubchik2016-12-121-1/+0
* | | | | Merge remote-tracking branch 'mergetrees/merge-myrocks' into 10.2-mariarocksSergei Petrunia2017-01-011-1/+1
* | | | | MariaRocks port: Return correct value of HA_PRIMARY_KEY_IN_READ_INDEX flagSergei Petrunia2016-12-021-0/+2
* | | | | MariaRocks port: fix rocksdb.handler_basic testSergei Petrunia2016-10-301-1/+7
* | | | | MariaRocks port: temporarily disable gap lock checkingSergei Petrunia2016-10-191-0/+1
* | | | | MariaRocks: add DB_TYPE_ROCKSDB into legacy_db_type enumSergei Petrunia2016-10-091-1/+2
|/ / / /
* | | | Use sql_mode_t for sql_mode.Monty2016-10-051-0/+2
* | | | Merge branch '10.2' into bb-10.2-janSergei Golubchik2016-09-191-0/+1
|\ \ \ \
| * \ \ \ Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-0/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-0/+1
| | |\ \ \ | | | |/ /
| | | * | Added new status variables to make it easier to debug certain problems:Monty2016-08-211-0/+1
* | | | | misc after-merge changes:Sergei Golubchik2016-09-101-35/+0
* | | | | Merge InnoDB 5.7 from mysql-5.7.9.Jan Lindström2016-09-021-3/+35
|/ / / /