summaryrefslogtreecommitdiff
path: root/storage/connect/xindex.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2022-12-131-0/+4
|\
| * Merge 10.3 into 10.4Marko Mäkelä2022-12-131-0/+4
| |\
| | * MDEV-28299: Server crashes in XINDXS::Range/CntIndexRange (Connect engine)Anel Husakovic2022-11-291-0/+4
* | | Merge 10.4 into 10.5Marko Mäkelä2022-07-271-49/+49
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-07-271-49/+49
| |\ \ | | |/
| | * Use memory safe snprintf() in Connect EngineMikhail Chalov2022-07-261-49/+49
* | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-14/+14
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-14/+14
| |\ \ | | |/
| | * - Fix MDEV-25863 : Replace __WIN__ by _WIN32Olivier Bertrand2021-06-081-14/+14
| | * Fix compile error on LINUX (LARGE_INTEGER)Olivier Bertrand2020-11-031-2/+2
| | * - Implementation of the Json BJSON representation.Olivier Bertrand2020-11-031-2/+2
* | | Merge 10.4 into 10.5Marko Mäkelä2020-02-071-2/+4
|\ \ \ | |/ /
| * | Fixed compiler warnings from gcc 7.4.1Monty2020-01-291-2/+5
| |/
* | Merge 10.4 into 10.5Marko Mäkelä2019-12-161-5/+9
|\ \ | |/
| * These changed were made after pulling 10.2.30 from originOlivier Bertrand2019-11-211-9/+9
| |\
| * | =====================================================================Olivier Bertrand2019-11-161-5/+9
* | | Merge 10.4 into 10.5Marko Mäkelä2019-08-131-9/+9
|\ \ \ | | |/ | |/|
| * | imporve clang buildEugene Kosov2019-06-251-9/+9
| * | compiler warnings (clang 4.0.1 on i386)Sergei Golubchik2018-09-041-0/+0
| * | Squashed commit of connect/10.0:Sergei Golubchik2018-04-261-44/+44
| * | Merge connect/10.0 into 10.0Vicențiu Ciorbaru2017-08-011-9/+11
| * | compilation warnings in ConnectSergei Golubchik2017-05-191-2/+2
| * | Merge remote-tracking branch 'origin/10.0' into 10.0Vicențiu Ciorbaru2017-05-181-1/+1
| |\ \
| | * | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-1/+1
| * | | Fix wrong value of JSON columnOlivier Bertrand2017-05-111-13/+9
| * | | Fix MDEV-12653 Cannot add index for ZIP CONNECT tableOlivier Bertrand2017-05-041-2/+2
| * | | Fix MDEV-12142 crash when creating CSV tableOlivier Bertrand2017-03-061-4/+8
| |/ /
* | | Fix compiler warnings GCC8Noel Kuntze2019-07-301-4/+4
| |/ |/|
* | Merge remote-tracking branch 'connect/10.2' into 10.2Vicențiu Ciorbaru2018-03-181-44/+44
|\ \
| * | - Use delayed load for the MongoDB C Drive on WindowsOlivier Bertrand2018-01-301-44/+44
* | | MDEV-14268 Executable C source code files?Sergei Golubchik2017-11-211-0/+0
|/ /
* | Fix MDEV-12969. Crash during inserting binary value in Connect table.Olivier Bertrand2017-06-061-8/+10
* | Fix gcc compiler warnings reported by SergeiOlivier Bertrand2017-05-231-16/+16
|/
* Update version number and dateOlivier Bertrand2017-03-021-1/+1
* All changes made on 10.1Olivier Bertrand2017-02-161-3/+3
* - Fix MDEV-11234. Escape quoting character. Should be doubled.Olivier Bertrand2016-11-061-2/+6
* - JdbcInterface: change return type of ...Field functionOlivier Bertrand2016-08-101-5/+6
* MDEV-9617 solaris sparc build fails on 10.0Sergei Golubchik2016-04-241-13/+13
* Add unicode ODBC types to the types recognized by CONNECT.Olivier Bertrand2015-05-301-13/+49
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-14/+14
* Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-091-20/+20
* - Implement the NEWMSG and XMSG methodsOlivier Bertrand2014-11-151-1/+1
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-2/+1
* - Initialise min/max buffer to 0 to avoid valgrind complainingOlivier Bertrand2014-09-021-12/+13
* - Fix a test failure. Due to mmap on void file being accepted on WindowsOlivier Bertrand2014-08-271-12/+34
* - Add a new CONNECT global variable allowing to tell whether or notOlivier Bertrand2014-08-221-3/+0
* - Remove a gcc warningOlivier Bertrand2014-08-151-1/+1
* - Modifies the way indexed UPDATE/DELETE are sorted in order to executeOlivier Bertrand2014-08-161-10/+30
* This is a major update that fixes most of the issues and bugs thatOlivier Bertrand2014-08-071-2/+5
* This commit brings many changes, in particular two important ones:Olivier Bertrand2014-07-171-7/+15