summaryrefslogtreecommitdiff
path: root/storage/connect/filamdbf.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* - Fix variables used uninitializedOlivier Bertrand2013-12-281-7/+11
* - Add the DECIMAL data type (TYPE_DECIM)Olivier Bertrand2013-12-281-2/+2
* - Fix MDEV-5393 and MDEV-5434. It is a major update of ODBC catalog tablesOlivier Bertrand2013-12-161-1/+1
* MDEV-4243 [PATCH] Warnings/errors while compiling with clangSergei Golubchik2013-11-281-1/+2
* - Added table type PIVOTOlivier Bertrand2013-05-101-5/+2
* CONNECT engine fixes after 10.0 merge.Sergei Golubchik2013-04-191-1/+1
* - Make Tiny compatible with DBF tables.Olivier Bertrand2013-03-131-0/+1
* - Fix a bug on DBF file name such as 'x/y.dbf' leading to a crash on Insert.Olivier Bertrand2013-03-111-1/+2
* Bug fixed: Column charset were not handled on read.Olivier Bertrand2013-02-111-36/+38
* Fixing wrong sprintf() calls.Alexander Barkov2013-02-071-1/+1
* Fixing some of the compilation warnings.Alexander Barkov2013-02-071-1/+0
* - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-990/+990
* Introducing functions global_open() and global_fopen() for these purposes:Alexander Barkov2013-02-061-17/+12
* DBF type N is now BIGINT when length is > 10.Olivier Bertrand2013-01-311-4/+6
* Fix incorrect DBF type setting for SORT and BIGINT.Olivier Bertrand2013-01-311-2/+20
* Adding the CONNECT storage engine sources.Alexander Barkov2013-01-181-0/+975