summaryrefslogtreecommitdiff
path: root/storage/connect/xindex.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* Fixing numerous "variable is set but never used" warnings.Alexander Barkov2013-07-081-2/+1
* - Prepar using indexes in MAP mode (not used yet)Olivier Bertrand2013-04-071-288/+32
* - Commit revision pushed from LinuxOlivier Bertrand2013-03-281-0/+0
* - Fixing Linux index compile errorsunknown2013-03-281-10/+9
* - Miscelleanous fix for compiling on LinuxOlivier Bertrand2013-03-281-2/+1
* - Implemented: not split indexes (all indexes in one file)Olivier Bertrand2013-03-281-35/+183
* - Add a new table option SEPINDEX (not used yet) and remove an unusedOlivier Bertrand2013-03-251-1/+1
* - Make indexes to be rebuilt on Update only when an indexed column was updated.Olivier Bertrand2013-03-101-0/+4
* - Add support to NULL values. This concern the MYSQLOlivier Bertrand2013-02-241-1/+7
* Fixing a warning:Alexander Barkov2013-02-071-1/+1
* Fixing wrong sprintf() calls.Alexander Barkov2013-02-071-2/+2
* - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-3122/+3122
* Introducing functions global_open() and global_fopen() for these purposes:Alexander Barkov2013-02-061-6/+2
* Adding the CONNECT storage engine sources.Alexander Barkov2013-01-181-0/+3126