summaryrefslogtreecommitdiff
path: root/storage/connect/tabmysql.cpp
Commit message (Expand)AuthorAgeFilesLines
* - Set connection charset before calling mysql_real_connect for MYSQLOlivier Bertrand2015-01-061-2/+2
* - Implement the NEWMSG and XMSG methodsOlivier Bertrand2014-11-151-0/+1
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-125/+171
* - Fix MDEV-6802 in a clean way.Olivier Bertrand2014-09-301-2/+3
* - Add a new CONNECT global variable allowing to tell whether or notOlivier Bertrand2014-08-221-1/+2
* This is a major update that fixes most of the issues and bugs thatOlivier Bertrand2014-08-071-1/+2
* - Fix bugs in handling of remote index when updating and deletingOlivier Bertrand2014-07-221-3/+5
* This commit brings many changes, in particular two important ones:Olivier Bertrand2014-07-171-29/+52
* - Commit merged filesOlivier Bertrand2014-05-311-3/+2
|\
| * - Fix a bug causing the tabname option to be ignored when the connectionOlivier Bertrand2014-05-271-2/+1
* | - Commit merged files (HUGE to use instead of storing MySQL result sets)Olivier Bertrand2014-04-301-25/+28
|\ \ | |/
| * - Enable MYSQL tables to USE result instead of STORE result.Olivier Bertrand2014-04-271-24/+27
* | - Commit merged filesOlivier Bertrand2014-04-231-3/+2
|\ \ | |/
| * Merge 10.0 -> 10.0-connectAlexander Barkov2014-04-211-3/+2
| |\
* | \ - Commit merge files (implementing "remote" indexes)Olivier Bertrand2014-04-191-14/+53
|\ \ \ | |/ /
| * | - Implement "remote" index (similar to FEDERATED ones) for MYSQL tables.Olivier Bertrand2014-04-191-14/+53
* | | - Commit merge filesOlivier Bertrand2014-04-191-31/+31
|\ \ \ | |/ /
| * | - In info, the file length sometimes could not be caculated because theOlivier Bertrand2014-04-141-28/+28
* | | - Commit merged filesOlivier Bertrand2014-04-191-2/+5
|\ \ \ | |/ /
| * | - Add system variables type_conv and conv_size. This addresses the eventualOlivier Bertrand2014-03-301-2/+5
| |/
* | - Resolving conflictsOlivier Bertrand2014-03-221-1620/+1620
|\ \ | |/
| * - FIX PIVOT bug MDEV-5869 caused by using fop (field option ptr) when NULL.Olivier Bertrand2014-03-181-1/+1
* | - MRR + Block IndexingOlivier Bertrand2014-03-201-1620/+1620
|\ \ | |/
| * - NOTE: an experimental implementation of MRR was done but not keptOlivier Bertrand2014-03-101-7/+6
* | - TemporaryOlivier Bertrand2014-03-101-6/+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