summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * 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-16385 ROW SP variable is allowed in unexpected contextAlexander Barkov2018-06-051-13/+7
* | | | | 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
* | | | | MDEV-16286 Killed CREATE SEQUENCE leaves sequence in unusable stateMonty2018-05-271-3/+0
* | | | | cleanup TABLE_LISTEugene Kosov2018-05-231-1/+4
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-05-171-5/+20
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-15461 Check Constraints with binary logging makes insert inconsistentMonty2018-05-151-3/+18
| * | | | MDEV-16090: Server crash in in Item_func_in::val_int or assertion `in_item'Galina Shalygina2018-05-121-2/+2
* | | | | MDEV-16094 Crash when using AS OF with a stored functionAlexander Barkov2018-05-151-14/+19
* | | | | Don't report errors from open_table() twiceMichael Widenius2018-05-141-1/+2
* | | | | MDEV-16024 transaction_registry.begin_timestamp is wrong for explicit transac...Aleksey Midenkov2018-05-121-3/+1
* | | | | MDEV-16010 Too many rows with AS OF point_in_the_past_or_NULLAleksey Midenkov2018-05-121-0/+6
* | | | | MDEV-15978 Add Feature_system_versioning status variableAleksey Midenkov2018-05-121-0/+1
* | | | | versioning: use @@timestampSergei Golubchik2018-05-121-6/+6
* | | | | cleanup: versioning style fixesSergei Golubchik2018-05-121-3/+3
* | | | | MDEV-14820 System versioning is applied incorrectly to CTEsSergei Golubchik2018-05-121-1/+41
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-05-111-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-15626 Assertion on update virtual column in partitioned tableSergei Golubchik2018-05-101-1/+1
* | | | | Add likely/unlikely to speed up executionMonty2018-05-071-18/+19
* | | | | Removed some old #if MYSQL_VERSIONMonty2018-04-261-11/+0
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-241-5/+18
|\ \ \ \ \ | |/ / / /
| * | | | Remove most 'register' use in C++Marko Mäkelä2018-04-241-2/+2
| * | | | Merge 10.1 into 10.2Marko Mäkelä2018-04-241-3/+16
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.0 into 10.1Marko Mäkelä2018-04-241-3/+13
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.0Sergei Golubchik2018-04-201-3/+13
| | | |\ \ | | | | |/
| | | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-04-191-3/+13
| | | | |\
| | | | | * BUG#26881798: SERVER EXITS WHEN PRIMARY KEY IN MYSQL.PROCKarthik Kamath2017-12-051-2/+14
| | | | | * (no commit message)Arun Kuruvila2016-11-281-22/+18
* | | | | | MDEV-15427 IB: TRX_ID based operations inside transaction generate historyAleksey Midenkov2018-04-101-3/+1
* | | | | | change lex_string_eq to return what it saysSergei Golubchik2018-04-101-5/+5
* | | | | | dead code - related to vtmdSergei Golubchik2018-04-101-35/+0
* | | | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-041-0/+9
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-15579 Crash in Item_field::used_tables() called byGalina Shalygina2018-04-031-0/+9
* | | | | | fix THD::system_time to follow, well, system timeSergei Golubchik2018-02-251-6/+6
* | | | | | cleanup: remove redundant vers_field->set_notnull();Sergei Golubchik2018-02-241-3/+0
* | | | | | create a reusable function that tells what FK actions can writeSergei Golubchik2018-02-241-0/+6
* | | | | | MDEV-14645: AS OF TIMESTAMP is misused as TRX_IDSergei Golubchik2018-02-241-22/+0
* | | | | | MDEV-15001 no tests for system_versioning_innodb_algorithm_simpleAleksey Midenkov2018-02-241-14/+28
* | | | | | PARTITION BY SYSTEM_TIME INTERVAL ...Sergei Golubchik2018-02-231-50/+0
* | | | | | Vers SQL: Refactoring: better init of vers_conditionsAleksey Midenkov2018-02-231-14/+54
* | | | | | MDEV-14789 Creating federated table on versioned table failsSergei Golubchik2018-02-231-0/+3
* | | | | | Fixed MDEV-14883 Usage of EXCEPT and INTERSECT in recursive CTEIgor Babaev2018-02-221-1/+0