An error occurred fetching the project authors.
- 01 Feb, 2010 1 commit
-
-
Vladislav Vaintroub authored
-
- 01 Dec, 2009 1 commit
-
-
Vladislav Vaintroub authored
- Fix semisync library prefix (remove lib on Unixes) - restrict exported symbols from zlib and yassl (fvisibility=hidden)
-
- 09 Nov, 2009 1 commit
-
-
Vladislav Vaintroub authored
-
- 30 Sep, 2009 1 commit
-
-
http://lists.mysql.com/commits/57778Vladislav Vaintroub authored
2677 Vladislav Vaintroub 2008-11-04 CMakeLists.txt files cleanup - remove SAFEMALLOC and SAFE_MUTEX definitions that were present in *each* CMakeLists.txt. Instead, put them into top level CMakeLists.txt, but disable on Windows, because a) SAFEMALLOC does not add any functionality that is not already present in Debug C runtime ( and 2 safe malloc one on top of the other only unnecessarily slows down the server) b)SAFE_MUTEX does not work on Windows and have been explicitely disabled on Windows with #undef previously. Fortunately, ntdll does pretty good job identifying l problems with CRITICAL_SECTIONs. DebugBreak()s on using uninited critical section, unlocking unowned critical section) -Also, remove occationally used -D_DEBUG (added by compiler anyway)
-
- 10 Jun, 2009 1 commit
-
-
Vladislav Vaintroub authored
Remove custom DLL loader code from innodb plugin code, use symbols exported from mysqld.
-
- 30 Jan, 2008 1 commit
-
-
iggy@alf.(none) authored
- Add GenError Dependency to storage engines that include mysqld_error.h
-
- 06 Aug, 2007 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Additional changes for bug#29903 - Changed to do embedded build part as normal build, when WITH_EMBEDDED_SERVER is set. - Allow both normal and debug build with embedded. - Build static embedded library by pointing out all source and compile it all, i.e. not building libraries from libraries, not portable. - Let embedded use generated files from the "sql" directory, added dependencies to make sure built before embedded. - Mark library "dbug" in TARGET_LINK_LIBRARIES() with "debug", so only linked in when debug target is used. - Removed change of target name with "mysqld${MYSQLD_EXE_SUFFIX}", as others can't depend on it, not defined at configure time. Instead set the output file name. - Created work around for bug in CMake 2.4.6 and output names, to set the "mysqld<suffix>.pdb" name to the same base name. - Set the correct manifest "name" (patch by iggy)
-
- 31 Dec, 2006 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header Adjusted year(s) in copyright header Added GPL copyright text my_vle.h, rpl_utility.h, my_vle.c, base64-t.c, rpl_utility.cc: Changed copyright header formatting some plugin_example.c, daemon_example.c: Added "Copyright (C) 2006 MySQL AB" to GPL header
-
- 20 Aug, 2006 1 commit
-
-
brian@zim.(none) authored
This changeset moves the ha_myisam files to their storage directories. It also includes updates for all engines include patch for windows builds.
-
- 11 May, 2006 1 commit
-
-
reggie@big_geek. authored
performing a set of bk mv on each CMakeLists.txt file to try and restore the mixed case filenames since this seems to be required with Cmake 2.4 beta 1. This is being pushed to a private tree and tested before being sent to the mainline.
-
- 03 May, 2006 1 commit
-
-
acurtis@xiphis.org authored
-
- 20 Apr, 2006 1 commit
-
-
acurtis@xiphis.org authored
cmake changes
-
- 28 Mar, 2006 1 commit
-
-
reggie@big_geek. authored
-
- 15 Mar, 2006 1 commit
-
-
Reggie@xgeek. authored
-
- 07 Feb, 2006 1 commit
-
-
reggie@big_geek. authored
-
- 31 Jan, 2006 1 commit
-
-
reggie@big_geek. authored
-