summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | MDEV-17317 Add THD* parameter into Item::get_date() and stricter data type co...Alexander Barkov2018-09-281-1/+1
| * | | | | Merge 10.3 into 10.4Marko Mäkelä2018-09-111-1/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.2 into 10.3Marko Mäkelä2018-08-281-0/+3
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-16961 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergei Golubchik2018-08-221-0/+3
| | * | | | MDEV-17017 Explain for query using derived table specified withIgor Babaev2018-08-271-1/+1
| * | | | | Fixed c++11 narrowing errorSergey Vojtovich2018-09-091-1/+1
| * | | | | Enable C++11Sergey Vojtovich2018-09-091-3/+4
| * | | | | Merge 10.3 into 10.4Marko Mäkelä2018-08-161-6/+15
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-08-121-1/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-08-031-1/+1
| | | |\ \ \ | | | | |/ /
| | | | * | Fix gcc 7.3 compiler warnings.Oleksandr Byelkin2018-08-031-1/+1
| | * | | | Merge 10.2 into 10.3Marko Mäkelä2018-08-031-5/+14
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.1 into 10.2Marko Mäkelä2018-08-021-5/+14
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '10.0' into bb-10.1-mergebb-10.1-merge-sanjaOleksandr Byelkin2018-07-191-5/+14
| | | | |\ \ | | | | | |/
| | | | | * Merge branch '5.5' into bb-10.0-mergeOleksandr Byelkin2018-07-171-5/+14
| | | | | |\
| | | | | | * MDEV-16307: Incorrect results when using BNLH join instead of BNL join with v...Varun Gupta2018-07-101-2/+11
| | | | | | * Fixed MDEV-16512, crashing on re-execution of failing SPMichael Widenius2018-06-271-3/+3
* | | | | | | MDEV-16188: Use in-memory PK filters built from range index scansGalina Shalygina2018-09-281-0/+2
|/ / / / / /
* | | | | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-07-251-1/+11
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.2 into 10.3Marko Mäkelä2018-07-031-1/+11
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-16630: Ambiguous error message when check constraint matches table nameAnel Husakovic2018-07-011-1/+11
* | | | | | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-041-15/+19
* | | | | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-07-031-16/+118
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-18/+118
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-06-211-1/+12
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge remote-tracking branch 'origin/10.0' into 10.1Alexander Barkov2018-06-191-1/+2
| | | |\ \ \ | | | | |/ /
| | | | * | Merge remote-tracking branch 'origin/5.5' into 10.0Alexander Barkov2018-06-191-1/+2
| | | | |\ \ | | | | | |/
| | | | | * MDEV-15834 The code in TABLE_SHARE::init_from_binary_frm_image() is not safeAlexander Barkov2018-06-191-1/+5
| | | * | | fix compilation w/o partitioningSergei Golubchik2018-06-141-0/+2
| | | * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2018-06-121-0/+10
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2018-06-101-0/+2
| | | | |\ \ | | | | | |/
| | | | | * Catch of OOM situation.Oleksandr Byelkin2018-06-061-0/+2
| | | | * | MDEV-16374: Filtered shows 0 for materilization scan for a semi join, which m...Varun Gupta2018-06-091-0/+8
| | * | | | MDEV-15114 ASAN heap-use-after-free in mem_heap_dup or dfield_data_is_binary_...Monty2018-06-191-0/+48
| | * | | | Add PART_INDIRECT_KEY_FLAGMonty2018-06-191-17/+58
| * | | | | MDEV-16102 Wrong ER_DUP_ENTRY upon ADD UNIQUE KEY on versioned tableAleksey Midenkov2018-06-301-1/+4
* | | | | | MDEV-11361 Equal condition propagation does not work for DECIMAL and temporal...Alexander Barkov2018-06-081-1/+2
* | | | | | MDEV-16388 Replace member Item::fixed to virtual method is_fixed()Alexander Barkov2018-06-051-5/+5
* | | | | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-06-051-13/+7
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-16385 ROW SP variable is allowed in unexpected contextAlexander Barkov2018-06-051-13/+7
* | | | | | cleanup: ASSERT_COLUMN_MARKED_FOR_WRITE_OR_COMPUTEDSergei Golubchik2018-06-041-0/+18
* | | | | | cleanup: remove TABLE::vcol_setSergei Golubchik2018-06-041-70/+9
* | | | | | mysys: rename ME_xxx flags to match plugin apiSergei Golubchik2018-06-041-3/+3
* | | | | | mysys: remove dead ME_xxx flagsSergei Golubchik2018-06-041-1/+1
* | | | | | Merge branch '10.3' into 10.4Igor Babaev2018-06-031-109/+184
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.2 into 10.3Marko Mäkelä2018-05-291-43/+49
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.1 into 10.2Marko Mäkelä2018-05-291-0/+3
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-10679 Crash in performance schema and partitioning with discoveryMonty2018-05-261-0/+1
| | * | | | Fixed memory overrun in binlog_encryption.encrypted_masterMonty2018-05-261-3/+3
| | * | | | MDEV-15243 Crash with virtual fields and row based binary loggingMonty2018-05-241-42/+45