summaryrefslogtreecommitdiff
path: root/sql/table.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2019-09-061-2/+17
|\
| * Merge branch '10.3' into 10.4Sergei Golubchik2019-09-061-2/+17
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2019-09-041-1/+2
| | |\
| | | * cleanup: on update default nowSergei Golubchik2019-09-031-1/+2
| | * | Merge 10.2 (up to commit ef00ac4c86daf3294c46a45358da636763fb0049) into 10.3Alexander Barkov2019-09-041-1/+15
| | |\ \ | | | |/
| | | * Part2: MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false...Alexander Barkov2019-09-031-1/+15
* | | | MDEV-15777 Use inferred IS NOT NULL predicates in the range optimizerIgor Babaev2019-08-301-0/+7
* | | | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2019-08-131-0/+24
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-07-281-0/+24
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-07-261-0/+24
| | |\ \ | | | |/
| | | * 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
* | | | | | MDEV-19702 Refactor Bitmap<N> to be based on ulonglong, not on uint32Vladislav Vaintroub2019-06-191-3/+0
* | | | | | MDEV-19772 Add helper classes for ST_FIELD_INFOAlexander Barkov2019-06-161-80/+1
* | | | | | MDEV-19593 Split create_schema_table() into virtual methods in Type_handlerAlexander Barkov2019-05-251-2/+8
* | | | | | MDEV-19566 Remove Item::name related strlen() calls in constructors of some I...Alexander Barkov2019-05-231-0/+9
|/ / / / /
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ \ \ | | |/ / /
| | * | | 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.2' into 10.3Oleksandr Byelkin2019-05-121-0/+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
| | | |\ \ | | | | |/
* | | | | cleanup: replace a magic constant with a defineSergei Golubchik2019-05-181-0/+2
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-251-9/+0
|\ \ \ \ \ | |/ / / /
| * | | | cleanup TABLE_SHAREEugene Kosov2019-03-221-9/+0
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-201-7/+9
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-7/+9
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-151-7/+8
| | |\ \ \ | | | |/ /
| | | * | fix gcc 8 compiler warningsSergei Golubchik2019-03-141-7/+8
* | | | | MDEV-371 Unique Index for long columnsSachin2019-02-221-1/+16
* | | | | store string lengths in frm in 1-3 bytesSergei Golubchik2019-02-211-4/+2
* | | | | misc cleanupsSergei Golubchik2019-02-211-0/+5
* | | | | MDEV-16975 Application-time periods: ALTER TABLENikita Malyavin2019-02-211-0/+3
* | | | | MDEV-16974 Application-time periods: UPDATENikita Malyavin2019-02-211-1/+2
* | | | | MDEV-16973 Application-time periods: DELETENikita Malyavin2019-02-211-1/+19
* | | | | MDEV-17082 Application-time periods: CREATENikita Malyavin2019-02-211-7/+28
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-02-211-11/+1
|\ \ \ \ \ | |/ / / /
| * | | | dirty mergeOleksandr Byelkin2019-02-071-11/+1
| |\ \ \ \ | | |/ / /
| | * | | 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
* | | | | Merge branch '10.4' into bb-10.4-mdev16188Igor Babaev2019-02-141-0/+14
|\ \ \ \ \
| * | | | | MDEV-17096 Pushdown of simple derived tables to storage enginesIgor Babaev2019-02-121-0/+6
| * | | | | MDEV-17096 Pushdown of simple derived tables to storage enginesIgor Babaev2019-02-091-0/+1
| * | | | | Merge branch '10.4' into bb-10.4-mdev17096Igor Babaev2019-02-061-30/+56
| |\ \ \ \ \
| * | | | | | MDEV-17096 Pushdown of simple derived tables to storage enginesIgor Babaev2019-02-061-0/+7
* | | | | | | MDEV-16188 Introduced the notion of adjusted filter gain.Igor Babaev2019-02-141-1/+2