summaryrefslogtreecommitdiff
path: root/storage/connect/xindex.cpp
Commit message (Expand)AuthorAgeFilesLines
* compilation warnings in ConnectSergei Golubchik2017-05-191-2/+2
* Merge remote-tracking branch 'origin/10.0' into 10.0Vicențiu Ciorbaru2017-05-181-1/+1
|\
| * Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-1/+1
* | Fix wrong value of JSON columnOlivier Bertrand2017-05-111-13/+9
* | Fix MDEV-12653 Cannot add index for ZIP CONNECT tableOlivier Bertrand2017-05-041-2/+2
* | Fix MDEV-12142 crash when creating CSV tableOlivier Bertrand2017-03-061-4/+8
|/
* Update version number and dateOlivier Bertrand2017-03-021-1/+1
* All changes made on 10.1Olivier Bertrand2017-02-161-3/+3
* - Fix MDEV-11234. Escape quoting character. Should be doubled.Olivier Bertrand2016-11-061-2/+6
* - JdbcInterface: change return type of ...Field functionOlivier Bertrand2016-08-101-5/+6
* MDEV-9617 solaris sparc build fails on 10.0Sergei Golubchik2016-04-241-13/+13
* Add unicode ODBC types to the types recognized by CONNECT.Olivier Bertrand2015-05-301-13/+49
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-14/+14
* Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-091-20/+20
* - Implement the NEWMSG and XMSG methodsOlivier Bertrand2014-11-151-1/+1
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-2/+1
* - Initialise min/max buffer to 0 to avoid valgrind complainingOlivier Bertrand2014-09-021-12/+13
* - Fix a test failure. Due to mmap on void file being accepted on WindowsOlivier Bertrand2014-08-271-12/+34
* - Add a new CONNECT global variable allowing to tell whether or notOlivier Bertrand2014-08-221-3/+0
* - Remove a gcc warningOlivier Bertrand2014-08-151-1/+1
* - Modifies the way indexed UPDATE/DELETE are sorted in order to executeOlivier Bertrand2014-08-161-10/+30
* This is a major update that fixes most of the issues and bugs thatOlivier Bertrand2014-08-071-2/+5
* This commit brings many changes, in particular two important ones:Olivier Bertrand2014-07-171-7/+15
* - Add support of partition tablesOlivier Bertrand2014-05-311-3/+3
|\
| * - Fix gcc error and warningsOlivier Bertrand2014-05-061-3/+3
| * - Fix a bug concerning index mapping that caused mapped index filesOlivier Bertrand2014-05-051-52/+37
* | - FIX some MAP and XMAP errors (such as mapped indexes not closed)Olivier Bertrand2014-05-101-28/+17
* | - Adding fetched columns to Dynamic index key (unique only)Olivier Bertrand2014-05-021-7/+19
* | - Commit merged files (HUGE to use instead of storing MySQL result sets)Olivier Bertrand2014-04-301-61/+61
|\ \ | |/
* | - Implementation of adding selected columns to dynamic indexes.Olivier Bertrand2014-04-301-28/+121
* | - Implement dynamic indexingOlivier Bertrand2014-04-261-9/+16
* | - Commit merged filesOlivier Bertrand2014-04-231-2/+2
|\ \ | |/
| * Merge 10.0 -> 10.0-connectAlexander Barkov2014-04-211-2/+2
| |\
* | \ - Commit merge files (implementing "remote" indexes)Olivier Bertrand2014-04-191-3/+3
|\ \ \ | |/ /
| * | - Implement "remote" index (similar to FEDERATED ones) for MYSQL tables.Olivier Bertrand2014-04-191-3/+3
* | | - Commit merge filesOlivier Bertrand2014-04-191-6/+11
|\ \ \ | |/ /
| * | - In info, the file length sometimes could not be caculated because theOlivier Bertrand2014-04-141-1/+1
| * | - Add index read previous capacity.Olivier Bertrand2014-04-081-5/+10
* | | - Commit merged filesOlivier Bertrand2014-04-191-9/+92
|\ \ \ | |/ /
| * | - FIX MDEV-6019 and MDEV-6021Olivier Bertrand2014-04-041-7/+71
| * | - FIX MDEV-5989 (max(indexed) doesn't work)Olivier Bertrand2014-04-011-0/+11
| * | - Add system variables type_conv and conv_size. This addresses the eventualOlivier Bertrand2014-03-301-5/+13
| |/
* | - Resolving conflictsOlivier Bertrand2014-03-221-3028/+3010
|\ \ | |/
| * - FIX PIVOT bug MDEV-5869 caused by using fop (field option ptr) when NULL.Olivier Bertrand2014-03-181-21/+12
* | - MRR + Block IndexingOlivier Bertrand2014-03-201-3028/+3028
|\ \ | |/
| * - NOTE: an experimental implementation of MRR was done but not keptOlivier Bertrand2014-03-101-2/+4
|/
* - Add the DECIMAL data type (TYPE_DECIM)Olivier Bertrand2013-12-281-3/+4
* - Fix gcc compilation warningsOlivier Bertrand2013-11-261-5/+5
* -Fix MDEV-4878. Table locking is now supported.Olivier Bertrand2013-08-121-1/+2
* - Implement the SERVID special columns. This imply modifying the wayOlivier Bertrand2013-08-091-1/+6