summaryrefslogtreecommitdiff
path: root/storage/connect/filamdbf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-311-1/+1
|\
| * Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-1/+1
| |\
| | * Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-261-1/+1
| | |\
| | | * Minimize unsafe C functions usage - replace strcat() and strcpy() (and strnca...Mikhail Chalov2023-01-201-1/+1
* | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-11-021-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-10-261-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-10-261-1/+1
| | |\ \ | | | |/
| | | * MDEV-29578 Fix CONNECT build warningsAndrew Hutchings2022-10-261-1/+1
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-07-271-23/+23
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-07-271-23/+23
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-07-271-23/+23
| | |\ \ | | | |/
| | | * Use memory safe snprintf() in Connect EngineMikhail Chalov2022-07-261-23/+23
* | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-021-5/+5
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-5/+5
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-5/+5
| | |\ \ | | | |/
| | | * - Fix MDEV-25863 : Replace __WIN__ by _WIN32Olivier Bertrand2021-06-081-5/+5
* | | | Fixed compiler warningsMonty2021-06-141-1/+2
|/ / /
* | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-08-041-52/+147
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-52/+147
| |\ \ | | |/
| | * Fix compile error for KVM. Modified filamdbf.cppOlivier Bertrand2020-07-131-1/+1
| | * - Fix MDEV-22561 Unable to access DBF inside a ZIP archiveOlivier Bertrand2020-07-131-52/+147
* | | Merge 10.4 into 10.5Marko Mäkelä2020-02-071-2/+2
|\ \ \ | |/ /
| * | Fixed compiler warnings from gcc 7.4.1Monty2020-01-291-1/+2
| |/
* | Fixed compiler warnings from connect engineMonty2019-08-231-1/+1
* | Fix compiler warnings GCC8Noel Kuntze2019-07-301-2/+3
|/
* compiler warnings (clang 4.0.1 on i386)Sergei Golubchik2018-09-041-2/+2
* Squashed commit of connect/10.0:Sergei Golubchik2018-04-261-6/+6
* Merge remote-tracking branch 'origin/10.0' into 10.0Vicențiu Ciorbaru2017-05-181-1/+3
|\
| * Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-1/+3
* | Fix wrong value of JSON columnOlivier Bertrand2017-05-111-3/+3
|/
* All changes made on 10.1Olivier Bertrand2017-02-161-2/+6
* Commit changes made for version 10.1Olivier Bertrand2017-01-171-4/+15
* - Working on MDEV-10525. Lrecl mismatch on DBF filesOlivier Bertrand2016-09-161-18/+68
* Commit merge resolved filesOlivier Bertrand2015-06-051-58/+0
* Commit merge resolved filesOlivier Bertrand2015-06-051-0/+58
|\
| * Fixing connect.dbf test failures on big endian machines.Alexander Barkov2015-05-071-24/+38
* | Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-5/+5
* | Make BIN table files more flexible with new column format.Olivier Bertrand2015-05-131-33/+41
* | Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-091-3/+3
* | Fix a bug in init_table_share that caused syntax error with Boolean options:Olivier Bertrand2015-05-071-9/+16
|/
* - Implement the NEWMSG and XMSG methodsOlivier Bertrand2014-11-151-2/+3
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-2/+0
* - Initialise min/max buffer to 0 to avoid valgrind complainingOlivier Bertrand2014-09-021-2/+2
* - Move DataPath from the MYCAT catalog to the ha_connect handler. IndeedOlivier Bertrand2014-08-231-2/+2
* - Add a new CONNECT global variable allowing to tell whether or notOlivier Bertrand2014-08-221-1/+1
* - Modifies the way indexed UPDATE/DELETE are sorted in order to executeOlivier Bertrand2014-08-161-5/+31
* This is a major update that fixes most of the issues and bugs thatOlivier Bertrand2014-08-071-12/+15
* This commit brings many changes, in particular two important ones:Olivier Bertrand2014-07-171-11/+11
* - Add support of partition tablesOlivier Bertrand2014-05-311-28/+30
* - FIX PIVOT bug MDEV-5869 caused by using fop (field option ptr) when NULL.Olivier Bertrand2014-03-181-10/+9