An error occurred fetching the project authors.
- 24 Nov, 2009 1 commit
-
-
Marc Alff authored
-
- 18 Nov, 2009 2 commits
- 03 Nov, 2009 1 commit
-
-
Sergei Golubchik authored
bug fixes for my_vsnprintf
-
- 17 Sep, 2009 1 commit
-
-
Joerg Bruehe authored
Option "--without-server" still not working in 5.1 The general approach is to make sure that source files which require thread support are only compiled if the build really needs thread support, which means when the server is built or a thread-safe client library. This required several changes: - Make sure the subdirectories "storage/" and "plugin/" are only processed if the server is built, not ifclient-only. - Make the compilation of some modules which inherently require threading depend on thread supportin the build. - Separate the handling of threading in "configure.in" from that of server issues, threading is also needed in a non-server build of a thread-safe client library. Also, "libdbug" must get built even in a client-only build, so "dbug/" must be in the list of client directories. In addition, calls to thread functions in source files which can be built without thread support must use the wrapper functions which handle the non-threaded build. So the modules "client/mysqlimport.c" and "client/mysqlslap.c" must call "my_thread_end()" only via "mysql_thread_end()".
-
- 28 May, 2007 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Consistent use of '%::SCCS/s.%' to prevent some 'make' implementations from trying to update files in SCCS directory
-
- 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
-
- 17 Jun, 2006 1 commit
-
-
serg@serg.mylan authored
my_atomic_XX_t -> intXX, no implicit locking anymore simplified framework, support for requested cleanups
-
- 01 Jun, 2006 1 commit
-
-
serg@serg.mylan authored
rename *.t* to *-t* to be automake-friendly simplify Makefiles test_atomic.c: move to unittest, add GPL comment, fix warnings, convert to tap framework. configure: remove custom tests for available types, use AC_CHECK_TYPE instead x86-gcc.h: fix gcc -ansi errors while maintaining readability ignore: added *-t
-
- 14 Apr, 2006 1 commit
-
-
kent@mysql.com authored
Move -lmystrings after -ldbug, to define strmov() on HP-UX
-
- 13 Apr, 2006 1 commit
-
-
jimw@mysql.com authored
portability problem.
-
- 06 Apr, 2006 1 commit
-
-
mats@mysql.com authored
Moving mytap library into unittest/ Adding 'test' target to make and run unit tests. Minor fixes.
-
- 04 Apr, 2006 1 commit
-
-
mats@mysql.com authored
An implementation of the TAP framework for writing unit tests.
-