summaryrefslogtreecommitdiff
path: root/support-files
Commit message (Collapse)AuthorAgeFilesLines
* - Do-pkg can now create a separate package including a MySQL Startup Itemlenz@mysql.com2003-08-191-5/+1
| | | | for Mac OS X and add it to the installation Disk Image.
* - Added some files to support-files/MacOSX to enable building the Mac OS Xlenz@mysql.com2003-08-155-1/+144
| | | | | | | | startup item: MySQL (the startup script), StartupItem.Description.plist, StartupItem.Info.plist (PKGMaker control files), StartupItem.postinstall (post-installation script for the Startup Item package) - modified support-files/MacOSX/Makefile.am to include the newly added files in the source distribution
* Some fixes for the RPM spec file:lenz@mysql.com2003-08-061-4/+19
| | | | | | | - Fixed BUG#959 (libmysqld not being compiled properly) - Fixed BUG#998 (RPM build errors): added missing files to the distribution (mysql_fix_extensions, mysql_tableinfo, mysqldumpslow, mysql_fix_privilege_tables.1), removed "-n" from %install section.
* - heavily reworked the comments and layout of the new sample my.cnf filelenz@mysql.com2003-07-161-265/+305
| | | | as requested by PeterZ
* - enhanced the RPM spec file (use more RPM macros, cleanups, allow tolenz@mysql.com2003-07-092-105/+124
| | | | | override CC/CXX when using a special compiler) - the RPM should now build on AMD64 and IA64, too
* New Sample config file.peter@mysql.com2003-07-031-0/+469
| | | | | The changes for actual loads and memory sizes are to be done after text and format are improved.
* - fixed a path to init script in RPM spec file (/sbin/init.d is obsolete)lenz@mysql.com2003-06-111-1/+1
|
* - When compiling the Max package incl. RAID support using gcc, make surelenz@mysql.com2003-06-041-0/+12
| | | | | | to set CXX=gcc (cannot link the code with g++) - this should help to recompile the RPM on Distributions using gcc 3 - Added a symlink /usr/sbin/rcmysql -> /etc/init.d/mysql
* - Updated Default-Stop run levels in the LSB header section to satisfylenz@mysql.com2003-06-041-1/+1
| | | | | Red Hat's chkconfig (Bug #272) (The LSB spec is a bit ambigous about what actually needs to be put into this field)
* - re-enabled RAID support for the Max subpackage againmysqldev@build.mysql2.com2003-05-161-2/+6
|
* - On Mac OS X, better call mysql_install_db with "-IN-RPM" during lenz@mysql.com2003-05-121-1/+1
| | | | | | | | | | the installation to make sure the privilege tables are being installed even if the DNS configuration is broken, which seems to be quite common (reverse lookups to "hostname" fail). This should resolve the problem many Mac OS users experience ("Fatal error: Can't open privilege tables: Table 'mysql.host' doesn't exist") when they try to start MySQL after installing the PKG.
* - added MySQL-shared-compat.spec(.sh) to the distribution. This spec filelenz@mysql.com2003-05-062-3/+78
| | | | | | | can be used to build a compatibility package that includes the shared libraries of MySQL 3.23.xx and MySQL 4.0.xx for backwards compatibility with dynamically linked applications. It simply repackages the two MySQL-shared RPMs, so these need to be created or downloaded separately.
* - fixed Max RPM package description (removed RAID)lenz@mysql.com2003-04-301-2/+2
|
* - disabled MyISAM RAID (--with-raid) for the 4.0 Max binaries for nowlenz@mysql.com2003-04-301-2/+6
| | | | (several users reported crashes, even when not using RAID) (see bug #346)
* Use my.cnf file from datadir even if datadir is different from the default one.monty@mashka.mysql.fi2003-04-281-1/+12
|
* - support-files/MacOSX/ReadMe.txt is now autogenerated from the manuallenz@mysql.com2003-04-252-80/+2
| | | | instead of being an individual file to avoid redundancy
* mergemonty@narttu.mysql.fi2003-04-242-0/+2
|\
| * Fixes for valgrindmonty@narttu.mysql.fi2003-04-232-0/+2
| | | | | | | | | | | | Added optimzation for clustered index Fixed bug in UPDATE ... ORDER BY Fixed handling of UPDATE ... LIMIT
* | - updated sample my.cnf files: removed deprecated set-variable keywordslenz@mysql.com2003-04-234-94/+94
| |
* | - fixed typo in instructions on how to add a PATH to .tcshrc on Mac OS Xlenz@mysql.com2003-04-231-2/+1
|/
* - Updated variable names that have been renamed in my.cnf example fileslenz@mysql.com2003-04-154-18/+113
| | | | | (bug #223) - Added more detailed info about how to set up replication
* - corrected shutdown priority on Red Hat (should be shut down very early)lenz@mysql.com2003-04-111-3/+3
| | | | - adjusted LSB run levels to be identical as on Red Hat (2-5)
* - worked around bug #235 (my-huge.cnf error) by reformatting the comments lenz@mysql.com2003-04-093-18/+126
| | | | | | | in the sample configuration files - reworked the replication options and comments a bit - added option "skip-networking" (commented out by default) to the sample configuration files (enhancement request from bug report #234)
* - fixed wrong order of commands in Mac OS X Readme.txtlenz@mysql.com2003-03-241-1/+1
| | | | (Thanks to Marc Liyanage for spotting this)
* - we need to require an installation on the root volume (/usr/local/mysql)lenz@mysql.com2003-03-141-1/+1
|
* - added missing file mysql_secure_installation to server RPM subpackagelenz@mysql.com2003-03-101-0/+6
| | | | (bug #141) (please merge with 4.1 and onwards)
* - Heavily reworked the Do-pkg script to use functions from logger.pmlenz@mysql.com2003-02-251-6/+9
| | | | - moved helper functions from Bootstrap script to logger.pm
* - added more files to support-files/MacOSX and added them to thelenz@mysql.com2003-02-196-4/+154
| | | | | | | | | distribution - added Bootstrap, logger.pm and Do-pkg to Build-tools: Bootstrap is used to build the source distribution for the binary builds logger.pm includes some helper functions Do-pkg converts a binary distribution into a Mac OS X PKG (still needs some polishing)
* (please merge into 4.1 and onwards)lenz@mysql.com2003-02-111-6/+18
| | | | | | - re-added missing pre- and post(un)install scripts to server subpackage - added config file /etc/my.cnf to the file list (just for completeness) - make sure to create the datadir with 755 permissions
* - added support-files/MacOSX to include files specific for buildinglenz@mysql.com2003-02-0316-0/+91
| | | | | | MacOSX packages using PackageMaker - renamed support-files/PKG -> support-files/SCO (PKG is used in MacOS X terminology as well)
* - removed unused CC and CXX variableslenz@mysql.com2003-01-271-5/+8
| | | | - CFLAGS and CXXFLAGS should honor RPM_OPT_FLAGS
* - added mysql_waitpid to the MySQL-client RPM and binary distributionslenz@mysql.com2003-01-241-3/+38
| | | | - renamed MySQL.rpm to MySQL-server.rpm
* Merge mysql.com:/space/my/mysql-4.0lenz@mysql.com2002-12-052-17/+55
|\ | | | | | | into mysql.com:/space/my/mysql-4.0-build
| * - Moved the init script from /etc/rc.d/init.d to /etc/init.d for betterlenz@mysql.com2002-11-272-17/+55
| | | | | | | | | | compatibility of the RPMs - added "restart" action to the mysql.server init script
* | Merge with 3.23monty@mashka.mysql.fi2002-12-051-2/+3
|\ \ | |/ |/|
| * - removed unused variable $defaultslenz@mysql.com2002-11-291-2/+3
| | | | | | | | - parse mysql.server section in my.cnf as well
| * - fixed tabbinglenz@mysql.com2002-11-251-1/+1
| |
| * mysql.server.sh:lenz@mysql.com2002-11-251-3/+3
| | | | | | | | - reverted some incompatible/non-portable modifications
| * scripts/safe_mysqld.shlenz@mysql.com2002-11-221-13/+27
| | | | | | | | | | | | | | | | - fix setting of niceness level support-files/mysql.server.sh - applied some fixes from 4.0 mysql.server script - fix my.cnf parsing
* | - Updated to Marcs latest version from entropy.chlenz@mysql.com2002-11-261-14/+75
| |
* | mysql.server.sh:lenz@mysql.com2002-11-251-3/+3
| | | | | | | | - reverted some incompatible/non-portable modifications
* | mysql.server:lenz@mysql.com2002-11-221-7/+7
| | | | | | | | | | | | - fixed some typos and wording (merged from 3.23 tree) - fixed parsing the correct section in /etc/my.cnf ([mysql_server] -> [mysql.server]) as documented in the manual
* | Merge serg.mysql.com:/usr/home/serg/Abk/mysqlserg@serg.mysql.com2002-11-171-1/+1
|\ \ | |/ | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * - Fixed some minor bugs/typoslenz@mysql.com2002-11-151-1/+1
| |
| * - Small fix for support-files/mysql.spec.shlenz@mysql.com2002-10-021-0/+6
| | | | | | | | | | - Updated scripts/make_binary_distribution.sh to include the correct ChangeLog and the LICENSE file for non-GPL builds
| * - added the init script to support the LSB init script speclenz@mysql.com2002-07-302-99/+97
| | | | | | | | - overhauled the RPM spec file (more macros, package descriptions)
| * Merge of ha_innobase.cc from 4.0; This fixes that MySQL doesn't allocate too ↵monty@mashka.mysql.fi2002-07-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | big buffers when sorting innobase rows Changed name of variables NO_FOREIGN_KEY_CHECKS -> FOREIGN_KEY_CHECKS RELAXED_UNIQUE_CHECKS -> UNIQUE_CHECKS to avoid confusion with 'not...' variables. Write name of adminstrator command to slow log. Added mysqldumpslow to RPM
* | - renamed gtar->tar in Build-tools/mysql-copyright, since it is morelenz@mysql.com2002-09-271-1/+1
| | | | | | | | | | common, especially on our main build systems - cosmetical fix in mysql.spec
* | - added Changelog entry to manual.texilenz@mysql.com2002-09-251-1/+7
| | | | | | | | | | - mysql.spec.sh: MySQL-Max now requires MySQL >= 4.0 to avoid version mismatches (people were mixing MySQL 3.23 and 4.0 RPMs)
* | Portabilityfix in mysqladmin.cmonty@hundin.mysql.fi2002-08-231-7/+21
| | | | | | | | | | Fix when using --localstatedir Cleaned up mysql.server