An error occurred fetching the project authors.
- 25 Aug, 2008 1 commit
-
-
Joerg Bruehe authored
Mostly, this affected files (programs, scripts, and manual pages) which got built during a RPM build but were not listed in the appropriate "%files" section of the "spec" file. This is fixed now, they are added. To make this consistent, this patch also makes the build of "innochecksum" (and its inclusion in a tar.gz or other package) depend on whether InnoDB is configured in the build. Also, some tools to create Windows packages are irrelevant in any binary Unix package (not the sources !), and so they are deleted before packaging.
-
- 13 Aug, 2008 2 commits
-
-
Joerg Bruehe authored
-
timothy.smith@sun.com authored
-
- 24 Jul, 2008 1 commit
-
-
Chad MILLER authored
-
- 16 Jul, 2008 1 commit
-
-
kent.boortz@sun.com authored
-
- 14 Jul, 2008 1 commit
-
-
mysqldev authored
-
- 09 Jul, 2008 1 commit
-
-
kent@mysql.com authored
-
- 05 Jul, 2008 1 commit
-
-
Daniel Fischer authored
-
- 30 Jun, 2008 2 commits
-
-
Joerg Bruehe authored
-
Joerg Bruehe authored
-
- 27 Jun, 2008 3 commits
-
-
Jonathan Perkin authored
-
Jonathan Perkin authored
-
Jonathan Perkin authored
-
- 20 Jun, 2008 3 commits
-
-
Joerg Bruehe authored
-
Joerg Bruehe authored
-
Joerg Bruehe authored
-
- 19 Jun, 2008 1 commit
-
-
Davi Arnaut authored
Another problem is that the backtrace facility wasn't being enabled for non-Linux targets even if the target OS has the backtrace functions. Also, the stacktrace functions inside mysqltest were being used without proper checks for their presence in the build.
-
- 18 Jun, 2008 1 commit
-
-
Davi Arnaut authored
The problem was that when a embedded linked version of mysqltest crashed there was no way to obtain a stack trace if no core file is available. Another problem is that the embedded version of libmysql was not behaving (crash) the same as the non-embedded with respect to sending commands to a explicitly closed connection. The solution is to generate a mysqltest's stack trace on crash and to enable "reconnect" if the connection handle was explicitly closed so the behavior matches the non-embedded one.
-
- 10 Jun, 2008 1 commit
-
-
mysqldev authored
-
- 21 May, 2008 1 commit
-
-
- 16 May, 2008 1 commit
-
-
- 23 Apr, 2008 1 commit
-
-
- 31 Mar, 2008 1 commit
-
-
- 29 Mar, 2008 1 commit
-
-
gkodinov/kgeorge@macbook.gmz authored
-
- 17 Mar, 2008 1 commit
-
-
- 03 Mar, 2008 1 commit
-
-
joerg@trift2. authored
-
- 26 Feb, 2008 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Corrected calculation of version id, incorrect last two digits if < 10 Keep "sp1" or "a" in MYSQL_NO_DASH_VERSION, to set correct version in RPM spec file Added MYSQL_NUMERIC_VERSION that is like MYSQL_NO_DASH_VERSION before Added clear doc how the different version variables differ SocketServer.cpp: Corrected typo in debug error message
-
- 19 Feb, 2008 1 commit
-
-
kaa@kaamos.(none) authored
floating point numbers Some math functions did not check if the result is a valid number (i.e. neither of +-inf or nan). Fixed by validating the result where necessary and returning NULL in case of invalid result.
-
- 07 Feb, 2008 1 commit
-
-
davi@mysql.com/endora.local authored
On crashes generate a user-friendly resolved and demangled stack trace when libc provides the necessary functions (newer libc on i386, x86_64, powerpc, ia64, alpha and s390). Otherwise print a numeric stack trace as before, relying on resolve_stack_dump utility.
-
- 06 Feb, 2008 1 commit
-
-
- 23 Jan, 2008 1 commit
-
-
cmiller@zippy.cornsilk.net authored
Patch by Kasper Dupont. No CLA required for this size of patch. "resolveip" program produces incorrect result if given a hostname starting with a digit. Someone seems to have thought that names can not have digits at the beginning. Instead, use the resolver library to work out the rules of hostnames, as it will undoubtedly be better at it than we are.
-
- 19 Jan, 2008 1 commit
-
-
- 11 Jan, 2008 2 commits
-
-
davi@mysql.com/endora.local authored
Use compiler provided atomic builtins as a 'backend' for MySQL's atomic primitives. The builtins are available on a handful of platforms and compilers.
-
adjust version string
-
- 03 Jan, 2008 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Minor cleanup, removed semicolons not needed
-
- 14 Dec, 2007 1 commit
-
-
- 11 Dec, 2007 1 commit
-
-
df@pippilotta.erinye.com authored
-
- 04 Dec, 2007 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Removed the auto detection and use of Solaris "libmtmalloc", as it cause regression on bug#18322. The code removed also prevented a build without using this library. Users can still compile with "libmtmalloc", if configuring with "--with-mysqld-libs=-lmtmalloc"
-
- 22 Nov, 2007 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Include "manual.chm" in source TAR if it exists
-
- 21 Nov, 2007 1 commit
-
-
Revert version back to 5.0.52 for release build
-