summaryrefslogtreecommitdiff
path: root/sql/table.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11172: EXPLAIN shows non-sensical value for key_len with type=indexVarun Gupta2021-01-301-1/+1
* MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-081-19/+19
* MDEV-23033: All slaves crash once in ~24 hours and loop restart with signal 11Sujatha2021-01-041-1/+5
* MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-11-021-1/+2
* Merge 10.1 into 10.2Marko Mäkelä2020-08-101-3/+10
|\
| * Better comment about TABLE::maybe_nullSergei Petrunia2020-08-061-3/+10
* | MDEV-16039 Crash when selecting virtual columns generated using functions wit...Nikita Malyavin2020-07-211-0/+1
* | Merge 10.1 into 10.2Marko Mäkelä2020-06-011-6/+85
|\ \ | |/
| * Thread safe histograms loadingSergey Vojtovich2020-05-291-2/+14
| * Thread safe statistics loadingSergey Vojtovich2020-05-291-4/+71
* | Fixed deadlock with LOCK TABLES and ALTER TABLEMonty2020-05-231-1/+11
* | 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