summaryrefslogtreecommitdiff
path: root/storage/connect
Commit message (Expand)AuthorAgeFilesLines
* cmake GUI cleanupSergei Golubchik2014-06-231-0/+2
* 10.0-connectSergei Golubchik2014-06-0918-510/+539
|\
| * - Eliminate virtual columns from CSV and FMT table fieldsOlivier Bertrand2014-05-306-36/+68
| * - Fix a bug causing the tabname option to be ignored when the connectionOlivier Bertrand2014-05-272-7/+2
| * - Fix writing header of void CONNECT DBF tables on first insert. An errorOlivier Bertrand2014-05-1211-463/+465
| * - Fix wrong error "Invalid offset for CVS table" when a specialOlivier Bertrand2014-05-093-4/+4
* | Fixed compiler warningsMichael Widenius2014-06-042-2/+2
* | MDEV-6153 Trivial Lintian errors in MariaDB sources: spelling errors and wron...Sergei Golubchik2014-05-134-10/+10
* | merge with 10.0-connectSergei Golubchik2014-05-0820-189/+568
|\ \ | |/
| * - Fix gcc error and warningsOlivier Bertrand2014-05-062-4/+4
| * - Fix a bug concerning index mapping that caused mapped index filesOlivier Bertrand2014-05-057-70/+70
| * - Enable MYSQL tables to USE result instead of STORE result.Olivier Bertrand2014-04-274-28/+100
| * - Check in Indexable, create and check_if_supported_inplace_alter for not ind...Olivier Bertrand2014-04-252-3/+20
| * - Do not throw an error on empty ODBC CATFUNC (MDEV-5455)Olivier Bertrand2014-04-252-2/+25
| * - FIX a bug causing libxml2 not retrieving expanded multiple column values.Olivier Bertrand2014-04-228-84/+351
* | MDEV-6085 ALTER TABLE looses the connection stringSergei Golubchik2014-05-012-0/+39
|/
* Merge 10.0 -> 10.0-connectAlexander Barkov2014-04-2120-86/+84
|\
| * 10.0-connect mergeSergei Golubchik2014-03-2988-2974/+2240
| |\
| * \ mergeSergei Golubchik2014-02-281-1/+2
| |\ \
| | * | compilation error in CONNECT with ODBCSergei Golubchik2014-02-271-1/+2
| * | | Fixing AIX compilation failiresAlexander Barkov2014-02-271-0/+6
| |/ /
| * | merge with 10.0-montySergei Golubchik2014-02-061-3/+5
| |\ \
| | * | Fixed errors and warnings found by buildbotMichael Widenius2014-02-061-3/+3
| | * | Automatic mergeMichael Widenius2014-02-051-0/+2
| | |\ \
| | | * | Fixes to get valgrind to work with jemallocMichael Widenius2014-01-021-0/+2
* | | | | - Implement "remote" index (similar to FEDERATED ones) for MYSQL tables.Olivier Bertrand2014-04-1913-170/+287
* | | | | - In info, the file length sometimes could not be caculated because theOlivier Bertrand2014-04-1425-482/+517
* | | | | - Add the "skipcol" option to Pivot tables.Olivier Bertrand2014-04-083-21/+56
* | | | | - Add index read previous capacity.Olivier Bertrand2014-04-086-68/+109
* | | | | - Make memory allocation of VALBLK's more flexible (can be allocatedOlivier Bertrand2014-04-055-37/+93
* | | | | - FIX MDEV-6019 and MDEV-6021Olivier Bertrand2014-04-046-181/+272
* | | | | - FIX MDEV-5989 (max(indexed) doesn't work)Olivier Bertrand2014-04-016-9/+512
* | | | | - Fix using ~ in file name on LinuxOlivier Bertrand2014-03-314-19/+37
* | | | | - Add system variables type_conv and conv_size. This addresses the eventualOlivier Bertrand2014-03-3010-77/+291
| |_|_|/ |/| | |
* | | | *never* put anything with side-effects in an assert() -Sergei Golubchik2014-03-291-1/+2
* | | | - Make local MySQL connection default to unix socket on Linux or enableOlivier Bertrand2014-03-275-14/+23
* | | | disable connect tests for --embeddedSergei Golubchik2014-03-272-0/+6
* | | | - Should fix valgrind diag on uninitialized valueOlivier Bertrand2014-03-235-97/+115
* | | | - Fix bug MDEV-5928Olivier Bertrand2014-03-211-4/+7
* | | | - Remove 2 compile warningsOlivier Bertrand2014-03-211-4/+7
* | | | - Fix bug MDEV-5919. Was because doing fseek of a stream closed by another th...Olivier Bertrand2014-03-212-5/+9
* | | | - FIX MDEV-5918Olivier Bertrand2014-03-211-6/+7
* | | | - FIX MDEV-5890 and MDEV-5900Olivier Bertrand2014-03-192-8/+16
* | | | - Suppress call to PROFILE_End in connect_done_func that causes Signal 11 on ...Olivier Bertrand2014-03-191-1/+1
* | | | - FIX PIVOT bug MDEV-5869 caused by using fop (field option ptr) when NULL.Olivier Bertrand2014-03-1829-787/+347
* | | | - NOTE: an experimental implementation of MRR was done but not keptOlivier Bertrand2014-03-1063-1441/+331
* | | | - Fix MDEV-5497. The city column length was wrong in the create table stateme...Olivier Bertrand2014-03-052-136/+136
* | | | - Fix bug MDEV-5734Olivier Bertrand2014-02-2712-178/+283
* | | | - Make alter.test to work on both Windows and LinuxOlivier Bertrand2014-02-162-8/+8
* | | | # This is a minor change commitmentOlivier Bertrand2014-02-1612-536/+668