Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use my.cnf file from datadir even if datadir is different from the default one. | monty@mashka.mysql.fi | 2003-04-28 | 1 | -1/+12 |
| | |||||
* | - support-files/MacOSX/ReadMe.txt is now autogenerated from the manual | lenz@mysql.com | 2003-04-25 | 2 | -80/+2 |
| | | | | instead of being an individual file to avoid redundancy | ||||
* | merge | monty@narttu.mysql.fi | 2003-04-24 | 2 | -0/+2 |
|\ | |||||
| * | Fixes for valgrind | monty@narttu.mysql.fi | 2003-04-23 | 2 | -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 keywords | lenz@mysql.com | 2003-04-23 | 4 | -94/+94 |
| | | |||||
* | | - fixed typo in instructions on how to add a PATH to .tcshrc on Mac OS X | lenz@mysql.com | 2003-04-23 | 1 | -2/+1 |
|/ | |||||
* | - Updated variable names that have been renamed in my.cnf example files | lenz@mysql.com | 2003-04-15 | 4 | -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.com | 2003-04-11 | 1 | -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.com | 2003-04-09 | 3 | -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.txt | lenz@mysql.com | 2003-03-24 | 1 | -1/+1 |
| | | | | (Thanks to Marc Liyanage for spotting this) | ||||
* | - we need to require an installation on the root volume (/usr/local/mysql) | lenz@mysql.com | 2003-03-14 | 1 | -1/+1 |
| | |||||
* | - added missing file mysql_secure_installation to server RPM subpackage | lenz@mysql.com | 2003-03-10 | 1 | -0/+6 |
| | | | | (bug #141) (please merge with 4.1 and onwards) | ||||
* | - Heavily reworked the Do-pkg script to use functions from logger.pm | lenz@mysql.com | 2003-02-25 | 1 | -6/+9 |
| | | | | - moved helper functions from Bootstrap script to logger.pm | ||||
* | - added more files to support-files/MacOSX and added them to the | lenz@mysql.com | 2003-02-19 | 6 | -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.com | 2003-02-11 | 1 | -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 building | lenz@mysql.com | 2003-02-03 | 16 | -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 variables | lenz@mysql.com | 2003-01-27 | 1 | -5/+8 |
| | | | | - CFLAGS and CXXFLAGS should honor RPM_OPT_FLAGS | ||||
* | - added mysql_waitpid to the MySQL-client RPM and binary distributions | lenz@mysql.com | 2003-01-24 | 1 | -3/+38 |
| | | | | - renamed MySQL.rpm to MySQL-server.rpm | ||||
* | Merge mysql.com:/space/my/mysql-4.0 | lenz@mysql.com | 2002-12-05 | 2 | -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 better | lenz@mysql.com | 2002-11-27 | 2 | -17/+55 |
| | | | | | | | | | | compatibility of the RPMs - added "restart" action to the mysql.server init script | ||||
* | | Merge with 3.23 | monty@mashka.mysql.fi | 2002-12-05 | 1 | -2/+3 |
|\ \ | |/ |/| | |||||
| * | - removed unused variable $defaults | lenz@mysql.com | 2002-11-29 | 1 | -2/+3 |
| | | | | | | | | - parse mysql.server section in my.cnf as well | ||||
| * | - fixed tabbing | lenz@mysql.com | 2002-11-25 | 1 | -1/+1 |
| | | |||||
| * | mysql.server.sh: | lenz@mysql.com | 2002-11-25 | 1 | -3/+3 |
| | | | | | | | | - reverted some incompatible/non-portable modifications | ||||
| * | scripts/safe_mysqld.sh | lenz@mysql.com | 2002-11-22 | 1 | -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.ch | lenz@mysql.com | 2002-11-26 | 1 | -14/+75 |
| | | |||||
* | | mysql.server.sh: | lenz@mysql.com | 2002-11-25 | 1 | -3/+3 |
| | | | | | | | | - reverted some incompatible/non-portable modifications | ||||
* | | mysql.server: | lenz@mysql.com | 2002-11-22 | 1 | -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/mysql | serg@serg.mysql.com | 2002-11-17 | 1 | -1/+1 |
|\ \ | |/ | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0 | ||||
| * | - Fixed some minor bugs/typos | lenz@mysql.com | 2002-11-15 | 1 | -1/+1 |
| | | |||||
| * | - Small fix for support-files/mysql.spec.sh | lenz@mysql.com | 2002-10-02 | 1 | -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 spec | lenz@mysql.com | 2002-07-30 | 2 | -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.fi | 2002-07-29 | 1 | -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 more | lenz@mysql.com | 2002-09-27 | 1 | -1/+1 |
| | | | | | | | | | | common, especially on our main build systems - cosmetical fix in mysql.spec | ||||
* | | - added Changelog entry to manual.texi | lenz@mysql.com | 2002-09-25 | 1 | -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.c | monty@hundin.mysql.fi | 2002-08-23 | 1 | -7/+21 |
| | | | | | | | | | | Fix when using --localstatedir Cleaned up mysql.server | ||||
* | | - RPM spec file adjustments for the features of the Max binary (disabled | lenz@mysql.com | 2002-08-09 | 1 | -5/+16 |
| | | | | | | | | | | OpenSSL, enabled RAID) - added compatibility link safe_mysqld -> mysqld_safe | ||||
* | | Merge with 3.23.51 | monty@mashka.mysql.fi | 2002-07-25 | 4 | -34/+30 |
|\ \ | |/ | | | | | Fixed wrong usage of sprintf() in ha_innodb.cc | ||||
| * | Updated Packager Tag | lenz@mysql.com | 2002-07-15 | 1 | -1/+5 |
| | | |||||
| * | my-huge.cnf.sh, my-small.cnf.sh, my-medium.cnf.sh, my-large.cnf.sh: | heikki@hundin.mysql.fi | 2002-07-12 | 4 | -34/+30 |
| | | | | | | | | Update my.cnf example files to reflect InnoDB autoextend and also simplify them for InnoDB | ||||
* | | - Fixed build failure in mysql.spec.sh - linking against the special | lenz@mysql.com | 2002-07-23 | 2 | -34/+53 |
| | | | | | | | | | | | | | | patched glibc would force static linking, which does not work with OpenSSL (which is now part of the Max binary) - RPM spec file cleanups - Init script cosmetical fix | ||||
* | | - fixed typo in manual.texi | lenz@mysql.com | 2002-07-16 | 1 | -2/+2 |
| | | | | | | | | - fixed compile option in mysql.spec | ||||
* | | - removed the mit-pthreads subdirectory on Monty's request (mit-pthreads | lenz@mysql.com | 2002-07-15 | 1 | -9/+25 |
| | | | | | | | | | | | | is now available as a separate downloadable tarball instead) - modified the RPM spec file according to discussions with Monty, Jani, Heikki and David (corrected build options, updated Packager tag) | ||||
* | | Added more complete master and slave configuration section | nick@nick.leippe.com | 2002-05-30 | 1 | -2/+17 |
| | | |||||
* | | Reworked the RPM spec file and added several fixes to make the | lenz@mysql.com | 2002-05-03 | 2 | -102/+117 |
| | | | | | | | | build scripts work again. | ||||
* | | merge with 3.23.50 | monty@hundin.mysql.fi | 2002-03-27 | 1 | -3/+17 |
|\ \ | |/ | |||||
| * | Fix path to enable compile with other gcc version | monty@hundin.mysql.fi | 2002-03-26 | 1 | -0/+6 |
| | | |||||
| * | Fixed typo | monty@hundin.mysql.fi | 2002-03-26 | 1 | -1/+1 |
| | | |||||
| * | Fixed that RPM can be recompiled even if there is not another glibc in ↵ | monty@hundin.mysql.fi | 2002-03-25 | 1 | -3/+11 |
| | | | | | | | | /usr/local/mysql-glibc | ||||
* | | merged from 3.23 to pull the LOAD DATA INFILE fix as rpl000001 was failing. | sasha@mysql.sashanet.com | 2002-03-01 | 1 | -6/+21 |
|\ \ | |/ | | | | | | | Let's hope this did not break anything. Will not push this one until Monty gets back |