summaryrefslogtreecommitdiff
path: root/storage/connect/tabodbc.h
Commit message (Expand)AuthorAgeFilesLines
* This commit brings many changes, in particular two important ones:Olivier Bertrand2014-07-171-1/+2
* - Implement "remote" index (similar to FEDERATED ones) for MYSQL tables.Olivier Bertrand2014-04-191-0/+3
* - NOTE: an experimental implementation of MRR was done but not keptOlivier Bertrand2014-03-101-1/+0
* - Add the DECIMAL data type (TYPE_DECIM)Olivier Bertrand2013-12-281-6/+9
* - Fix MDEV-5393 and MDEV-5434. It is a major update of ODBC catalog tablesOlivier Bertrand2013-12-161-11/+17
* - Modify the way UPDATE and DELETE statements are sent to ODBCOlivier Bertrand2013-11-131-2/+3
* - Add (limited) support for UPDATE and DELETE to ODBC tablesOlivier Bertrand2013-11-111-4/+7
* - BUG fixed: When updating, to avoid skipped update, force the tableOlivier Bertrand2013-11-091-3/+4
* - Move all enum AMT definitions in one place (plgdbsem.h)Olivier Bertrand2013-11-061-5/+9
* - Fix bug when closing some table typesOlivier Bertrand2013-10-111-8/+85
* - Implement the SERVID special columns. This imply modifying the wayOlivier Bertrand2013-08-091-1/+2
* Bug fixed: Column charset were not handled on read.Olivier Bertrand2013-02-111-83/+18
* Put almost all function prototypes in header files that areOlivier Bertrand2013-02-091-4/+35
* 1) Fix bug on strange sprintfOlivier Bertrand2013-02-081-260/+259
|\
| * - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-225/+225
* | 1) Fix bug on strange sprintfOlivier Bertrand2013-02-081-7/+42
|/
* Make possible to get ODBC DataSources name and description by:Olivier Bertrand2013-02-051-4/+67
* Removing iconv dependency.Alexander Barkov2013-02-041-9/+1
* Adding an option to switch off ICONV support:Alexander Barkov2013-02-011-5/+5
* Adding the CONNECT storage engine sources.Alexander Barkov2013-01-181-0/+170