summaryrefslogtreecommitdiff
path: root/sql/sql_load.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/10.4' into 10.5Monty2020-07-031-2/+2
|\
| * Merge remote-tracking branch 'origin/10.3' into 10.4Monty2020-07-031-2/+2
| |\
| | * Fixed errors found by MSANMonty2020-07-021-2/+2
* | | Aria will now register it's transactionsMonty2020-05-231-2/+2
* | | Change THD->transaction to a pointer to enable multiple transactionsMonty2020-05-231-7/+7
* | | MDEV-22218 InnoDB: Failing assertion: node->pcur->rel_pos == BTR_PCUR_ON upon...Sergei Golubchik2020-04-121-1/+3
* | | forbid REPLACE/ODKU on tables containing WITHOUT OVERLAPSNikita Malyavin2020-03-311-0/+3
* | | cleanup: prepare "update_handler" for WITHOUT OVERLAPSSergei Golubchik2020-03-311-1/+1
* | | Improve update handler (long unique keys on blobs)Monty2020-03-241-4/+7
* | | MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-281-8/+8
|/ /
* | Merge 10.3 into 10.4Marko Mäkelä2019-11-011-1/+1
|\ \ | |/
| * Remove \n from DBUG_PRINT statementsMichael Widenius2019-10-211-1/+1
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ | |/
| * 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 10.3 into 10.4Marko Mäkelä2019-05-051-0/+7
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-04-271-0/+7
| |\ \ \ \ | | |/ / /
| | * | | MDEV-16240: Assertion `0' failed in row_sel_convert_mysql_key_to_innobasebb-10.2-MDEV-16240Oleksandr Byelkin2019-04-251-0/+7
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-04-041-1/+0
| | |\ \ \ | | | |/ /
| | | * | Fix clang -Wunused-private-fieldMarko Mäkelä2019-04-031-3/+1
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-03-191-19/+29
| |\ \ \ \ | | |/ / /
| | * | | Fixup MDEV-17262: Remove a unused variableMarko Mäkelä2019-03-181-1/+0
| | * | | MDEV-17262: mysql crashed on galera while node rejoined cluster (#895)sysprg2019-03-181-20/+35
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-061-2/+8
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-03-051-2/+8
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-03-041-2/+8
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.0' into 10.1Oleksandr Byelkin2019-03-011-2/+8
| | | |\ \
| | | | * \ Merge branch '5.5' into 10.0Oleksandr Byelkin2019-02-281-2/+8
| | | | |\ \ | | | | | |/
| | | | | * A cleanup in derived table handling: removing duplicate code from st_select_l...Alexander Barkov2019-02-281-1/+1
| | | | | * MDEV-15950: LOAD DATA INTO compex_view crashedVarun Gupta2019-01-301-0/+5
| | | | | * MDEV-15744: Assertion `derived->table' failed in mysql_derived_merge_for_insertVarun Gupta2019-01-291-2/+3
| | * | | | Backporting MDEV-15597 Add class Load_data_outvar and avoid using Item::STRIN...Alexander Barkov2019-02-231-224/+99
| | * | | | Backporting MDEV-15497 Wrong empty value in a GEOMETRY column on LOAD DATAAlexander Barkov2019-02-231-34/+6
| | * | | | Backporting MDEV-14628 Wrong autoinc value assigned by LOAD XML in the NO_AUT...Alexander Barkov2019-02-231-38/+9
* | | | | | Implement wsrep_load_data_splitting with streaming replicationTeemu Ollakka2019-02-121-33/+31
* | | | | | Galera4Brave Galera Crew2019-01-231-6/+5
* | | | | | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-041-3/+6
|/ / / / /
* | | | | MDEV-15645 Assertion `table->insert_values' failed in write_record upon REPLA...Eugene Kosov2018-06-301-7/+0
* | | | | MDEV-15965 Invisible columns and LOAD DATA don't work well together:... ER_WA...Sachin Setiya2018-05-151-0/+3
* | | | | Add likely/unlikely to speed up executionMonty2018-05-071-14/+14
* | | | | A cleanup for MDEV-15597: fixing compilation failure on 32-bit WindowsAlexander Barkov2018-03-201-1/+2
* | | | | MDEV-15597 Add class Load_data_outvar and avoid using Item::STRING_ITEM for I...Alexander Barkov2018-03-201-190/+96
* | | | | Adding "const" qualifier into a few methods and parameters in the LOAD codeAlexander Barkov2018-03-151-3/+3
* | | | | MDEV-15497 Wrong empty value in a GEOMETRY column on LOAD DATAAlexander Barkov2018-03-071-34/+6
* | | | | MDEV-15330 Server crash or assertion `table->insert_values' failure in write_...Sergei Golubchik2018-02-241-0/+7
* | | | | Make possible to use clang on Windows (clang-cl)Vladislav Vaintroub2018-02-201-2/+0
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-10/+12
|\ \ \ \ \
| * \ \ \ \ Merge 10.2 into bb-10.2-extMarko Mäkelä2018-02-151-10/+12
| |\ \ \ \ \ | | |/ / / /