summaryrefslogtreecommitdiff
path: root/storage/csv/ha_tina.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26635 ROW_NUMBER is not 0 for errors not caused because of rowsSergei Golubchik2021-10-261-0/+1
* Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-5/+4
|\
| * Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-5/+4
| |\
| | * MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-271-5/+4
* | | Changes needed for ColumnStore and insert cacheMonty2020-06-141-1/+2
* | | cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-3/+3
* | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-17/+37
* | | MDEV-20806 Federated does not work with INET6, returns NULL with warning ER_T...Alexander Barkov2019-10-121-12/+2
* | | MDEV-20790 CSV table with INET6 can be created and inserted into, but cannot ...Alexander Barkov2019-10-111-1/+11
* | | Revert "MDEV-20342 Turn Field::flags from a member to a method"Alexander Barkov2019-08-141-1/+1
* | | MDEV-20342 Turn Field::flags from a member to a methodAlexander Barkov2019-08-141-1/+1
* | | Merge 10.4 into 10.5Marko Mäkelä2019-08-131-1/+1
|\ \ \ | |/ /
| * | MDEV-19955 make argument of handler::ha_write_row() constEugene Kosov2019-07-051-1/+1
* | | MDEV-17709 Remove handlerton::stateRobert Bindar2019-06-061-1/+0
|/ /
* | 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 branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | Optimize flush tables with read lock (FTWRL) to not wait for select'sMonty2018-12-091-6/+22
* | | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-07-031-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2018-06-121-1/+1
| | |\ \
| | | * \ Merge branch '5.5' into 10.0Vicențiu Ciorbaru2018-06-121-1/+1
| | | |\ \ | | | | |/
| | | | * MDEV-16342 SHOW ENGINES: MyISAM description is uselessSergei Golubchik2018-06-111-1/+1
* | | | | mysys: rename ME_xxx flags to match plugin apiSergei Golubchik2018-06-041-2/+2
|/ / / /
* | | | Added name to MEM_ROOT for esier debuggingMonty2018-02-021-2/+2
* | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-06-151-13/+17
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-05-231-7/+8
| |\ \ \ | | |/ /
| | * | MDEV-6262 analyze the coverity report on mariadbSergei Golubchik2017-05-191-7/+8
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-05-191-6/+9
| |\ \ \ | | |/ /
| | * | MDEV-11883 MariaDB crashes with out-of-memory when query information_schemaSergei Golubchik2017-05-151-6/+9
* | | | Added "const" to new data for handler::update_row()Michael Widenius2017-04-181-2/+2
|/ / /
* | | MDEV-8682 - CSV engine does not properly process "", in quotesSergey Vojtovich2015-09-281-6/+34
* | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-1/+1
|/ /
* | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-2/+1
* | add all csv extensions to the ha_tina_exts[] arraySergei Golubchik2014-01-251-0/+1
* | MroongaSE: addint thd_autoinc and thd_error_context plugin servicesAlexander Barkov2013-12-121-2/+2
* | 10.0-monty mergeSergei Golubchik2013-07-211-2/+2
|\ \
| * | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-2/+2
* | | 10.0-base mergeSergei Golubchik2013-04-151-35/+14
|\ \ \ | |/ / |/| |
| * | 5.5 mergeSergei Golubchik2013-04-141-3/+3
| |\ \ | | |/
| | * MDEV-4243 Warnings/errors while compiling with clangSergei Golubchik2013-03-281-3/+3
| * | * move bas_ext from the handler to the handlertonSergei Golubchik2013-04-071-32/+11
* | | 10.0-base mergeSergei Golubchik2013-01-311-2/+2
|\ \ \ | |/ /
| * | cleanup: use MYF() for mysys flagsSergei Golubchik2013-01-231-2/+2
| * | MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-2/+2
| * | MDEV-452 Add full support for auto-initialized/updated timestamp and datetimeunknown2012-10-171-6/+0
| |/
* | fixes for test failuresSergei Golubchik2012-09-271-15/+6
* | Added support of thd->tx_read_onlyMichael Widenius2012-08-071-14/+0
|/
* mergeSergei Golubchik2012-04-071-3/+12
|\