summaryrefslogtreecommitdiff
path: root/storage/connect/ha_connect.cc
Commit message (Expand)AuthorAgeFilesLines
* All changes made on 10.1Olivier Bertrand2017-02-161-104/+163
* Commit changes made for version 10.1Olivier Bertrand2017-01-171-20/+54
* Modified version numberOlivier Bertrand2016-12-251-1/+1
* Fix some XML table type bugs:Olivier Bertrand2016-12-231-2/+4
* - MDEV-11295: developing handling files contained in ZIP file.Olivier Bertrand2016-12-141-7/+7
* - MDEV-11295: developing handling files contained in ZIP file.Olivier Bertrand2016-12-121-12/+15
* - Fix MDEV-11234. Escape quoting character. Should be doubled.Olivier Bertrand2016-11-061-2/+5
* - Fix MDEV-10496. Memory leak in discoveryOlivier Bertrand2016-09-051-36/+48
* - JdbcInterface: change return type of ...Field functionOlivier Bertrand2016-08-101-3/+3
* All changes made on 10.1 for last 11 commitsOlivier Bertrand2016-07-141-16/+29
* git90.msg + git91.msgOlivier Bertrand2016-06-021-12/+18
* Merge branch '10.0' of https://github.com/MariaDB/server into 10.0Olivier Bertrand2016-05-221-4/+11
|\
| * Merge branch 'connect/10.0' into 10.0Sergei Golubchik2016-04-261-21/+38
| |\
| * | MDEV-9610 Trigger on normal table can't insert into CONNECT engine table - Ac...Sergei Golubchik2016-04-261-3/+10
| * | Merge branch 'connect/10.0' into 10.0Sergei Golubchik2016-02-161-19/+23
| |\ \
| * \ \ Merge branch 'connect/10.0' into 10.0Sergei Golubchik2015-12-131-115/+186
| |\ \ \
| * | | | Fixed failing test cases and compiler warnings found by buildbotMonty2015-11-241-0/+2
| * | | | Merge branch 'connect/10.0' into 10.0Sergei Golubchik2015-10-271-10/+22
| |\ \ \ \
| | * \ \ \ Merge branch 'ob-10.0' into 10.0Olivier Bertrand2015-10-201-2/+5
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'ob-10.0' into 10.0Olivier Bertrand2015-10-181-2/+13
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'ob-10.0' into 10.0Olivier Bertrand2015-09-161-7/+4
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'ob-10.0' into 10.0Olivier Bertrand2015-09-091-4/+5
| | |\ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ Merge 'https://github.com/Buggynours/MariaDB 10.0' into 10.0Sergei Golubchik2015-08-031-3/+5
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | Resolving conflict on ha_connect.ccOlivier Bertrand2015-07-091-2/+4
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Set maturity to GAMMA modified ha_connect.ccOlivier Bertrand2015-06-251-1/+1
| * | | | | | | | | | CONNECT: compiler warningsSergei Golubchik2015-07-271-6/+6
| * | | | | | | | | | CONNECT: clean up a stray variableSergei Golubchik2015-07-271-0/+8
| * | | | | | | | | | MDEV-7574 Security definer views don't work with CONNECT ODBC tablesSergei Golubchik2015-07-271-5/+21
| |/ / / / / / / / /
* | | | | | | | | | Commit changes made from 10.1Olivier Bertrand2016-05-211-11/+23
* | | | | | | | | | Add all changes made on 10.1Olivier Bertrand2016-05-121-84/+198
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | - Fix an error causing MYSQL table to fail saying "no result set"Olivier Bertrand2016-04-251-1/+1
* | | | | | | | | - Fix MDEV-9779. Avoid buffer overflow when setting partname.Olivier Bertrand2016-03-251-10/+12
* | | | | | | | | - Fix MDEV-9779. Connection was not recognized in the option list.Olivier Bertrand2016-03-241-2/+4
* | | | | | | | | - Fix MDEV-9603 compiler error.Olivier Bertrand2016-03-161-8/+21
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | - Fix to MDEV-9542 Connect was not handling NULLs in the answerOlivier Bertrand2016-02-151-10/+11
* | | | | | | | - Change SQL_NTS to 0 when the string is NULLOlivier Bertrand2016-01-251-9/+12
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Update version numberOlivier Bertrand2015-12-111-2/+2
* | | | | | | Commit updating CONNECT from the 10.1 versionOlivier Bertrand2015-12-041-123/+220
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix MDEV-8966Olivier Bertrand2015-10-201-2/+5
| |_|_|_|/ |/| | | |
* | | | | Fix MDEV-8926Olivier Bertrand2015-10-181-2/+13
| |_|_|/ |/| | |
* | | | Fix assert error for where clause with UDF'sOlivier Bertrand2015-09-161-7/+4
| |_|/ |/| |
* | | Fix assert error for where clause with UDF'sOlivier Bertrand2015-09-091-4/+5
| |/ |/|
* | Fix loosing result lines when all of this is true:Olivier Bertrand2015-07-061-2/+4
* | Set maturity to GAMMA modified ha_connect.ccOlivier Bertrand2015-06-251-1/+1
|/
* Fix swapping key numeric values on Big Endian machines.Olivier Bertrand2015-06-031-1/+1
* Add unicode ODBC types to the types recognized by CONNECT.Olivier Bertrand2015-05-301-2/+13
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-30/+30
* JSONColumns and XMLColumns revisited. They can retrieve their parameters dire...Olivier Bertrand2015-05-261-103/+135
* Make BIN table files more flexible with new column format.Olivier Bertrand2015-05-131-0/+2
* Get rid of more GCC warnings about unused parametersOlivier Bertrand2015-05-101-20/+19