summaryrefslogtreecommitdiff
path: root/sql/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | MDEV-16188: Use in-memory PK filters built from range index scansGalina Shalygina2018-09-281-0/+1
|/ / / / / /
* | | | | | MDEV-16424 replace cmake/bison.cmake with cmake's builtin FindBison moduleVladislav Vaintroub2018-06-081-46/+43
* | | | | | MDEV-12645 - mysql_install_db: no install test db optionSergey Vojtovich2018-04-301-1/+2
* | | | | | dead code - related to vtmdSergei Golubchik2018-04-101-2/+1
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-1/+1
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-1/+1
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-1/+1
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-01-181-1/+1
| | | | | |\ \ | | | | | | |/
| | | | | | * Backport patch for Bug#16877045 5.6-CLUSTER-7.3 WIN32 SQL_YACC.CC BUILD PROBLEMTor Didriksen2017-10-091-3/+6
* | | | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-1/+1
* | | | | | | System Versioning 1.0 pre8Aleksey Midenkov2018-01-101-0/+1
|\ \ \ \ \ \ \
| * | | | | | | This is a full cost-based implementation of the optimization that employsIgor Babaev2017-12-301-0/+1
* | | | | | | | System Versioning 1.0 pre7Aleksey Midenkov2017-12-211-2/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | MDEV-13073. This part patch weeds out RUN_HOOK from the server as semisyncAndrei Elkin2017-12-181-1/+1
| * | | | | | | MDEV-13073 This part merges the Ali semisync related changesAndrei Elkin2017-12-181-0/+1
| * | | | | | | Moved semisync from a plugin to normal serverMonty2017-12-181-1/+2
* | | | | | | | System Versioning pre1.0Aleksey Midenkov2017-11-131-0/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | 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
* | | | | | | | | System Versioning pre0.12Aleksey Midenkov2017-11-071-0/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | SQL, IB: (0.10) VTMD tracking [closes #124]Aleksey Midenkov2017-06-191-0/+1
| * | | | | | | | SQL: moved VTQ items to separate fileAleksey Midenkov2017-05-051-0/+1
| * | | | | | | | IB, SQL: InnoDB partitioning [closes #118]Aleksey Midenkov2017-05-051-2/+2
* | | | | | | | | 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