summaryrefslogtreecommitdiff
path: root/storage/connect/filamdbf.cpp
Commit message (Expand)AuthorAgeFilesLines
* - 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