summaryrefslogtreecommitdiff
path: root/storage/connect/tabodbc.cpp
Commit message (Expand)AuthorAgeFilesLines
* - Add a new CONNECT global variable allowing to tell whether or notOlivier Bertrand2014-08-221-3/+4
* This is a major update that fixes most of the issues and bugs thatOlivier Bertrand2014-08-071-1/+2
* This commit brings many changes, in particular two important ones:Olivier Bertrand2014-07-171-31/+57
* Merge 10.0 -> 10.0-connectAlexander Barkov2014-04-211-1/+1
|\
* | - Implement "remote" index (similar to FEDERATED ones) for MYSQL tables.Olivier Bertrand2014-04-191-2/+2
* | - In info, the file length sometimes could not be caculated because theOlivier Bertrand2014-04-141-15/+15
|/
* - FIX PIVOT bug MDEV-5869 caused by using fop (field option ptr) when NULL.Olivier Bertrand2014-03-181-1/+1
* - NOTE: an experimental implementation of MRR was done but not keptOlivier Bertrand2014-03-101-7/+7
* - Add the DECIMAL data type (TYPE_DECIM)Olivier Bertrand2013-12-281-45/+72
* - Fix MDEV-5393 and MDEV-5434. It is a major update of ODBC catalog tablesOlivier Bertrand2013-12-161-19/+22
* - Raise the limit on returned lines for table ODBC catalog tablesOlivier Bertrand2013-12-061-1/+1
* - Fix gcc compilation warningsOlivier Bertrand2013-11-261-1/+1
* - Modify the way UPDATE and DELETE statements are sent to ODBCOlivier Bertrand2013-11-131-4/+58
* - Add (limited) UPDATE/DELETE support to MYSQL type CONNECT tablesOlivier Bertrand2013-11-111-1/+1
* - Add (limited) support for UPDATE and DELETE to ODBC tablesOlivier Bertrand2013-11-111-63/+123
* - BUG fixed: When updating, to avoid skipped update, force the tableOlivier Bertrand2013-11-091-1/+39
* - Move all enum AMT definitions in one place (plgdbsem.h)Olivier Bertrand2013-11-061-35/+37
* - Add new features to ODBC table typeOlivier Bertrand2013-10-261-5/+7
* - Commit merged file (on Linux)Olivier Bertrand2013-10-111-46/+368
|\
| * - Fix bug when closing some table typesOlivier Bertrand2013-10-111-46/+365
|/
* Fixing numerous "variable is set but never used" warnings.Alexander Barkov2013-07-081-3/+3
* Connect: fixing non thread-safe code.Alexander Barkov2013-05-231-1/+1
* Fixing compiler warnings ("no previous declaration for ...")Alexander Barkov2013-05-131-1/+0
* - Add a new table option SEPINDEX (not used yet) and remove an unusedOlivier Bertrand2013-03-251-8/+8
* - Rewriting the VALUE classes as template classesOlivier Bertrand2013-02-271-1/+1
* - Add support to NULL values. This concern the MYSQLOlivier Bertrand2013-02-241-1/+5
* Put trace in ODBC source filesOlivier Bertrand2013-02-151-14/+13
* Fix a typo that caused CONNECT to crash on ODBC catalog tablesOlivier Bertrand2013-02-141-1/+1
* All use of a character to represent table types orOlivier Bertrand2013-02-121-6/+7
* Fixing compilation problems on Unix:Alexander Barkov2013-02-111-0/+1
* Bug fixed: Column charset were not handled on read.Olivier Bertrand2013-02-111-230/+22
* Put almost all function prototypes in header files that areOlivier Bertrand2013-02-091-22/+73
* 1) Fix bug on strange sprintfOlivier Bertrand2013-02-081-3/+1
* 1) Fix bug on strange sprintfOlivier Bertrand2013-02-081-1112/+1114
|\
| * - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-1079/+1079
* | 1) Fix bug on strange sprintfOlivier Bertrand2013-02-081-43/+76
|/
* Make possible to get ODBC DataSources name and description by:Olivier Bertrand2013-02-051-8/+203
* Removing iconv dependency.Alexander Barkov2013-02-041-28/+19
* Adding an option to switch off ICONV support:Alexander Barkov2013-02-011-7/+7
* Compilation failed on Debian 32-bit.Alexander Barkov2013-01-291-1/+1
* Adding the CONNECT storage engine sources.Alexander Barkov2013-01-181-0/+893