| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #51414: Arguments with embedded spaces are not correctly handled by conf... | Vladislav Vaintroub | 2010-02-23 | 1 | -1/+12 |
* | Fix BUILD/compile-pentium64-xxx scripts, when ccache is present. | Vladislav Vaintroub | 2010-02-22 | 1 | -0/+32 |
* | Install static client and embedded debug libraries | Vladislav Vaintroub | 2010-02-20 | 2 | -0/+51 |
* | extend configure-like perl wrapper for INSTALL_FOODIR variables | Vladislav Vaintroub | 2010-02-20 | 1 | -1/+50 |
* | SET FN_NO_CASE_SENSE to 1 on Windows | Vladislav Vaintroub | 2010-02-20 | 1 | -0/+2 |
* | fix typo | Vladislav Vaintroub | 2010-02-17 | 1 | -1/+1 |
* | check for poll.h | Vladislav Vaintroub | 2010-02-14 | 1 | -0/+1 |
* | merge | Vladislav Vaintroub | 2010-02-06 | 1 | -5/+6 |
|\ |
|
| * | fix OSX package names is OSX_DEPLOYMENT_TARGET is specified | Vladislav Vaintroub | 2010-02-05 | 1 | -5/+6 |
* | | merge | Vladislav Vaintroub | 2010-02-06 | 1 | -1/+2 |
|/ |
|
* | When using SIGNCODE parameter, check that signing of test executable reaööy... | Vladislav Vaintroub | 2010-02-02 | 2 | -2/+25 |
* | Define feature sets that correspond to different products (advanced, pro, ent... | Vladislav Vaintroub | 2010-02-02 | 1 | -13/+80 |
* | Do not run checks for strtok_r on Windows - we know the function is not there.. | Vladislav Vaintroub | 2010-01-29 | 1 | -0/+1 |
* | Add windows system check cache that prevents tests from running, most are ir... | vvaintroub | 2010-01-29 | 4 | -3/+358 |
* | do not redefine CPACK_PACKAGE_FILE_NAME, if it is already given | Vladislav Vaintroub | 2010-01-28 | 1 | -1/+3 |
* | prettification of package names and fix compile bug on OSX/ppc | Vladislav Vaintroub | 2010-01-28 | 4 | -49/+127 |
* | Fix issues around MYSQL_TCP_PORT_DEFAULT (should be really 0 all the time) | Vladislav Vaintroub | 2010-01-27 | 1 | -0/+4 |
* | Added AIX, OS400 and Cygwin. | Vladislav Vaintroub | 2010-01-27 | 4 | -1/+72 |
* | merge | Vladislav Vaintroub | 2010-01-27 | 1 | -2/+5 |
|\ |
|
| * | Fix failing test cases on pushbuild | Vladislav Vaintroub | 2010-01-26 | 1 | -2/+5 |
* | | fix default architecture flag (v8) on sparc32 gcc that prevent mysql from com... | Vladislav Vaintroub | 2010-01-27 | 3 | -3/+75 |
|/ |
|
* | Fixed typos and failed mysqld--help test. | Vladislav Vaintroub | 2010-01-26 | 2 | -4/+7 |
* | Move FreeBSD specific hacks to cmake/os/FreeBSD.cmake | Vladislav Vaintroub | 2010-01-26 | 1 | -0/+20 |
* | Move OSX specific checks to cmake/os/Darwin.cmake | Vladislav Vaintroub | 2010-01-26 | 2 | -1/+38 |
* | WL#5161: Following Mats' suggestion, moved Solaris specific workaround to cm... | Vladislav Vaintroub | 2010-01-26 | 2 | -1/+73 |
* | WL#5161, implement Mats' suggeston to move platform specifics into own files | Vladislav Vaintroub | 2010-01-26 | 3 | -2/+50 |
* | WL#5161: Implement Mats' suggestion of moving OS specific CMake code to OS sp... | Vladislav Vaintroub | 2010-01-26 | 3 | -3/+190 |
* | merge, add plugin/audit_null/CMakeLists.txt | Vladislav Vaintroub | 2010-01-26 | 1 | -1/+1 |
* | In standalone package, default data subdirectory is "data", not "var" | Vladislav Vaintroub | 2010-01-25 | 1 | -1/+1 |
* | Fix smaller stuff: disable transitive linking for MERGE_LIBRARIES results, | Vladislav Vaintroub | 2010-01-25 | 1 | -0/+1 |
* | Handle different installation layouts. | Vladislav Vaintroub | 2010-01-24 | 6 | -7/+143 |
* | Add -lmtmalloc to server linker flags on Solaris 10 | Vladislav Vaintroub | 2010-01-20 | 1 | -0/+4 |
* | Add Solaris sparc Sun Studio flags | Vladislav Vaintroub | 2010-01-20 | 1 | -2/+13 |
* | - another take on BUILD_CONFIG variable - use OPTION instead of SET for | Vladislav Vaintroub | 2010-01-20 | 1 | -14/+20 |
* | Fix end-of-line characters in mysql_release.cmake to be unix-conform | Vladislav Vaintroub | 2010-01-19 | 1 | -92/+92 |
* | Add compiler flags used by the buildteam to do release | Vladislav Vaintroub | 2010-01-19 | 1 | -0/+69 |
* | Fix output name of embedded library, | Vladislav Vaintroub | 2010-01-15 | 1 | -1/+1 |
* | Added support for product names in package names | Kent Boortz | 2010-01-15 | 1 | -3/+12 |
* | use _GNU_SOURCE on Linux to have all useful definitions (pthread_rwlock_t) fo... | Vladislav Vaintroub | 2010-01-13 | 1 | -1/+1 |
* | Add option for specifying MYSQL build configurations. | Vladislav Vaintroub | 2010-01-11 | 1 | -0/+23 |
* | Address Kents comments: copy docs, remove autom4te.cache subdirectory if exists. | Vladislav Vaintroub | 2010-01-09 | 1 | -0/+8 |
* | CMake 2.6.2 fix | vladislav vaintroub | 2010-01-08 | 1 | -6/+10 |
* | Fix error with cmake 2.6 | Vladislav Vaintroub | 2010-01-08 | 1 | -4/+4 |
* | some refactoring around readline/libedit | Vladislav Vaintroub | 2010-01-08 | 1 | -32/+41 |
* | Fix version string parsing | Vladislav Vaintroub | 2010-01-07 | 1 | -1/+3 |
* | Do not use fvisibility flag if GCC does not support it | Vladislav Vaintroub | 2010-01-06 | 1 | -6/+9 |
* | merge | Vladislav Vaintroub | 2009-12-25 | 1 | -2/+11 |
* | merge | Vladislav Vaintroub | 2009-12-25 | 1 | -4/+15 |
|\ |
|
| * | use systemtap on linux if installed, for dtrace functionality | Vladislav Vaintroub | 2009-12-24 | 1 | -4/+15 |
* | | enable Cygwin build again | Vladislav Vaintroub | 2009-12-25 | 1 | -0/+2 |
|/ |
|