summaryrefslogtreecommitdiff
path: root/support-files
Commit message (Collapse)AuthorAgeFilesLines
* RPM spec file error: Trailing '*' to cover '.gz' for a man page was missing.unknown2007-05-021-1/+1
| | | | | support-files/mysql.spec.sh: Man pages may/will be compressed, so the file name needs trailing '*' to cover '.gz'.
* mysql.spec.sh, Makefile.am:unknown2007-03-271-4/+1
| | | | | | | | | | Don't use explicit calls to mysql-test-run in spec Makefile.am: Don't use explicit calls to mysql-test-run in spec support-files/mysql.spec.sh: Don't use explicit calls to mysql-test-run in spec
* Merge trift2.:/MySQL/M40/manpages-4.0unknown2007-03-021-0/+1
|\ | | | | | | | | | | | | | | into trift2.:/MySQL/M41/manpages-4.1 support-files/mysql.spec.sh: SCCS merged
| * Another man page in the RPMs.unknown2007-03-021-0/+1
| | | | | | | | | | support-files/mysql.spec.sh: Another man page.
| * Add missing man pages to the RPMs.unknown2007-03-021-0/+9
| | | | | | | | | | support-files/mysql.spec.sh: Add missing man pages.
| * Changes necessary to build version 4.0.28:unknown2007-01-081-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - "make_binary_distribution" accepts a dummy "--platform=" argument. - "MySQL-shared-compat.spec" uses a "version40" define symbol internally. scripts/make_binary_distribution.sh: Newer versions of the release build tools call this with a "--platform=" argument which we seem not to need in 4.0, but which makes the tool crash (happened on SCO). Rather than add another version check into the build tools, just accept a "--platform=" argument and ignore it, just give a message. support-files/MySQL-shared-compat.spec.sh: The current version of "Do-shared-compat" needs two digits to identify the release families (to differ between 4.0 and 4.1), so the variable "version4" must get renamed to "version40".
* | More man pages for the RPMs.unknown2007-03-021-0/+2
| | | | | | | | | | support-files/mysql.spec.sh: More man pages.
* | Add the man pages for NDB to the RPMs.unknown2007-03-021-5/+19
| | | | | | | | | | support-files/mysql.spec.sh: Add the man pages for NDB.
* | mysql.spec.sh:unknown2007-01-301-0/+1
| | | | | | | | | | | | | | | | Added man page mysql_install_db.1 support-files/mysql.spec.sh: Added man page mysql_install_db.1
* | mysql.spec.sh, make_binary_distribution.sh:unknown2007-01-051-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Add CFLAGS to gcc call with --print-libgcc-file, to make sure the correct "libgcc.a" path is returned for the 32/64 bit architecture scripts/make_binary_distribution.sh: Add CFLAGS to gcc call with --print-libgcc-file, to make sure the correct "libgcc.a" path is returned for the 32/64 bit architecture support-files/mysql.spec.sh: Add CFLAGS to gcc call with --print-libgcc-file, to make sure the correct "libgcc.a" path is returned for the 32/64 bit architecture
* | support-files/mysql.spec.shunknown2006-12-141-0/+7
| | | | | | | | | | | | | | | | The Docs team has two new manpages for the "server" RPM: "my_print_defaults" and "mysql_tzinfo_to_sql". support-files/mysql.spec.sh: The Docs team has two new manpages for the "server" RPM: "my_print_defaults" and "mysql_tzinfo_to_sql".
* | support-files/mysql.spec.sh : Add an "Obsoletes" note relative to SuSE ↵unknown2006-11-161-0/+8
| | | | | | | | | | | | | | | | RPMs (bug#22081). support-files/mysql.spec.sh: Explicitly note that the "MySQL-shared" RPMs (as built by MySQL AB) replace "mysql-shared" (as distributed by SuSE) to allow easy upgrading (bug#22081).
* | support-files/mysql.spec.sh : Use "report features" in the first test run.unknown2006-11-151-2/+13
| | | | | | | | | | support-files/mysql.spec.sh: Switch from "make test*" to explicit calls of the test suite, so that "report features" can be used.
* | Merge mysql.com:/Users/kent/mysql/bk/bug17194/my41-bug17194unknown2006-08-241-0/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-4.1-maint support-files/mysql.spec.sh: Auto merged
| * | mysql.spec.sh:unknown2006-08-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Added ndb_size.{pl,tmpl} to the RPM install (bug#20426) support-files/mysql.spec.sh: Added ndb_size.{pl,tmpl} to the RPM install (bug#20426)
* | | Merge mysql.com:/Users/kent/mysql/bk/mysql-4.0unknown2006-07-281-1/+1
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-4.1 configure.in: Auto merged scripts/make_binary_distribution.sh: Auto merged support-files/mysql.spec.sh: SCCS merged
| * | mysql.spec.sh:unknown2006-07-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Man page for "mysqld" command move to section 8 (bug#21220) support-files/mysql.spec.sh: Man page for "mysqld" command move to section 8 (bug#21220)
* | | mysql.spec.sh:unknown2006-07-191-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new "mysql_explain_log" man page Added missing install of "myisam_ftdump" man page Added missing install of "mysqlman" man page support-files/mysql.spec.sh: Added new "mysql_explain_log" man page Added missing install of "myisam_ftdump" man page Added missing install of "mysqlman" man page
* | | mysql.spec.sh:unknown2006-07-151-1/+0
| |/ |/| | | | | | | | | | | | | Command "ndb_mgm" is an optional tool, and should only be in "ndb-tools" package (bug#21058) support-files/mysql.spec.sh: Command "ndb_mgm" is an optional tool, and should only be in "ndb-tools" package (bug#21058)
* | Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2006-07-051-1/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | into mysql.com:/M41/bug20216-4.1 support-files/mysql.spec.sh: Auto merged
| * \ Move "mysqldumpslow" from the client RPM to the server RPM (bug#20216),unknown2006-06-271-1/+5
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | manual merge from 4.0. support-files/mysql.spec.sh: Manual merge of the fix for bug#20216. (became necessary because 4.0 and 4.1 spec files use different file sort order).
| | * Move "mysqldumpslow" from the client RPM to the server RPM (bug#20216).unknown2006-06-271-1/+5
| | |
* | | mysql.spec.sh:unknown2006-06-231-0/+1
|/ / | | | | | | | | | | | | | | Disable the simplistic auto dependency scan for test/bench (bug#20078) support-files/mysql.spec.sh: Disable the simplistic auto dependency scan for test/bench (bug#20078)
* | Merge mysql.com:/M41/bug18810-4.1 into mysql.com:/M41/mysql-4.1unknown2006-06-141-0/+1
|\ \
| * | support-files/mysql.server.sh : Fix the startup sequence. bug#18810 + ↵unknown2006-06-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | bug#20118 support-files/mysql.server.sh: Ensure that some necessary / useful system services have been started already, when the MySQL server is started. This fixes bug#18810 and bug#20118
* | | Mergeunknown2006-05-201-0/+5
|\ \ \ | |/ / |/| / | |/ | | support-files/mysql.spec.sh: SCCS merged
| * mysql.spec.sh:unknown2006-05-201-0/+5
| | | | | | | | | | | | | | | | Always compile position independent support-files/mysql.spec.sh: Always compile position independent
* | Merge jonas@perch:src/mysql-4.1unknown2006-05-161-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1 support-files/mysql.spec.sh: Auto merged
| * \ Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2006-05-081-0/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1 support-files/mysql.spec.sh: Auto merged
| | * | Add ndb_config to rpm specunknown2006-04-261-0/+1
| | | |
* | | | mysql.spec.sh:unknown2006-05-101-1/+8
|/ / / | | | | | | | | | | | | | | | | | | | | | Compile in all character sets in Max (bug#14918) support-files/mysql.spec.sh: Compile in all character sets in Max (bug#14918)
* | | mysql.spec.sh:unknown2006-05-011-15/+11
| | | | | | | | | | | | | | | | | | | | | | | | Use "./libtool --mode=execute" to find real path to executables support-files/mysql.spec.sh: Use "./libtool --mode=execute" to find real path to executables
* | | mysql.spec.sh:unknown2006-04-291-15/+57
|/ / | | | | | | | | | | | | | | Backport of changes in 5.0 (bug#18294) support-files/mysql.spec.sh: Backport of changes in 5.0 (bug#18294)
* | Makefile.am:unknown2006-04-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Let "make install" install mysql-test-run.pl mysql.spec.sh: Set $LDFLAGS from $MYSQL_BUILD_LDFLAGS (bug#16662) support-files/mysql.spec.sh: Set $LDFLAGS from $MYSQL_BUILD_LDFLAGS (bug#16662) mysql-test/Makefile.am: Let "make install" install mysql-test-run.pl
* | support-files/mysql.spec.sh : Use "-i" on "make test-force", essential for ↵unknown2006-02-101-2/+7
| | | | | | | | | | | | | | | | | | log file evaluation. support-files/mysql.spec.sh: Use "-i" on "make test-force"; this will prevent "make" from writing "***" which in turn was treated as a _build_ error by the log evaluation tool, causing it not to list the failing tests.
* | Not all RPM builds can use the bundled zlib, due to dependency and link ↵unknown2005-12-051-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | conflicts. Solve this. (Backport of an identical change from 5.0) support-files/mysql.spec.sh: We cannot always use the bundled zlib, as this conflicts with the "shared" build of the "max" binary. The fully static RPM build on "build" also does not work with the bundled zlib. With this change, we use the bundled zlib for "standard" RPMs (unless fully static, "build") and the one already installed on the system for the "max" build which is also labeled "experimental". (Backport of an identical change from 5.0)
* | Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-11-231-12/+17
|\ \ | | | | | | | | | | | | | | | | | | into mysql.com:/M41/mysql-4.1
| * | support-files/mysql.spec.sh unknown2005-11-221-12/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a possible problem on RPM un-install. bug#15145 support-files/mysql.spec.sh: Extend the file existence check for "init.d/mysql" on un-install to also guard the call to "insserv"/"chkconfig". bug#15145, br#5369 / 5586, csc#7129
* | | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-11-071-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-4.1-distcheck
| * | mysql.spec.sh:unknown2005-11-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Always use bundled zlib support-files/mysql.spec.sh: Always use bundled zlib
* | | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-11-041-2/+0
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-4.1-distcheck Makefile.am: Auto merged configure.in: Auto merged mysql-test/Makefile.am: Auto merged
| * | Makefile.am, configure.in:unknown2005-09-241-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable "make distcheck" to work configure.in: Enable "make distcheck" to work Docs/Makefile.am: Enable "make distcheck" to work Makefile.am: Enable "make distcheck" to work client/Makefile.am: Enable "make distcheck" to work cmd-line-utils/libedit/Makefile.am: Enable "make distcheck" to work include/Makefile.am: Enable "make distcheck" to work libmysql/Makefile.am: Enable "make distcheck" to work libmysql_r/Makefile.am: Enable "make distcheck" to work libmysqld/Makefile.am: Enable "make distcheck" to work libmysqld/examples/Makefile.am: Enable "make distcheck" to work mysql-test/Makefile.am: Enable "make distcheck" to work ndb/docs/Makefile.am: Enable "make distcheck" to work netware/Makefile.am: Enable "make distcheck" to work pstack/Makefile.am: Enable "make distcheck" to work scripts/Makefile.am: Enable "make distcheck" to work sql-bench/Makefile.am: Enable "make distcheck" to work sql/Makefile.am: Enable "make distcheck" to work sql/share/Makefile.am: Enable "make distcheck" to work support-files/Makefile.am: Enable "make distcheck" to work
* | | Merge bk-internal:/home/bk/mysql-4.1unknown2005-11-012-484/+25
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/data0/mysqldev/lenz/mysql-4.1
| * | | - fixed RPM spec file list after merge, removed dupesunknown2005-10-281-7/+2
| | | | | | | | | | | | | | | | | | | | support-files/mysql.spec.sh: - fixed file list after merge, removed dupes
| * | | Merge mysql.com:/data0/mysqldev/lenz/mysql-4.0unknown2005-10-271-475/+0
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | into mysql.com:/data0/mysqldev/lenz/mysql-4.1 netware/BUILD/compile-linux-tools: Auto merged
| | * | - cleanup: removed the empty NEW-RPMS directory and all referencesunknown2005-10-271-475/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - cleanup: removed obsolete support-files/MacOSX/make_mysql_pkg.pl script (we now use Do-pkg for building OS X packages) BitKeeper/deleted/.del-.cvsignore~4c7a1f88a5a62a24: Delete: NEW-RPMS/.cvsignore BitKeeper/deleted/.del-make_mysql_pkg.pl~caac82eb901cc206: Delete: support-files/MacOSX/make_mysql_pkg.pl netware/BUILD/compile-linux-tools: - removed reference to the NEW-RPMS directory netware/BUILD/compile-netware-END: - removed reference to the NEW-RPMS directory netware/BUILD/compile-netware-src: - removed reference to the NEW-RPMS directory
| * | | - after merge fixesunknown2005-10-271-4/+25
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | configure.in: Auto merged support-files/mysql.spec.sh: - after-merge fix
| | * | - Removed obsolete and outdated man page files from the manunknown2005-10-271-9/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directory - these files are now maintained in the mysqldoc repository and included in the source distribution during the release build. Updated the configure.in script and Makefiles to create the man page file list at build time - Updated the file list in the RPM spec file to include all currently available man pages (this can not be done with wildcards, as the man pages are spread across several subpackages. However, RPM warns about unpackaged files, so newly added man pages can be spotted) BitKeeper/deleted/.del-isamchk.1.in~9d44303f6d951962: Delete: man/isamchk.1.in BitKeeper/deleted/.del-isamlog.1.in~416d91adbf665b19: Delete: man/isamlog.1.in BitKeeper/deleted/.del-mysql.1.in~3f4dbf65d31fea3a: Delete: man/mysql.1.in BitKeeper/deleted/.del-mysqlaccess.1.in~2adf98feb44a0dbf: Delete: man/mysqlaccess.1.in BitKeeper/deleted/.del-mysqladmin.1.in~81703c6092a1f769: Delete: man/mysqladmin.1.in BitKeeper/deleted/.del-mysqld.1.in~42371a82eb27d87c: Delete: man/mysqld.1.in BitKeeper/deleted/.del-mysqld_multi.1.in~b3f1c5343b8481e6: Delete: man/mysqld_multi.1.in BitKeeper/deleted/.del-mysqld_safe.1.in~6f34e14acc0c5e0b: Delete: man/mysqld_safe.1.in BitKeeper/deleted/.del-mysqldump.1.in~9520980bfec710d5: Delete: man/mysqldump.1.in BitKeeper/deleted/.del-mysql_fix_privilege_tables.1.in~7422405bb0e64325: Delete: man/mysql_fix_privilege_tables.1.in BitKeeper/deleted/.del-mysql_zap.1.in~df5cf8089b50c624: Delete: man/mysql_zap.1.in BitKeeper/deleted/.del-mysqlshow.1.in~81ce953dcc1a282f: Delete: man/mysqlshow.1.in BitKeeper/deleted/.del-perror.1.in~60d1efcbe71bdd9c: Delete: man/perror.1.in BitKeeper/deleted/.del-replace.1.in~e92dc1aea682608c: Delete: man/replace.1.in configure.in: - dynamically add man pages included in the man directory (the BK tree only contains one dummy file, the directory is populated by the Bootstrap script by copying current man pages from the documentation server) man/Makefile.am: - removed hard-coded list of man pages, the list is populated during the configure stage. When building from BK, only one placeholder file exists. For the release builds, this directory is populated by the Bootstrap script, which takes man page files from the documentation server. man/mysqlman.1: - removed version number support-files/mysql.spec.sh: - adjusted file list: added man pages that are now part of the official source distribution (taken from the documentation server)
| | * | - added a usermod call in the postinstall section of the RPM spec file unknown2005-10-131-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to assign a potential existing mysql user to the correct user group (BUG#12823) support-files/mysql.spec.sh: - added a usermod call to assign a potential existing mysql user to the correct user group (BUG#12823)
* | | | Merge mysql.com:/home/jimw/my/mysql-4.1-13811unknown2005-10-283-3/+3
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean