summaryrefslogtreecommitdiff
path: root/storage/connect/ha_connect.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.0-connect -> 10.0Alexander Barkov2013-12-031-99/+156
|\
| * - Fix some wrong changes preparing for unsigned data typesOlivier Bertrand2013-11-281-3/+4
| * - Fix good recognition of MYSQL table column types.Olivier Bertrand2013-11-221-18/+26
| * - 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-22/+22
| * - BUG fixed: When updating, to avoid skipped update, force the tableOlivier Bertrand2013-11-091-19/+25
| * - Move all enum AMT definitions in one place (plgdbsem.h)Olivier Bertrand2013-11-061-38/+80
| * - Update version number and dateOlivier Bertrand2013-10-291-2/+2
* | MDEV-5241: Collation incompatibilities with MySQL-5.6Michael Widenius2013-11-091-1/+2
|/
* - Fix some GCC compiler eroors and warningsOlivier Bertrand2013-10-271-1/+1
* - Add test on MYSQL table self reference during CREATE TABLEOlivier Bertrand2013-10-271-22/+101
* - Implement the "exec source" feature for table type MYSQL.Olivier Bertrand2013-10-261-4/+3
* - Add new features to ODBC table typeOlivier Bertrand2013-10-261-17/+35
* - Fix bug when closing some table typesOlivier Bertrand2013-10-111-6/+13
* - Fix several bugs causing memory leak or invalid access detectedOlivier Bertrand2013-09-221-3/+5
* - Fix a bug causing wrong charset used when inserting an attibute inOlivier Bertrand2013-08-191-1/+1
* Merge with 10.0-connectAlexander Barkov2013-08-151-273/+555
|\
| * -Fix MDEV-4878. Table locking is now supported.Olivier Bertrand2013-08-121-111/+177
| * - Fix MDEV-4881. SQL_TYPE_DECIMAL was not recognized in ha_connect::GetColumn...Olivier Bertrand2013-08-111-24/+8
| * - Better message for CONNECT unspported commandsOlivier Bertrand2013-08-091-2/+4
| * - Implement the SERVID special columns. This imply modifying the wayOlivier Bertrand2013-08-091-21/+26
| * - Issue a warning instead of an error when inserting in release built a valueOlivier Bertrand2013-08-061-6/+6
| * - Just update the version number and dateOlivier Bertrand2013-07-291-1/+1
| * - Modify discovery to test a new way of adding columns. Currently theOlivier Bertrand2013-07-251-111/+330
| * - Fix bug causing connect_assisted_discovery to failOlivier Bertrand2013-07-201-1/+1
| * - Applying temporary restrictions to test files.Olivier Bertrand2013-07-111-1/+7
* | MDEV-4702 - Reduce usage of LOCK_openSergey Vojtovich2013-08-141-1/+1
* | MDEV-4786 - merge 10.0-monty → 10.0Sergey Vojtovich2013-07-231-59/+32
|/
* - Suppress some ubuntu compiler warningsOlivier Bertrand2013-07-081-2/+3
* Fixing warnings:Alexander Barkov2013-07-081-10/+4
* Fixing warnings:Alexander Barkov2013-07-081-2/+1
* - Try to fix a uninitialised valgrind warningOlivier Bertrand2013-07-051-4/+9
* - Make sure Remark is initialisedOlivier Bertrand2013-07-041-0/+2
* - Make sure Remark is initialised in ha_connect::GetColumnOptionOlivier Bertrand2013-07-041-1/+2
* - Add the PROFILE_End function in inihandl. Called by connect_done_funcOlivier Bertrand2013-06-291-3/+21
* - Release memory allocated by inihandl in connect_done_func.Olivier Bertrand2013-06-281-0/+4
* - In connect_assisted_discovery the test on topt->quoted mustOlivier Bertrand2013-06-261-1/+1
* - Implemented: The use of Federated servers.Olivier Bertrand2013-06-161-2/+1
* - Fix regression error for multiple 2 tables.Olivier Bertrand2013-06-141-1/+1
* - To avoid crashing in debug mode, the error message concerning theOlivier Bertrand2013-06-121-1/+10
* - Fix MDEV-4638Olivier Bertrand2013-06-121-0/+8
* Fixing a few compiler warningsAlexander Barkov2013-06-081-3/+3
* compiler warningsSergei Golubchik2013-06-031-7/+6
* - Fix crash when a null qrp is returned for OCCUR tablesOlivier Bertrand2013-05-281-2/+2
* - Extending connect_assisted_discovery column automatic definitionOlivier Bertrand2013-05-281-15/+61
* Removing more cases of direct use of thd.Alexander Barkov2013-05-241-5/+5
* Removing direct access to thd, using functions:Alexander Barkov2013-05-241-13/+14
* - Fix setting default type to MYSQL->PROXY->DOS in some places where itOlivier Bertrand2013-05-241-18/+31
* - Changing CONNECT version number and dateOlivier Bertrand2013-05-221-1/+1
* "mtr --suite=connect --embedded" tests did not work for two reasons:Alexander Barkov2013-05-211-9/+71