summaryrefslogtreecommitdiff
path: root/storage/connect/tabutil.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.6 into 10.7Marko Mäkelä2022-07-271-8/+8
|\
| * Merge 10.5 into 10.6Marko Mäkelä2022-07-271-8/+8
| |\
| | * Merge 10.4 into 10.5Marko Mäkelä2022-07-271-8/+8
| | |\
| | | * Merge branch '10.3' into 10.4Oleksandr Byelkin2022-07-271-8/+8
| | | |\
| | | | * Use memory safe snprintf() in Connect EngineMikhail Chalov2022-07-261-8/+8
* | | | | refactor THD::raise_condition() familySergei Golubchik2021-10-261-2/+2
|/ / / /
* | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-021-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-1/+1
| | |\ \ | | | |/
| | | * Merge branch '10.2' into 10.3Oleksandr Byelkin2021-07-291-1/+1
| | | |\
| | | | * - Fix MDEV-25863 : Replace __WIN__ by _WIN32Olivier Bertrand2021-06-081-1/+1
* | | | | Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-05-191-1/+1
|/ / / /
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-04-211-1/+1
|\ \ \ \ | |/ / /
| * | | Fix all warnings given by UBSANMonty2021-04-201-1/+1
| |/ /
* | | Fix various spelling errorsOtto Kekäläinen2020-03-161-1/+1
* | | Merge 10.4 into 10.5Marko Mäkelä2019-12-161-2/+14
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-12-041-2/+14
| |\ \ | | |/
| | * =====================================================================Olivier Bertrand2019-11-161-2/+14
* | | Revert "MDEV-20342 Turn Field::flags from a member to a method"Alexander Barkov2019-08-141-2/+2
* | | MDEV-20342 Turn Field::flags from a member to a methodAlexander Barkov2019-08-141-2/+2
* | | MDEV-19897 Rename source code variable names from utf8 to utf8mb3Alexander Barkov2019-06-281-1/+1
|/ /
* | Merge branch '10.2' into 10.3Sergei Golubchik2018-08-121-1/+1
|\ \ | |/
| * - Fix MDEV-16672 Connect: Warnings with 10.0Olivier Bertrand2018-08-061-1/+1
* | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-281-4/+4
|\ \ | |/
| * - Use delayed load for the MongoDB C Drive on WindowsOlivier Bertrand2018-01-301-4/+4
* | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-301-2/+2
|\ \ | |/
| * - Fix a bug in TYPVAL<PSZ> compute causing it sometime not to be executedOlivier Bertrand2017-10-161-2/+2
* | Merge branch '10.2' into bb-10.2-extSergei Golubchik2017-09-231-2/+2
|\ \
| * | connect fixes after-mergeSergei Golubchik2017-09-201-2/+2
| * | Merge connect/10.0 into 10.0Vicențiu Ciorbaru2017-09-191-1/+2
* | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-201-1/+2
|\ \ \ | | |/ | |/|
| * | - Update version numberOlivier Bertrand2017-09-041-1/+2
| * | Fix gcc compiler warnings reported by SergeiOlivier Bertrand2017-05-231-5/+13
* | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-06-151-5/+13
|\ \ \ | | |/ | |/|
| * | Fix wrong value of JSON columnOlivier Bertrand2017-05-111-5/+13
| |/
* | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-2/+2
|/
* All changes made on 10.1Olivier Bertrand2017-02-161-11/+12
* - Fix MDEV-9239. Meanwhile, make all references to the database in XTAB SchemaOlivier Bertrand2016-01-091-8/+17
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-1/+1
* Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-091-4/+4
* - Fix bug on updating JSON expanded valuesOlivier Bertrand2015-05-011-7/+0
* - Fix Catalog JSON table crash when no JpathOlivier Bertrand2015-04-171-1/+0
* - Fix a bug that caused a crash when doing delete on a json table with wrong ...Olivier Bertrand2015-03-221-17/+3
* - Implement random access to ODBC tablesOlivier Bertrand2015-02-281-3/+7
* - Adding json udf's. Making the second version of json tables.Olivier Bertrand2015-02-111-0/+19
* - Modify the connect_type_conv and connect_conv_size variables.Olivier Bertrand2015-02-071-1/+3
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-1/+0
* This is a major update that fixes most of the issues and bugs thatOlivier Bertrand2014-08-071-0/+15
* This commit brings many changes, in particular two important ones:Olivier Bertrand2014-07-171-16/+13
* - Add support of partition tablesOlivier Bertrand2014-05-311-23/+100