summaryrefslogtreecommitdiff
path: root/client/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.0-base -> 10.0Alexander Barkov2013-10-151-2/+3
|\
| * A follow-up for the previous commit:Alexander Barkov2013-10-021-0/+1
| * MDEV-4425: moving the bundled pcre include directory earlier,Alexander Barkov2013-10-011-1/+1
| * Fixing compilation failure on Windows.Alexander Barkov2013-09-271-2/+1
| * MDEV-4425 REGEXP enhancementsAlexander Barkov2013-09-261-2/+3
* | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-1/+5
|/
* Building RPMs with CPackSergei Golubchik2012-05-221-1/+1
* mysql-5.5.22 mergeSergei Golubchik2012-03-281-1/+1
|\
| * Updated/added copyright headersMySQL Build Team2012-02-161-1/+1
| |\
| | * Updated/added copyright headersKent Boortz2011-06-301-1/+2
| | |\
| | | * Updated/added copyright headersKent Boortz2011-06-301-1/+2
| | | * Addition to Fix for BUG#46591 - .frm file isn't sync'd with sync_frm enabledSatya B2009-09-041-1/+2
* | | | Merge latest MariaDB 5.5 into MWL#192: Non-blocking client library.unknown2012-02-221-1/+2
|\ \ \ \
| * | | | Add SET_TARGET_PROPERTIES(ENABLE_EXPORTS) for mysqltest so plugins.dialog Vladislav Vaintroub2012-02-031-0/+1
| * | | | Fix portability problemsVladislav Vaintroub2012-02-021-1/+1
* | | | | Merge MWL#192: Non-blocking client library, into MariaDB 5.5.unknown2012-02-211-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MWL#192: Non-blocking client API for libmysqlclient.unknown2011-09-201-0/+3
| * | | | Small CMake fixes :Vladislav Vaintroub2011-05-151-9/+9
| * | | | MWL#55 : cherrypick MySQL 5.5 CMake/build improvements in orderVladislav Vaintroub2011-01-291-30/+15
| * | | | mergeVladislav Vaintroub2010-12-061-2/+0
| |\ \ \ \
| | * | | | Bug#473914: mysql_client_test fail with in debug compilaton on windows x64Vladislav Vaintroub2010-12-061-2/+0
* | | | | | fixes for non-debug builds (CMAKE_BUILD_TYPE=Release or RelWithDebInfo)Sergei Golubchik2012-01-171-1/+1
* | | | | | always use sql/sql_string.* files, never - client/sql_string.*Sergei Golubchik2011-12-151-1/+2
* | | | | | new configure option: NOT_FOR_DISTRIBUTIONSergei Golubchik2011-12-141-3/+2
* | | | | | Fix build and packaging on Windows:Vladislav Vaintroub2011-11-261-1/+1
* | | | | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-1/+4
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | WL#5710 : mysql_plugin - enable or disable pluginsChuck Bell2011-07-191-1/+4
| * | | | | merge of mysql-5.5 into mysql-5.5-wl1054Georgi Kodinov2010-09-201-1/+4
| |\ \ \ \ \
| * \ \ \ \ \ merged mysql-5.5 into WL1054-5.5Georgi Kodinov2010-08-161-2/+2
| |\ \ \ \ \ \
| * | | | | | | WL#1054: Pluggable authentication supportGeorgi Kodinov2010-08-091-0/+2
* | | | | | | | fixes for sys_vars and pbxt suitesSergei Golubchik2011-10-281-0/+1
* | | | | | | | lots of post-merge changesSergei Golubchik2011-04-251-2/+0
* | | | | | | | merge.Sergei Golubchik2010-11-251-0/+4
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | |
| * | | | | | Automerge MariaDB 5.1->5.2.unknown2010-07-091-0/+2
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Implement an NSIS based installerBo Thorsen2010-06-251-0/+2
| | | |_|/ / | | |/| | |
| * | | | | pluggable auth with plugin examplesSergei Golubchik2010-03-291-0/+2
| |/ / / /
* | | | | Fix bug#56547 mysql client interprets commands in commentsJoerg Bruehe2010-09-061-1/+4
| |_|/ / |/| | |
* | | | Patch for Bug#55854 (MySQL AB should not be AUTHOR, copyright incorrect).Alexander Nozdrin2010-08-121-2/+2
| |/ / |/| |
* | | Unset the execute bit where it's not needed.Davi Arnaut2010-07-031-0/+0
* | | Add components to INSTALL, some eraly Wix supportVladislav Vaintroub2010-02-101-1/+1
* | | Replace ADD_EXECUTABLE with MYSQL_ADD_EXECUTABLE for binaries that are insta...Vladislav Vaintroub2009-12-171-24/+10
* | | Cleanup, use MYSQL_INSTALL_TARGETS macro instead of INSTALL(TARGETS) combined...Vladislav Vaintroub2009-12-121-2/+1
* | | WL#5161 : Cross-platform build with CMakeVladislav Vaintroub2009-11-091-32/+40
* | | Backport http://lists.mysql.com/commits/57778Vladislav Vaintroub2009-09-301-7/+0
* | | Backport of the patch Vladislav Vaintroub2009-09-301-10/+10
* | | Windows improvements : manual backport of Vladislav Vaintroub2009-09-301-9/+9
|/ /
* | Bug #38181 Please print more debug info when tests failMagnus Svensson2008-08-041-2/+2
* | Bug#37003 Tests sporadically crashes with embedded serverDavi Arnaut2008-06-181-4/+4
* | Merge pilot.mysql.com:/data/msvensson/mysql/bug31004/my50-bug31004unknown2007-11-011-1/+2
|\ \ | |/
| * Bug#31004 mysqltest needs a --mkdir commandunknown2007-11-011-1/+2