summaryrefslogtreecommitdiff
path: root/sql/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-011-15/+29
|\
| * Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-011-15/+29
| |\
| | * One more attempt to fix dependencies with mysqld import/export librariesVladislav Vaintroub2017-08-301-15/+29
* | | MDEV-11371 - column compressionSergey Vojtovich2017-08-311-1/+2
* | | Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2017-08-261-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.2' into bb-10.2-extSergei Golubchik2017-08-251-1/+1
| |\ \ | | |/
| | * MDEV-13370 Ambiguous behaviour regarding installation of header filesSergei Golubchik2017-08-141-1/+1
* | | MDEV-11159 Server proxy protocol supportVladislav Vaintroub2017-08-221-0/+1
|/ /
* | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-06-151-4/+11
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2017-05-261-4/+11
| |\
| | * Merge 10.0 to 10.1Marko Mäkelä2017-05-261-4/+11
| | |\
| | | * Workaround dependency problems (constant rebuilds) in Visual Studio generatorVladislav Vaintroub2017-05-231-4/+11
* | | | Merge tag 'mariadb-10.2.6' into bb-10.2-extAlexander Barkov2017-05-261-17/+19
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Sergei Golubchik2017-05-091-1/+3
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into 10.1Sergei Golubchik2017-05-081-1/+3
| | |\ \ | | | |/
| | | * restore dependencies, removed in f2dc04abeaSergei Golubchik2017-05-031-1/+3
| * | | Merge 10.1 into 10.2Marko Mäkelä2017-05-061-16/+16
| |\ \ \ | | |/ /
| | * | cleanup: don't include *.h files into SQL_SOURCESSergei Golubchik2017-04-271-14/+14
* | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-04-131-22/+61
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2017-04-061-22/+61
| |\ \ \ | | |/ /
| | * | Merge 10.0 into 10.1Marko Mäkelä2017-04-061-22/+61
| | |\ \ | | | |/
| | | * Compiling, Windows . Avoid unnecessary rebuilds with MSVC.Vladislav Vaintroub2017-04-031-22/+61
* | | | MDEV-10139 Support for SEQUENCE objectsMonty2017-04-071-0/+3
* | | | Using the -t command line to bison instead of %name-prefixAlexander Barkov2017-04-071-0/+2
* | | | Adding an alternative grammar file sql_yacc_ora.yy for sql_mode=ORACLEAlexander Barkov2017-04-051-0/+9
|/ / /
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-1/+1
|\ \ \ | |/ /
| * | remove old API for SHA2Sergei Golubchik2017-03-101-1/+1
* | | MDEV-11059 don't build the server with jemallocSergei Golubchik2017-03-291-1/+1
* | | Merge 10.1 into 10.2Marko Mäkelä2017-01-101-0/+1
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2017-01-101-0/+1
| |\ \ | | |/
| | * MDEV-11088 Client plugins cannot be loaded by command line toolsVladislav Vaintroub2017-01-061-0/+1
| * | Revert "Prepare XtraDB to be used with xtrabackup."Vladislav Vaintroub2016-10-231-8/+1
| * | Prepare XtraDB to be used with xtrabackup.Vladislav Vaintroub2016-10-221-1/+8
* | | MDEV-9143 JSON_xxx functions.Alexey Botchkov2016-10-191-1/+1
* | | MDEV-10297 Add priorization to threadpoolVladislav Vaintroub2016-09-221-2/+2
* | | Merge branch '10.2' into bb-10.2-connector-c-integ-submSergei Golubchik2016-09-211-1/+3
|\ \ \
| * | | MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-1/+3
* | | | auto-clone C/C, if possibleSergei Golubchik2016-09-121-6/+0
* | | | remove libmysql/Sergei Golubchik2016-09-121-1/+1
* | | | MDEV-9293 - Use MariaDB's Connector/C in serverVladislav Vaintroub2016-08-251-1/+1
|/ / /
* | | Revert "MDEV-9293 Connector/C integration"Vladislav Vaintroub2016-08-191-1/+1
* | | MDEV-9293 Connector/C integrationVladislav Vaintroub2016-08-191-1/+1
* | | MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-101-2/+2
* | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-03-281-1/+3
|\ \ \
| * | | Removed TABLE->sort to make it possible to have multiple active calls toMonty2016-03-221-1/+2
| * | | MDEV-8789 Implement non-recursive common table expressionsGalina Shalygina2015-12-181-0/+1
* | | | Initial patch for the implementation of window functions (MDEV-6115):Igor Babaev2016-02-121-1/+2
|/ / /
* | | cmake: remove unused checks, options, and symbolsSergei Golubchik2015-11-231-2/+1
|/ /
* | MDEV-427/MDEV-5713 Add systemd script with notify functionalityDaniel Black2015-10-121-1/+2
* | MDEV-6080: Allowing storage engine to shortcut group by queriesMonty2015-10-051-0/+1