summaryrefslogtreecommitdiff
path: root/storage/connect/tabmysql.cpp
Commit message (Expand)AuthorAgeFilesLines
* - 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/+6
* - Fix bug MDEV-5734Olivier Bertrand2014-02-271-3/+0
* This is a major update of CONNECT that goes from version 1.1 to 1.2Olivier Bertrand2014-02-031-1/+1
* - Add the DECIMAL data type (TYPE_DECIM)Olivier Bertrand2013-12-281-4/+7
* - Add support for unsigned numeric typesOlivier Bertrand2013-12-031-2/+7
* - Fix good recognition of MYSQL table column types.Olivier Bertrand2013-11-221-2/+9
* - Modify the way UPDATE and DELETE statements are sent to ODBCOlivier Bertrand2013-11-131-2/+52
* - Add (limited) UPDATE/DELETE support to MYSQL type CONNECT tablesOlivier Bertrand2013-11-111-129/+103
* - Move all enum AMT definitions in one place (plgdbsem.h)Olivier Bertrand2013-11-061-36/+99
* - Add test on MYSQL table self reference during CREATE TABLEOlivier Bertrand2013-10-271-12/+19
* - Implement the "exec source" feature for table type MYSQL.Olivier Bertrand2013-10-261-1/+211
* - Fix bug when closing some table typesOlivier Bertrand2013-10-111-12/+14
* - Fix the default length for DOUBLE to 255 (was 256, max is 255)Olivier Bertrand2013-10-021-0/+3
* - Implement the SERVID special columns. This imply modifying the wayOlivier Bertrand2013-08-091-16/+25
* - Fix length when TYPVAL::SetValue_char is called from MYSQLCOL::ReadColumn.Olivier Bertrand2013-07-261-1/+1
* - Fix potential bug in MYSQLCOL::WriteColumn: ShowValue was call withOlivier Bertrand2013-06-261-10/+9
* - Implemented: The use of Federated servers.Olivier Bertrand2013-06-161-59/+85
* - Fix setting default type to MYSQL->PROXY->DOS in some places where itOlivier Bertrand2013-05-241-1/+1
* - Changing CONNECT version number and dateOlivier Bertrand2013-05-221-0/+23
* - Commit merged and resolveOlivier Bertrand2013-05-191-3/+1
|\
| * Fixing warnings (mostly "no previous declaration")Alexander Barkov2013-05-131-3/+1
* | - Allowing views and queries as parameters for PROXY base tablesOlivier Bertrand2013-05-191-33/+152
|/
* - Fix inverted test on am in MYSQLDEF::DefineAMOlivier Bertrand2013-05-091-1/+1
* - Adding a loop test to prevent PROXY based table to loop when repointing on ...Olivier Bertrand2013-05-021-11/+22
* - Allow PROXY based tables to specify MySQL access parameters when theOlivier Bertrand2013-04-301-0/+8
* - Adding 3 new table types:Olivier Bertrand2013-04-291-4/+8
* - Add a new table option SEPINDEX (not used yet) and remove an unusedOlivier Bertrand2013-03-251-11/+11
* - Rewriting the VALUE classes as template classesOlivier Bertrand2013-02-271-1/+1
* - Catalog table: Use XFLD as Flag value instead of column index.Olivier Bertrand2013-02-251-7/+11
* - Add support to NULL values. This concern the MYSQLOlivier Bertrand2013-02-241-3/+8
* - Fix connect string wrongly used when zero lengthOlivier Bertrand2013-02-221-2/+2
* - Add the support of URL connection string fo MYSQL tablesOlivier Bertrand2013-02-221-8/+200
* - Update the MYSQL table handling to use only client API functions.Olivier Bertrand2013-02-201-8/+21
* All use of a character to represent table types orOlivier Bertrand2013-02-121-2/+2
* Bug fixed: Column charset were not handled on read.Olivier Bertrand2013-02-111-2/+29
* Put almost all function prototypes in header files that areOlivier Bertrand2013-02-091-248/+2
* Fixing some of the compilation warnings.Alexander Barkov2013-02-071-2/+4
* - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-1105/+1105
* Removing os2def.hAlexander Barkov2013-01-291-1/+0
* Adding an Olivier's changeset:Alexander Barkov2013-01-221-3/+13
* Adding the CONNECT storage engine sources.Alexander Barkov2013-01-181-0/+1096