summaryrefslogtreecommitdiff
path: root/sql/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'shagalla/10.3-mdev12172' into 10.3Igor Babaev2017-11-011-0/+1
|\
| * New structure Table Value Constructor added in grammar.Galina Shalygina2017-06-291-0/+1
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-0/+1
|\ \
| * \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-021-0/+1
| |\ \
| | * | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-0/+1
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-251-11/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-251-11/+2
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2017-09-251-11/+2
| | |\ \
| | | * \ Merge 10.0 into 10.1Marko Mäkelä2017-09-251-11/+2
| | | |\ \
| | | | * | Fix compile with -DWITHOUT_DYNAMIC_PLUGINS on UnixVladislav Vaintroub2017-09-231-11/+2
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-211-32/+36
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-201-32/+36
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2017-09-191-32/+36
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-09-191-40/+39
| | | |\ \ \ | | | | |/ /
| | | | * | Build improvements and cleanups.Vladislav Vaintroub2017-09-081-40/+39
* | | | | | 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