summaryrefslogtreecommitdiff
path: root/storage/connect/tabmysql.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'connect/10.0' into 10.0Sergei Golubchik2016-04-261-3/+5
|\
| * - Fix an error causing MYSQL table to fail saying "no result set"Olivier Bertrand2016-04-251-2/+4
| * - Fix compile error when copying a string on itself.Olivier Bertrand2016-03-191-1/+1
| * - Fix MDEV-9603 compiler error.Olivier Bertrand2016-03-161-1/+1
* | Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-1/+1
* | connect engine compiler warningsSergei Golubchik2016-02-181-1/+1
|/
* - Fix MDEV-9239. Meanwhile, make all references to the database in XTAB SchemaOlivier Bertrand2016-01-091-1/+1
* Commit updating CONNECT from the 10.1 versionOlivier Bertrand2015-12-041-32/+26
* Fix regression bug on "select max(length(nom)) from emp1" when:Olivier Bertrand2015-07-071-5/+5
* Fix loosing result lines when all of this is true:Olivier Bertrand2015-07-061-11/+19
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-3/+3
* Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-091-12/+12
* Fix MDEV-8090 in tabmysql.cppOlivier Bertrand2015-05-021-2/+9
* - Fix Catalog JSON table crash when no JpathOlivier Bertrand2015-04-171-1/+0
* Fix MDEV-7890Olivier Bertrand2015-04-041-2/+1
* - Fix MDEV-7489 (in add_field)Olivier Bertrand2015-01-231-9/+6
* - 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