summaryrefslogtreecommitdiff
path: root/sql/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Auto-merge from mysql-trunk-stage.Alexander Nozdrin2010-06-211-3/+3
|\
| * mergeDaniel Fischer2010-06-181-3/+3
| |\
| | * MergeDaniel Fischer2010-04-211-53/+29
| | |\
| | | * Fix Windows data directory, from wlad.Jonathan Perkin2010-04-201-1/+2
| | * | Fix a couple fo things replated to MSIVladislav Vaintroub2010-02-161-2/+2
| | * | Add components to INSTALL, some eraly Wix supportVladislav Vaintroub2010-02-101-1/+1
* | | | manual merge from mysql-trunk-bugfixingJon Olav Hauglid2010-06-061-1/+1
|\ \ \ \ | |/ / /
| * | | Manual merge from mysql-trunk.Alexander Nozdrin2010-05-201-1/+2
| |\ \ \
| * \ \ \ Manual merge of local mysql-trunk-merge with bk-internal.Alexey Kopytov2010-05-071-1/+1
| |\ \ \ \
| * \ \ \ \ Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-04-301-2/+2
| |\ \ \ \ \
| | * | | | | Bug #48042 The description for Event ID ( 100 ) in Source ( MySQL ) cannot be...Vladislav Vaintroub2010-04-261-2/+2
* | | | | | | Bug#42643: InnoDB does not support replication of TRUNCATE TABLEDavi Arnaut2010-05-251-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Changes to build using CMake according to existing release packages:Jonathan Perkin2010-05-121-1/+2
| |_|/ / / |/| | | |
* | | | | Bug#48042 The description for Event ID ( 100 ) in Source ( MySQL ) cannot be ...Vladislav Vaintroub2010-04-271-2/+2
|/ / / /
* | | | Backport of:Konstantin Osipov2010-04-131-1/+1
* | | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+1
| |_|/ |/| |
* | | mergeVladislav Vaintroub2010-03-031-2/+6
|\ \ \
| * | | Bug #51488 :missing features and change behavior in cmake runs compared toVladislav Vaintroub2010-03-031-2/+6
* | | | Fix a problem reported by Alik:Vladislav Vaintroub2010-03-031-4/+4
|/ / /
* | | Some CMake packaging fixes:Jonathan Perkin2010-02-241-1/+8
* | | Install static client and embedded debug librariesVladislav Vaintroub2010-02-201-37/+2
* | | postmerge fixVladislav Vaintroub2010-02-161-1/+1
* | | mergeVladislav Vaintroub2010-02-161-6/+10
|\ \ \
| * \ \ Merge next-mr -> next-4284.Konstantin Osipov2010-02-061-1/+1
| |\ \ \
| * \ \ \ Merge next-mr -> next-4284.Konstantin Osipov2010-02-031-2/+2
| |\ \ \ \
| * | | | | Backport of:Konstantin Osipov2009-12-031-0/+1
| * | | | | Initial import of WL#3726 "DDL locking for all metadata objects".Konstantin Osipov2009-11-301-1/+1
* | | | | | remove /MAP option for good.Noone needs itvvaintroub2010-02-091-5/+0
| |_|_|_|/ |/| | | |
* | | | | Make DEBUGBUILDDIR cached variable, so it can be overriden with cmake -DVladislav Vaintroub2010-02-041-1/+1
* | | | | - Optionally, copy mysqld renamed to mysqld-debug from debug build directory ...Vladislav Vaintroub2010-02-041-0/+36
* | | | | prettification of package names and fix compile bug on OSX/ppcVladislav Vaintroub2010-01-281-3/+6
* | | | | merge, add plugin/audit_null/CMakeLists.txtVladislav Vaintroub2010-01-261-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge backport of WL#3771 with mysql-next-mr.Sergey Vojtovich2010-01-191-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Backport from 6.0-codebase.Sergey Vojtovich2009-12-151-1/+1
| | |/ /
* | | | Handle different installation layouts.Vladislav Vaintroub2010-01-241-2/+4
* | | | WITH_MYSQLD_LIBS=>WITH_MYSQLD_LDFLAGSVladislav Vaintroub2010-01-141-4/+4
* | | | Do not link with mtmalloc on Solaris.Vladislav Vaintroub2010-01-131-0/+12
* | | | mergeVladislav Vaintroub2009-12-251-2/+2
|\ \ \ \ | |/ / /
| * | | WL#4738 streamline/simplify @@variable creation processSergei Golubchik2009-12-221-2/+2
| |/ /
* | | enable Cygwin build againVladislav Vaintroub2009-12-251-1/+4
* | | recompile partition plugin for embedded server, its behavior depends on WITH_...Vladislav Vaintroub2009-12-231-3/+3
* | | Simplify embedding version info into executables with ADD_VERSION_INFOVladislav Vaintroub2009-12-181-2/+3
* | | Replace ADD_EXECUTABLE with MYSQL_ADD_EXECUTABLE for binaries that are insta...Vladislav Vaintroub2009-12-171-5/+1
* | | fix windows errors with version resourceVladislav Vaintroub2009-12-161-0/+1
* | | Cleanup, use MYSQL_INSTALL_TARGETS macro instead of INSTALL(TARGETS) combined...Vladislav Vaintroub2009-12-121-3/+2
* | | Introduce macro DTRACE_INSTRUMENT_STATIC_LIBS,to hide Vladislav Vaintroub2009-12-111-33/+5
* | | Introduce a workaround for Solaris' inability to deal with dtrace in static ...Vladislav Vaintroub2009-12-111-19/+47
* | | couple of tweaks for solaris on sparc, link with librt, as it defines sched_y...Vladislav Vaintroub2009-12-081-4/+8
* | | On Linux, support -Wl,--no-undefined (only client shared library)Vladislav Vaintroub2009-12-071-1/+2
* | | fix build errorsVladislav Vaintroub2009-12-011-3/+3