summaryrefslogtreecommitdiff
path: root/sql/sql_load.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30128 remove support for 5.1- replication eventsSergei Golubchik2023-02-051-20/+62
* different fix for MDEV-26778Sergei Golubchik2022-10-261-1/+0
* MDEV-29721 Inconsistency upon inserting history with visible period columnsSergei Golubchik2022-10-261-0/+1
* MDEV-26635 ROW_NUMBER is not 0 for errors not caused because of rowsSergei Golubchik2021-10-261-0/+1
* MDEV-16708: Unsupported commands for prepared statementsDmitry Shulga2021-06-171-0/+9
* cleanup: formattingSergei Golubchik2021-06-111-2/+2
* MDEV-25602 get rid of __WIN__ in favor of standard _WIN32Vladislav Vaintroub2021-06-061-1/+1
* MDEV-24089 support oracle syntax: rownumMonty2021-05-191-0/+1
* Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-05-191-1/+1
* Reduce usage of strlen()Monty2021-05-191-3/+3
* 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