summaryrefslogtreecommitdiff
path: root/storage/connect
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Add new table type VIR and virtual indexOlivier Bertrand2014-10-319-32/+169
* - Fix a bug in XCOL tables. When a row was filtered internally the XColumnOlivier Bertrand2014-10-243-7/+8
* - Fix bug: Server crash when using a special column in XCOL tablesOlivier Bertrand2014-10-243-10/+56
* - Remove some gcc warningsOlivier Bertrand2014-10-222-18/+29
* - Fix (gcc error) passing cmd instead of cmd.Getstr() to htrcOlivier Bertrand2014-10-222-3/+2
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-2149-1233/+1352
* - Commit merged changeOlivier Bertrand2014-10-144-7/+6
|\
| * Merge 10.0-connect -> 10.0Alexander Barkov2014-10-135-24/+40
| |\
| * \ mergeSergei Golubchik2014-10-104-7/+6
| |\ \
| | * | 5.5.40+ mergeSergei Golubchik2014-10-094-7/+6
* | | | - Add Sergei fix to enable loading OEM table libsOlivier Bertrand2014-10-142-2/+40
| |_|/ |/| |
* | | - Remove one gcc warningOlivier Bertrand2014-10-121-1/+2
* | | - Fix null handling for date columns (see MDEV-6744)Olivier Bertrand2014-10-124-23/+36
* | | - Fix a regression error from regarding Header as Boolean from some table types.Olivier Bertrand2014-10-101-0/+2
|/ /
* | - in CheckCond change strcat to strncat to avoid the case of non zeroOlivier Bertrand2014-10-094-7/+13
|/
* Merge 10.0-connect -> 10.0Alexander Barkov2014-10-0120-53/+457
|\
| * - Fix MDEV-6802 in a clean way.Olivier Bertrand2014-09-308-45/+48
| * - Add #include <stdint> needed by GCC to declare uintptr_tOlivier Bertrand2014-09-302-0/+2
| * - Fix all compiler issues on FreeBSD clang.Olivier Bertrand2014-09-302-4/+4
| * - fix MDEV-6802: MPXFAM::GetNextPos redefinedOlivier Bertrand2014-09-291-1/+1
| * - Add some new testsOlivier Bertrand2014-09-276-0/+386
| * - Fix: Crash of an XCOL table when the Colname column size is too small.Olivier Bertrand2014-09-274-5/+20
| * - Fix a compile error (MDEV-6723)Olivier Bertrand2014-09-171-1/+1
* | Tests connect.odbc_postgresql and connect.odbc_oracle failedAlexander Barkov2014-10-012-3/+12
* | 10.0-connect mergeSergei Golubchik2014-09-1248-1360/+4001
|\ \ | |/
| * - Fix MDEV-6624 (indexing on void table)Olivier Bertrand2014-09-063-7/+10
| * - Fix MDEV-6686 (buffer overflow in MakeRecord)Olivier Bertrand2014-09-051-2/+2
| * - Initialise min/max buffer to 0 to avoid valgrind complainingOlivier Bertrand2014-09-026-24/+33
| * - Avoid uninitialised warning from valgrindOlivier Bertrand2014-08-291-0/+2
| * - Fix a bug in DOSFAM::OpenTableFile. Bin was not set to TRUE for blockedOlivier Bertrand2014-08-271-2/+2
| * - Fix a test failure. Due to mmap on void file being accepted on WindowsOlivier Bertrand2014-08-274-23/+49
| * - Adding a test for indexed UPDATE/DELETEOlivier Bertrand2014-08-253-0/+2691
| * - Make storing and sorting values using less memory allocationOlivier Bertrand2014-08-253-135/+149
| * - Fix a compile error on LinuxOlivier Bertrand2014-08-241-1/+1
| * - Move DataPath from the MYCAT catalog to the ha_connect handler. IndeedOlivier Bertrand2014-08-2316-40/+113
| * - Add a new CONNECT global variable allowing to tell whether or notOlivier Bertrand2014-08-2225-249/+395
| * - Remove a gcc warningOlivier Bertrand2014-08-151-1/+1
| * - Modifies the way indexed UPDATE/DELETE are sorted in order to executeOlivier Bertrand2014-08-1619-913/+591
| * - Update part_file.result to match the test changeOlivier Bertrand2014-08-081-1/+1
| * - Fix MDEV-6502Olivier Bertrand2014-08-083-7/+5