An error occurred fetching the project authors.
- 03 Dec, 2008 2 commits
-
-
timothy.smith@sun.com authored
Remove bashisms from BUILD/compile-dist and configure.in, so Bootstrap works on Solaris box; force GNU make in compile-dist; remove unportable "grep -q" from configure.in
-
timothy.smith@sun.com authored
-
- 24 Oct, 2008 2 commits
-
-
Joerg Bruehe authored
It had been introduced with the patch for bug entry 37098 and affected runs "--without-server" only.
-
joerg@mysql.com authored
-
- 06 Oct, 2008 2 commits
-
-
Chad MILLER authored
so that if the substitution contains single-quotes, the program will fail.
-
Chad MILLER authored
-
- 02 Oct, 2008 1 commit
-
-
Chad MILLER authored
The grep expression that finds a running "mysqld" program fails if the "mysqld_safe" is running with the same PID. Now, excise "ps" output that has the word " grep" or "mysqld_safe" in it, to be a little more certain that the matched process is not a false positive hit. This will fail when the path to mysqld contains either of those two names, which should be acceptable. Additionally, some text to search could be truncated if very long. Expand the number of lines "ps" emits.
-
- 19 Sep, 2008 1 commit
-
-
timothy.smith@sun.com authored
-
- 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
-
- 16 Jul, 2008 1 commit
-
-
kent.boortz@sun.com authored
-
- 09 Jul, 2008 1 commit
-
-
kent@mysql.com authored
-
- 05 Jul, 2008 1 commit
-
-
Daniel Fischer authored
-
- 27 Jun, 2008 3 commits
-
-
Jonathan Perkin authored
-
Jonathan Perkin authored
-
Jonathan Perkin authored
-
- 10 Jun, 2008 1 commit
-
-
mysqldev authored
-
- 16 May, 2008 1 commit
-
-
- 23 Apr, 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
-
- 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.
-
- 11 Jan, 2008 1 commit
-
-
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
-
- 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
-
- 20 Nov, 2007 1 commit
-
-
- 18 Oct, 2007 1 commit
-
-
joerg@trift2. authored
and the modified values of the compile-related variables used in "configure". Make the necessary adjustments in "configure.in" and "scripts/Makefile.am". This fixes bug#31644 Values of *FLAGS that were used for building packages is missed in mysqlbug
-
- 15 Oct, 2007 1 commit
-
-
joerg@trift2. authored
as it may well happen with 32- vs 64-bit Linux systems. This patch was proposed immediately with the report of Bug #29658 wrong test for static nss checking on linux, doesn't cover all platforms
-
- 12 Oct, 2007 1 commit
-
-
mtaylor@solace.(none) authored
-
- 26 Sep, 2007 1 commit
-
-
- 13 Sep, 2007 1 commit
-
-
make sure that if builder configured with a non-standard (!= 3306) default TCP port that value actually gets used throughout. if they didn't configure a value, assume "use a sensible default", which will be read from /etc/services or, failing that, from the factory default. That makes the order of preference - command-line option - my.cnf, where applicable - $MYSQL_TCP_PORT environment variable - /etc/services (unless configured --with-tcp-port) - default port (--with-tcp-port=... or factory default)
-
- 27 Aug, 2007 1 commit
-
-
df@pippilotta.erinye.com authored
-
- 01 Aug, 2007 1 commit
-
-
tnurnberg@sin.intern.azundris.com authored
mysqld hasn't been built on AIX with ndb-everything in quite a while. this allowed a variety of changes to be added that broke the AIX build for both the GNU and IBM compilers (but the IBM suite in particular). Changeset lets build to complete on AIX 5.2 for users of the GNU and the IBM suite both. Tudo bem?
-