summaryrefslogtreecommitdiff
path: root/sql/table.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2mariadb-10.2.32Oleksandr Byelkin2020-05-081-0/+3
|\
| * MDEV-22180 Planner opens unnecessary tables when updated table is referenced ...Sergei Golubchik2020-05-061-0/+3
* | manual merge 10.1->10.2Andrei Elkin2019-11-111-0/+1
|\ \ | |/
| * MDEV-20519: Query plan regression with optimizer_use_condition_selectivity > 1Varun Gupta2019-11-071-0/+1
* | cleanup: on update default nowSergei Golubchik2019-09-031-1/+2
* | Part2: MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false...Alexander Barkov2019-09-031-1/+15
* | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-07-261-0/+24
|\ \ | |/
| * Merge branch '5.5' into 10.1Oleksandr Byelkin2019-07-251-0/+24
| |\
| | * MDEV-19421 Basic 3-way join queries are not parsed.Igor Babaev2019-07-111-0/+24
* | | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |\ \ | | |/
| | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-0/+1
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.1Sergei Golubchik2019-04-261-0/+1
| |\ \ | | |/
* | | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-151-7/+8
|\ \ \ | |/ /
| * | fix gcc 8 compiler warningsSergei Golubchik2019-03-141-7/+8
* | | MDEV-18083 ASAN heap-use-after-free in Field::set_warning_truncated_wrong_val...Sergei Golubchik2019-02-051-10/+0
* | | Merge 10.1 into 10.2Marko Mäkelä2019-02-021-1/+1
|\ \ \ | |/ /
| * | MDEV-14605 Changes to "ON UPDATE CURRENT_TIMESTAMP" fields are notAndrei Elkin2019-01-241-1/+5
* | | Fix the build after MDEV-17803Marko Mäkelä2019-01-241-2/+2
* | | Merge 10.1 into 10.2Marko Mäkelä2019-01-241-1/+1
|\ \ \ | |/ /
| * | merge 10.0 -> 10.1 to resolve MDEV-17803 conflicts.Andrei Elkin2019-01-231-1/+1
* | | MDEV-14576 Include full name of object in message about incorrect value for c...Alexey Botchkov2018-12-161-0/+10
* | | MDEV-17349 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergei Golubchik2018-11-041-1/+3
* | | MDEV-16980 Wrongly set tablename len while opening theThirunarayanan Balathandayuthapani2018-10-081-0/+2
* | | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-09-141-4/+21
|\ \ \ | |/ /
| * | Merge branch '11.0' into 10.1Oleksandr Byelkin2018-09-061-7/+52
| |\ \
| | * | MDEV-16465 Invalid (old?) table or database name or hang in ha_innobase::dele...Sergei Golubchik2018-09-041-4/+9
| | * | create a reusable function that tells what FK actions can writeSergei Golubchik2018-09-041-0/+1
| | * | extend prelocking to FK-accessed tablesSergei Golubchik2018-09-041-2/+4
| | * | cleanup: sp_head::add_used_tables_to_table_list()Sergei Golubchik2018-09-041-0/+22
| | * | cleanup: FOREIGN_KEY_INFOSergei Golubchik2018-09-041-2/+7
| | * | Merge branch '5.5' into 10.0bb-10.0-merge-sanjaOleksandr Byelkin2018-09-031-0/+10
| | |\ \ | | | |/
| | | * MDEV-16957: Server crashes in Field_iterator_natural_join::next upon 2nd exec...Oleksandr Byelkin2018-08-311-0/+10
* | | | MDEV-16473 WITH statement throws 'no database selected' errorSergei Golubchik2018-06-281-2/+1
* | | | This is another attempt to fix mdev-16473.Igor Babaev2018-06-281-1/+2
* | | | MDEV-15114 ASAN heap-use-after-free in mem_heap_dup or dfield_data_is_binary_...Monty2018-06-191-1/+6
* | | | Add PART_INDIRECT_KEY_FLAGMonty2018-06-191-1/+1
* | | | Fixed memory overrun in binlog_encryption.encrypted_masterMonty2018-05-261-1/+1
* | | | Merge 10.1 into 10.2Marko Mäkelä2018-04-241-4/+6
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2018-04-241-3/+6
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2018-04-201-3/+4
| | |\ \ | | | |/
| | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-04-191-3/+4
| | | |\
| | | | * BUG#26881798: SERVER EXITS WHEN PRIMARY KEY IN MYSQL.PROCKarthik Kamath2017-12-051-2/+3
| | | | * Updated/added copyright headersMurthy Narkedimilli2014-01-061-1/+1
| | | | * Bug#12328597 - MULTIPLE COUNT(DISTINCT) IN SAME SELECT FALSE Neeraj Bisht2013-05-131-0/+3
| | | | * Merge 5.1-security => 5.5-securityTor Didriksen2012-01-271-0/+1
| | | | |\
| | | | | * Bug#13580775 ASSERTION FAILED: RECORD_LENGTH == M_RECORD_LENGTHTor Didriksen2012-01-271-0/+1
| | | | * | Updated/added copyright headersKent Boortz2011-07-041-2/+2
| | | | |\ \
| | | | | * | BUG#11882110: UPDATE REPORTS ER_KEY_NOT_FOUND IF TABLE IS Jorgen Loland2011-06-161-2/+2