Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 10.0.14 into 10.1 | Sergei Golubchik | 2014-10-15 | 91 | -2782/+16129 |
|\ | |||||
| * | 10.0-connect merge | Sergei Golubchik | 2014-09-12 | 48 | -1360/+4001 |
| |\ | |||||
| | * | - Fix MDEV-6624 (indexing on void table) | Olivier Bertrand | 2014-09-06 | 3 | -7/+10 |
| | * | - Fix MDEV-6686 (buffer overflow in MakeRecord) | Olivier Bertrand | 2014-09-05 | 1 | -2/+2 |
| | * | - Initialise min/max buffer to 0 to avoid valgrind complaining | Olivier Bertrand | 2014-09-02 | 6 | -24/+33 |
| | * | - Avoid uninitialised warning from valgrind | Olivier Bertrand | 2014-08-29 | 1 | -0/+2 |
| | * | - Fix a bug in DOSFAM::OpenTableFile. Bin was not set to TRUE for blocked | Olivier Bertrand | 2014-08-27 | 1 | -2/+2 |
| | * | - Fix a test failure. Due to mmap on void file being accepted on Windows | Olivier Bertrand | 2014-08-27 | 4 | -23/+49 |
| | * | - Adding a test for indexed UPDATE/DELETE | Olivier Bertrand | 2014-08-25 | 3 | -0/+2691 |
| | * | - Make storing and sorting values using less memory allocation | Olivier Bertrand | 2014-08-25 | 3 | -135/+149 |
| | * | - Fix a compile error on Linux | Olivier Bertrand | 2014-08-24 | 1 | -1/+1 |
| | * | - Move DataPath from the MYCAT catalog to the ha_connect handler. Indeed | Olivier Bertrand | 2014-08-23 | 16 | -40/+113 |
| | * | - Add a new CONNECT global variable allowing to tell whether or not | Olivier Bertrand | 2014-08-22 | 25 | -249/+395 |
| | * | - Remove a gcc warning | Olivier Bertrand | 2014-08-15 | 1 | -1/+1 |
| | * | - Modifies the way indexed UPDATE/DELETE are sorted in order to execute | Olivier Bertrand | 2014-08-16 | 19 | -913/+591 |
| | * | - Update part_file.result to match the test change | Olivier Bertrand | 2014-08-08 | 1 | -1/+1 |
| | * | - Fix MDEV-6502 | Olivier Bertrand | 2014-08-08 | 3 | -7/+5 |
| * | | Fixed compiler warnings | Michael Widenius | 2014-09-12 | 3 | -4/+3 |
| * | | MDEV-6523 CONNECT temporary table created | Sergei Golubchik | 2014-09-10 | 2 | -0/+19 |
| * | | Added Innobase .ic and errmsg-utf8.txt to tagged files | Michael Widenius | 2014-08-14 | 1 | -2/+5 |
| * | | after-merge fixes for 10.0-connectmariadb-10.0.13 | Sergei Golubchik | 2014-08-08 | 3 | -7/+7 |
| * | | 10.0-connect merge | Sergei Golubchik | 2014-08-08 | 81 | -2824/+13496 |
| |\ \ | | |/ | |||||
| | * | - Commiting merge files | Olivier Bertrand | 2014-08-07 | 10 | -173/+224 |
| | |\ | |||||
| | | * | - Fix failing tests. part_file.test failure was due to a new alter flag that | Olivier Bertrand | 2014-08-05 | 2 | -3/+2 |
| | | * | Merge 10.0->10.0-connect | Alexander Barkov | 2014-08-04 | 77 | -3336/+12977 |
| | | |\ | | |/ / | |/| | | |||||
| | * | | This is a major update that fixes most of the issues and bugs that | Olivier Bertrand | 2014-08-07 | 47 | -1812/+2844 |
| | |/ | |||||
| | * | - Fix an error pointed out by Valgrind due to uninitialised Correlated | Olivier Bertrand | 2014-07-25 | 2 | -6/+6 |
| | * | - Try to fix some test failure | Olivier Bertrand | 2014-07-24 | 1 | -0/+1 |
| | * | - Modif avglen calculation and add AVG_ROW_LENGTH option to test | Olivier Bertrand | 2014-07-22 | 5 | -13/+13 |
| | * | - Fix bugs in handling of remote index when updating and deleting | Olivier Bertrand | 2014-07-22 | 7 | -44/+36 |
| | * | - FIX errors and some gcc warnings | Olivier Bertrand | 2014-07-20 | 11 | -104/+110 |
| | * | This is a new version of the CONNECT storage engine. It was developed in | Olivier Bertrand | 2014-07-20 | 6 | -29/+40 |
| | * | Commit merged files. | Olivier Bertrand | 2014-07-17 | 1 | -1/+1 |
| | |\ | |||||
| | | * | - Fix a bug of MYSQL table type. When (REMOTE) indexed, local indexing was | Olivier Bertrand | 2014-06-21 | 2 | -6/+11 |
| | | * | - Fix calculating the number of fields of CSV and FMT tables. Could be wrong | Olivier Bertrand | 2014-06-15 | 1 | -3/+4 |
| | * | | This commit brings many changes, in particular two important ones: | Olivier Bertrand | 2014-07-17 | 49 | -407/+1689 |
| | * | | - Commit merged files | Olivier Bertrand | 2014-05-31 | 17 | -684/+711 |
| | |\ \ | | | |/ | |||||
| | * | | - Add support of partition tables | Olivier Bertrand | 2014-05-31 | 11 | -106/+254 |
| | |\ \ | |||||
| | * | | | - FIX some MAP and XMAP errors (such as mapped indexes not closed) | Olivier Bertrand | 2014-05-10 | 11 | -620/+637 |
| | * | | | - Adding fetched columns to Dynamic index key (unique only) | Olivier Bertrand | 2014-05-02 | 9 | -61/+84 |
| | * | | | - Commit merged files (HUGE to use instead of storing MySQL result sets) | Olivier Bertrand | 2014-04-30 | 6 | -91/+163 |
| | |\ \ \ | |||||
| | * | | | | - Implementation of adding selected columns to dynamic indexes. | Olivier Bertrand | 2014-04-30 | 9 | -126/+207 |
| | * | | | | - Commit merged files | Olivier Bertrand | 2014-04-26 | 3 | -5/+45 |
| | |\ \ \ \ | |||||
| | * | | | | | - Implement dynamic indexing | Olivier Bertrand | 2014-04-26 | 11 | -28/+187 |
| | * | | | | | - Commit merged files | Olivier Bertrand | 2014-04-23 | 27 | -415/+679 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | - Commit merge files (implementing "remote" indexes) | Olivier Bertrand | 2014-04-19 | 13 | -683/+798 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | - Commit merge files | Olivier Bertrand | 2014-04-19 | 28 | -7690/+7801 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | - Commit merged files | Olivier Bertrand | 2014-04-19 | 24 | -7989/+8877 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | - Commit various changes | Olivier Bertrand | 2014-04-07 | 6 | -101/+131 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | - Work in progress | Olivier Bertrand | 2014-03-23 | 5 | -11/+40 |