summaryrefslogtreecommitdiff
path: root/storage/connect/filamvct.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into 10.1Sergei Golubchik2018-10-301-11/+17
|\
| * Squashed commit of connect/10.0:Olivier Bertrand2018-10-281-11/+17
* | compiler warnings (clang 4.0.1 on i386)Sergei Golubchik2018-09-041-0/+0
|/
* MDEV-8941 Compile on Solaris (SPARC) fails with errors in filamvct.cppSergei Golubchik2018-07-191-5/+0
* Squashed commit of connect/10.0:Sergei Golubchik2018-04-261-81/+81
* Merge connect/10.0 into 10.0Vicențiu Ciorbaru2017-09-191-1/+1
* compilation warnings in ConnectSergei Golubchik2017-05-191-1/+0
* Merge remote-tracking branch 'origin/10.0' into 10.0Vicențiu Ciorbaru2017-05-181-0/+3
|\
| * Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-0/+3
* | Fix wrong value of JSON columnOlivier Bertrand2017-05-111-71/+27
* | Fix MDEV-12142 crash when creating CSV tableOlivier Bertrand2017-03-061-31/+77
|/
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-37/+37
* Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-091-8/+8
* This commit includes changes done in a previous (deleted) branch plus new ones.Olivier Bertrand2015-03-181-5/+3
* - Remove some gcc warningsOlivier Bertrand2014-10-221-12/+22
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-1/+0
* - Modifies the way indexed UPDATE/DELETE are sorted in order to executeOlivier Bertrand2014-08-161-267/+11
* - Commiting merge filesOlivier Bertrand2014-08-071-6/+6
|\
| * Merge 10.0->10.0-connectAlexander Barkov2014-08-041-70/+137
| |\
| * | Fixed compiler warningsMichael Widenius2014-06-041-1/+1
| * | MDEV-6153 Trivial Lintian errors in MariaDB sources: spelling errors and wron...Sergei Golubchik2014-05-131-5/+5
* | | This is a major update that fixes most of the issues and bugs thatOlivier Bertrand2014-08-071-103/+383
| |/ |/|
* | This commit brings many changes, in particular two important ones:Olivier Bertrand2014-07-171-39/+74
* | - Commit merged filesOlivier Bertrand2014-04-231-12/+12
|\ \ | |/
| * Merge 10.0 -> 10.0-connectAlexander Barkov2014-04-211-12/+12
| |\
* | \ - Commit merge filesOlivier Bertrand2014-04-191-4234/+4233
|\ \ \ | |/ /
| * | - In info, the file length sometimes could not be caculated because theOlivier Bertrand2014-04-141-3/+2
| |/
* | - MRR + Block IndexingOlivier Bertrand2014-03-201-4242/+4234
|\ \ | |/
| * - NOTE: an experimental implementation of MRR was done but not keptOlivier Bertrand2014-03-101-17/+0
* | - TemporaryOlivier Bertrand2014-03-101-3/+26
|/
* - Fix gcc compilation warningsOlivier Bertrand2013-11-261-1/+1
* Fixing the "no previous declaration for ‘_strerror'" warning.Alexander Barkov2013-07-081-1/+0
* Fixing numerous "variable is set but never used" warnings.Alexander Barkov2013-07-081-15/+13
* - Add the PROFILE_End function in inihandl. Called by connect_done_funcOlivier Bertrand2013-06-291-4/+4
* - Bug fix: Variable rc could used uninitialized when tracing is on.Olivier Bertrand2013-04-061-4/+4
* - Commit change pulled from Linux virtual machine (fixing typo in Win32 part)Olivier Bertrand2013-04-021-2/+2
* - Fix huge vec tables bug. This was not yet completely implemented for Unix.Olivier Bertrand2013-04-021-277/+262
* - Fix bugs with VEC tables header and empty file making for HUGE tables.Olivier Bertrand2013-04-011-11/+45
* - Add some warnings to Create Table processOlivier Bertrand2013-03-301-6/+10
* - Add a new table option SEPINDEX (not used yet) and remove an unusedOlivier Bertrand2013-03-251-2/+2
* Fixing wrong sprintf() calls.Alexander Barkov2013-02-071-6/+6
* Fixing some of the compilation warnings.Alexander Barkov2013-02-071-1/+0
* - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-4200/+4200
* Introducing functions global_open() and global_fopen() for these purposes:Alexander Barkov2013-02-061-30/+9
* Adding the CONNECT storage engine sources.Alexander Barkov2013-01-181-0/+4221