summaryrefslogtreecommitdiff
path: root/storage/connect/filamfix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-7/+10
|\
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-261-7/+10
| |\
| | * Minimize unsafe C functions usage - replace strcat() and strcpy() (and strnca...Mikhail Chalov2023-01-201-7/+10
* | | Merge 10.4 into 10.5Marko Mäkelä2022-07-271-34/+33
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-07-271-34/+33
| |\ \ | | |/
| | * Use memory safe snprintf() in Connect EngineMikhail Chalov2022-07-261-34/+33
* | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-20/+20
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-20/+20
| |\ \ | | |/
| | * - Fix MDEV-25863 : Replace __WIN__ by _WIN32Olivier Bertrand2021-06-081-20/+20
| * | Fixed compiler warnings from gcc 7.4.1Monty2020-01-291-1/+1
| |/
* | Fix compiler warnings GCC8Noel Kuntze2019-07-301-2/+0
|/
* - Use delayed load for the MongoDB C Drive on WindowsOlivier Bertrand2018-01-301-34/+34
* - Set MONGO_ENABLEDOlivier Bertrand2017-08-311-1/+2
* Fix gcc compiler warnings reported by SergeiOlivier Bertrand2017-05-231-1/+2
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-22/+22
* Fix a bug in BIN buffer initialisation (in FIXFAM::AllocateBuffer)Olivier Bertrand2015-05-151-7/+26
* Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-091-3/+4
* - Add new table type VIR and virtual indexOlivier Bertrand2014-10-311-11/+42
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-1/+0
* - Fix a test failure. Due to mmap on void file being accepted on WindowsOlivier Bertrand2014-08-271-3/+5
* - Add a new CONNECT global variable allowing to tell whether or notOlivier Bertrand2014-08-221-146/+162
* - Modifies the way indexed UPDATE/DELETE are sorted in order to executeOlivier Bertrand2014-08-161-140/+15
* - Commiting merge filesOlivier Bertrand2014-08-071-3/+3
|\
| * Merge 10.0->10.0-connectAlexander Barkov2014-08-041-29/+53
| |\
| * | MDEV-6153 Trivial Lintian errors in MariaDB sources: spelling errors and wron...Sergei Golubchik2014-05-131-3/+3
* | | This is a major update that fixes most of the issues and bugs thatOlivier Bertrand2014-08-071-29/+181
| |/ |/|
* | This commit brings many changes, in particular two important ones:Olivier Bertrand2014-07-171-29/+30
* | - Commit merged filesOlivier Bertrand2014-04-231-2/+2
|\ \ | |/
| * Merge 10.0 -> 10.0-connectAlexander Barkov2014-04-211-2/+2
* | - Resolving conflictsOlivier Bertrand2014-03-221-118/+95
|\ \ | |/
| * - FIX PIVOT bug MDEV-5869 caused by using fop (field option ptr) when NULL.Olivier Bertrand2014-03-181-118/+95
* | - MRR + Block IndexingOlivier Bertrand2014-03-201-8/+1
|\ \ | |/
| * - NOTE: an experimental implementation of MRR was done but not keptOlivier Bertrand2014-03-101-2/+2
* | - TemporaryOlivier Bertrand2014-03-101-2/+32
|/
* MDEV-4786 - merge 10.0-monty → 10.0Sergey Vojtovich2013-07-231-0/+1
* Fixing numerous "variable is set but never used" warnings.Alexander Barkov2013-07-081-2/+2
* Fixing wrong sprintf() calls.Alexander Barkov2013-02-071-3/+5
* Fixing some of the compilation warnings.Alexander Barkov2013-02-071-1/+0
* - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-1442/+1442
* 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/+1446