An error occurred fetching the project authors.
- 24 Mar, 2010 2 commits
-
-
Jonathan Perkin authored
-
Jonathan Perkin authored
-
- 10 Mar, 2010 1 commit
-
-
Joerg Bruehe authored
Plugins included into bin release cannot be installed on debug version of server Ensure that the plugin files of the debug build get into the optimized tree, so that they find their way into the final RPMs.
-
- 01 Mar, 2010 1 commit
-
-
Joerg Bruehe authored
Now that Oracle has legally acquired Sun, change the copyright owner and the vendor.
-
- 17 Feb, 2010 1 commit
-
-
Joerg Bruehe authored
A "%define" is no shell command, so it must not be the only line in the "then" or "else" branch of an "if". Add a ':' line to make the branch non-empty.
-
- 12 Feb, 2010 1 commit
-
-
Joerg Bruehe authored
-
- 02 Feb, 2010 2 commits
-
-
Joerg Bruehe authored
Get rid of trailing blanks.
-
Joerg Bruehe authored
Cleanup, formatting improvements, vendor is Sun (since MySQL AB was bought). Backport the change so that RPM doesn't magically create a dependency on "Perl-DBI".
-
- 12 Jan, 2010 1 commit
-
-
Joerg Bruehe authored
- "release" starts from 1 - "level" ("m2", "rc", ...) is included in the RPM version.
-
- 11 Jan, 2010 1 commit
-
-
Joerg Bruehe authored
- "release" starts from 1 - "level" ("m2", "rc", ...) is included in the RPM version.
-
- 30 Dec, 2009 1 commit
-
-
Kent Boortz authored
-
- 23 Dec, 2009 2 commits
-
-
Joerg Bruehe authored
there is none in 5.5.
-
Joerg Bruehe authored
adapt the file lists for the subpackages. This is a part missing from the fix for bug#48351.
-
- 22 Dec, 2009 1 commit
-
-
Joerg Bruehe authored
- Suffix like "-m2", "-rc" becomes part of version as "_m2", "_rc". - Release counts from 1, not 0. This is done for both the "generic" RPMs and the "shared-compat" ones. It includes introducing a new version variable "MYSQL_U_SCORE_VERSION" in "configure.in", where the dash is replaced by an underscore: 5.5.1-m2 -> 5.5.1_m2
-
- 26 Nov, 2009 1 commit
-
-
MySQL Build Team authored
- binary distributions for Windows, - "generic" RPM packages.
-
- 18 Nov, 2009 1 commit
-
-
MySQL Build Team authored
from the "spec" file for generic RPMs.
-
- 17 Nov, 2009 1 commit
-
-
MySQL Build Team authored
the inclusion of a separate malloc library (used for Google's "tcmalloc") to follow the pattern used for other optional parts. This is still experimental, there are some "rpmbuild" issues around this.
-
- 16 Oct, 2009 1 commit
-
-
Timothy Smith authored
-
- 06 Oct, 2009 1 commit
-
-
Alexander Nozdrin authored
-
- 05 Oct, 2009 1 commit
-
-
MySQL Build Team authored
Additional changes from the following commits: http://lists.mysql.com/commits/81279 http://lists.mysql.com/commits/81607 These were missed when scanning 'bzr log' for changes.
-
- 29 Sep, 2009 1 commit
-
-
timothy.smith@sun.com authored
make_binary_distribution and mysql.spec: add options to copy a shared library, for use by mysqld_safe, into pkglibdir during package creation
-
- 22 Sep, 2009 1 commit
-
-
MySQL Build Team authored
> ------------------------------------------------------------ > revno: 2949.5.6 > revision-id: jperkin@sun.com-20090824091334-6ktgrhq218vl7zq1 > parent: joerg@mysql.com-20090821095644-12woawc4d2d3u7k4 > committer: Jonathan Perkin <jperkin@sun.com> > branch nick: mysql-5.1-build > timestamp: Mon 2009-08-24 10:13:34 +0100 > message: > Apply changes from mysql-5.1.38-release clone: > > - Add conditionals for bundled zlib and innodb plugin. > - Apply patch from bug#46834 to install the test suite in RPMs. > - Add plugins to RPMs. Disable example plugins.
-
- 08 Sep, 2009 1 commit
-
-
Joerg Bruehe authored
is not being built in 5.4.2-beta, so it cannot be included in a RPM: Remove both the program and the man page from the spec file. This patch was applied during the build of 5.4.2-beta.
-
- 25 Aug, 2009 1 commit
-
-
Jonathan Perkin authored
-
- 24 Aug, 2009 3 commits
-
-
Jonathan Perkin authored
-
Jonathan Perkin authored
- Add conditionals for bundled zlib and innodb plugin. - Apply patch from bug#46834 to install the test suite in RPMs. - Add plugins to RPMs. Disable example plugins.
-
Jonathan Perkin authored
-
- 21 Aug, 2009 2 commits
-
-
Jonathan Perkin authored
-
Jonathan Perkin authored
-
- 20 May, 2009 1 commit
-
-
MySQL Build Team authored
-
- 24 Feb, 2009 2 commits
-
-
Lars.Heill@Sun.COM authored
-
kent.boortz@sun.com authored
Don't use both "License" and "license" as RPM macro, they are the same
-
- 28 Dec, 2008 1 commit
-
-
Kent Boortz authored
-
- 25 Nov, 2008 1 commit
-
-
Build Team authored
mysql-test/t/partition.test sql/ha_partition.cc Bug#40954: Crash in MyISAM index code with concurrency test using partitioned tables Problem was usage of read_range_first with an empty key. Solution was to not to give a key if it was empty. (real author Mattias Jonsson) storage/archive/archive_reader.c client/mysqlslap.c Aligned the copyright texts output from "--version" of tools, to let internal tools be able to change them if needed. storage/ndb/test/tools/connect.cpp storage/ndb/test/run-test/atrt.hpp Corrected a few GPL headers not restricted to GPL version 2 Makefile.am Added missing --report-features to the 'test-bt-fast' target support-files/mysql.spec.sh Reversed the removal of the "%define license GPL" in as internal tools depended on it
-
- 14 Nov, 2008 1 commit
-
-
kent.boortz@sun.com authored
Changes of copyright in RPM spec file.
-
- 07 Nov, 2008 1 commit
-
-
Joerg Bruehe authored
Fix yesterday's patch so that it also works for the last flag. Still part of the fix for bug#40546.
-
- 06 Nov, 2008 2 commits
-
-
kent.boortz@sun.com authored
- Removed some copy/paste between debug and normal build in RPM spec - Removed "mysql_upgrade_shell" from RPM build - Removed use of "grep -q" in "configure.in", not portable - Improved test to disable ABI check not to accidently run for icc Other changes - Added make file test targets 'test-bt-fast' and 'test-bt-debug-fast' - Reenabled "jp" test suite run
-
Joerg Bruehe authored
Prevent this by modifying CFLAGS and CXXFLAGS.
-
- 29 Aug, 2008 1 commit
-
-
Kent Boortz 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.
-