summaryrefslogtreecommitdiff
path: root/storage/connect
Commit message (Expand)AuthorAgeFilesLines
* merge 10.0-connectSergei Golubchik2015-02-1934-1490/+2431
|\
| * - Remove GCC warningsOlivier Bertrand2015-02-192-2/+2
| * - Work on JSON and JSON UDF'sOlivier Bertrand2015-02-194-1105/+1247
| * - Typo on the jsonudf.cpp nameOlivier Bertrand2015-02-121-288/+288
| * - Adding json udf's. Making the second version of json tables.Olivier Bertrand2015-02-119-67/+554
| * - Remove some GCC warningsOlivier Bertrand2015-02-081-0/+2
| * - Handle the use of date/time values when making queries for MYSQL orOlivier Bertrand2015-02-083-14/+92
| * - Modify the connect_type_conv and connect_conv_size variables.Olivier Bertrand2015-02-076-73/+82
| * - Add or correct some tracing codeOlivier Bertrand2015-02-022-1/+4
| * - Fix a bug causing Insert into ODBC to fail when the column name isOlivier Bertrand2015-02-021-4/+7
| * - Fix a bug causing UseCnc not being initialized for ODBC catalog tables.Olivier Bertrand2015-02-013-13/+9
| * - Add the possibility to establish an ODBC connection via SQLConnect (theOlivier Bertrand2015-01-318-284/+356
| * - Enhance JSON tables handling.Olivier Bertrand2015-01-307-232/+326
| * - Repair the errors due to the PRXCOL Init function that must be calledOlivier Bertrand2015-01-284-10/+10
| * - Begin eliminating on Linux OverloadedVirtual warnings.Olivier Bertrand2015-01-2711-5/+23
| * - Fix a bug causing the connection string of a partition table not beingOlivier Bertrand2015-01-271-1/+8
| * - Protect AllocateValue against a null sp.Olivier Bertrand2015-01-241-2/+2
| * - Commit merged files (just changing some ending CRLF to LF)Olivier Bertrand2015-01-242-20/+21
| |\
| | * - Change some line endings from CRLF to LFOlivier Bertrand2015-01-232-20/+21
| * | - Fix correctly MDEV-7498. The problem was not in AllocateValue but inOlivier Bertrand2015-01-242-8/+2
| |/
| * - This to fix MDEV-7498. All changes made to AllocateValue to be sure thatOlivier Bertrand2015-01-232-9/+14
| * - Fix MDEV-7489 (in add_field)Olivier Bertrand2015-01-237-20/+55
* | Fixing compilation failure in storage/connect when -DMYSQL_MAINTAINER_MODE=ON:Alexander Barkov2015-02-101-0/+5
|/
* - Last revision was to add the JSON table type. This one adds a sortOlivier Bertrand2015-01-202-9/+9
* - Fix compile errors and warnings of LINUX G++Olivier Bertrand2015-01-2021-61/+3958
|\
| * - Adding the JSON table typeOlivier Bertrand2015-01-1921-50/+3962
| * - Fix two bugs concerning Discovery of CSV tables:Olivier Bertrand2015-01-171-2/+8
* | - Fix two bugs concerning Discovery of CSV tables:Olivier Bertrand2015-01-171-2/+8
|/
* - Add ConnectTimout and QueryTimout options for ODBC tables. ShouldOlivier Bertrand2015-01-136-31/+70
* - Fix MDEV-7427 by not reallocating the date format in ScanRecord on each ins...Olivier Bertrand2015-01-092-12/+35
* - Typo to eliminate some GCC warningsOlivier Bertrand2015-01-062-3/+3
* - Set connection charset before calling mysql_real_connect for MYSQLOlivier Bertrand2015-01-0614-26/+305
* - Temporary fix for MDEV-7304.Olivier Bertrand2014-12-145-10/+28
* - Move mktime in TIME_to_localtime because on Linux the hour can be modifiedOlivier Bertrand2014-11-245-19/+23
|\
| * - Make the fix for getting day names of dates more generalOlivier Bertrand2014-11-242-10/+7
| * - Enhance the implementation of ODBC tables when using scrollable cursorOlivier Bertrand2014-11-243-16/+16
| * - Fix a bug causing the day always printed as Sunday for date columns withOlivier Bertrand2014-11-232-2/+9
| * - Remove gcc warning (variable n is set and not used)Olivier Bertrand2014-11-201-4/+2
* | - Remove gcc warning on variable n set but not usedOlivier Bertrand2014-11-201-4/+2
|/
* - Implement putting in memory the result set from an ODBC query.Olivier Bertrand2014-11-205-28/+185
* - Commit resolved conflicted filesOlivier Bertrand2014-11-162-2/+2
* - Remove gcc warning (no previous declaration of msglang)Olivier Bertrand2014-11-168-6/+11
* - Implement the NEWMSG and XMSG methodsOlivier Bertrand2014-11-1525-2192/+2464
* - FIX ftell error when the line endings do not match the declared orOlivier Bertrand2014-11-091-2/+3
* - Compile protect against not fully implemented optione XMSG and NEWMSGOlivier Bertrand2014-11-082-0/+2
* - fix typo errorOlivier Bertrand2014-11-081-1/+1
* - Calculate next position in filamap without assuming ENDING option is true.Olivier Bertrand2014-11-0811-86/+123
* - Fix MDEV-6988 and MDEV-6994Olivier Bertrand2014-11-011-0/+4
* - Add the new files to the source listOlivier Bertrand2014-10-313-3/+16
* - Adding the VIR table type implementation filesOlivier Bertrand2014-10-312-0/+410