Commit graph

228 commits

Author SHA1 Message Date
lenz@kallisto.local
ca27da12fe - link the mysql client RPM against libreadline instead of libedit
(BUG 2289)
2004-01-13 19:55:37 +01:00
lenz@mysql.com
808ea1486d - be able to build MySQL-shared-compat RPMs for other archs than i386 2004-01-13 19:44:33 +01:00
lenz@mysql.com
e9b90a7dcc - marked /etc/logrotate.d/mysql as a config file in the RPM spec file
(BUG#2156)
2003-12-22 14:56:06 +01:00
paul@teton.kitebird.com
5b1422ee61 Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1
into teton.kitebird.com:/home/paul/mysql-4.1
2003-12-19 10:21:15 -06:00
monty@mysql.com
e0cc6799ec Merge with 4.0.17 2003-12-17 17:35:34 +02:00
monty@mysql.com
d47deebb58 Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105)
Don't dump data for MRG_ISAM or MRG_MYISAM tables. (Bug #1846)
Ensure that 'lower_case_table_names' is always set on case insensitive file systems. (Bug #1812)
One can now configure MySQL as windows service as a normal user. (Bug #1802)
Database names is now compared with lower case in ON clause when lower_case_table_names is set. (Bug #1736)
IGNORE ... LINES option didn't work when used with fixed length rows. (Bug #1704)
Change INSERT DELAYED ... SELECT... to INSERT .... SELECT (Bug #1983)
Safety fix for service 'mysql start' (Bug #1815)
2003-12-14 06:39:52 +02:00
lenz@mysql.com
1483e8d372 - fixed file permissions for the server RPM docs directory (BUG 1672) 2003-12-13 03:52:19 +01:00
lenz@mysql.com
6876df424c - Reworked the Do-rpm build script to be more flexible
- Reworked testing for gcc3 in the RPM spec file a bit
2003-12-12 23:06:26 +01:00
paul@teton.kitebird.com
d87e721a38 Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1
into teton.kitebird.com:/home/paul/mysql-4.1
2003-12-08 10:41:51 -06:00
lenz@kallisto.local
9aa12e25f1 Fixed two packaging bugs:
- postinstall of the Mac OS X PKG failed as a parameter for 
   mysql_install_db was changed for MySQL 4.1
 - postinstall of the Server RPM failed as mysql_create_system_tables was
   missing from the file list
2003-12-08 14:38:29 +01:00
lenz@mysql.com
53aa633b24 - Bugfix for the Mac OS X startup script: Suppress the annoying
"$1: unbound variable" error when no option was given
2003-12-03 13:56:33 +01:00
paul@teton.kitebird.com
e1ae150f96 Fix typos. 2003-12-01 12:56:29 -06:00
serg@serg.mylan
bff0bbeb1f merged 2003-11-25 18:26:53 +01:00
lenz@mysql.com
531eb44301 - Removed COPYING.LIB from all source and binary distributions
after it was removed from manual.texi (where it was automatically
   generated from).
2003-11-25 17:52:12 +01:00
lenz@mysql.com
35af929935 - removed dependency on MySQL-client from the MySQL-devel RPM subpackage
as it is not really required. (BUG 1610) Thanks to Scott Harrison for
   the suggestion.
2003-11-21 13:22:49 +01:00
monty@narttu.mysql.fi
4e4725377d Merge with 4.0 2003-11-04 09:40:36 +02:00
monty@narttu.mysql.fi
37ee1b8e43 Move the pid file testing after arguments are parsed (previous patch was not correct) 2003-10-24 14:22:54 +03:00
monty@narttu.mysql.fi
6056cfadfc Merge with 4.0.16 2003-10-07 15:42:26 +03:00
paul@ice.snake.net
62de13dca3 Ride hobby horse. 2003-10-04 17:41:17 -05:00
monty@narttu.mysql.fi
89f30200bc Removed random chars after filename for LOAD DATA INFILE (in mysqlbinlog)
Add quoting for use `database` for mysqlbinlog
Removed test ins0000001
Add support for --replace for exec in mysqltest
Don't refer to install dir in mysqlbinlog.result
2003-09-29 12:31:35 +03:00
lenz@mysql.com
caf23b6999 - force the removal of /var/lock/subsys/mysql on MySQL shutdown 2003-09-17 22:41:01 +02:00
monty@mashka.mysql.fi
73f66f68fd merge with 4.0.15 2003-09-11 20:24:14 +03:00
lenz@mysql.com
a37142ca92 - added a missing %define in the RPM spec file
(thanks to Haakon Innerdal for spotting this one)
2003-09-01 12:25:39 +02:00
lenz@mysql.com
735b5ca49d - Fixed BUG 1162 (removed macro names from the changelog)
- Really fixed BUG 998 (disable the checking for installed but
   unpackaged files)
2003-08-29 19:14:42 +02:00
monty@narttu.mysql.fi
77a70a0a24 merge with 4.0.15 2003-08-29 13:44:35 +03:00
lenz@mysql.com
21ce7a4da1 - Do-pkg can now create a separate package including a MySQL Startup Item
for Mac OS X and add it to the installation Disk Image.
2003-08-19 13:57:58 +02:00
lenz@mysql.com
927dff6c47 - Added some files to support-files/MacOSX to enable building the Mac OS X
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
2003-08-15 14:55:05 +02:00
monty@mashka.mysql.fi
2263e3e51f Merge with 4.0.14 2003-08-11 22:44:43 +03:00
lenz@mysql.com
b8e5f7f119 Some fixes for the RPM spec file:
- 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.
2003-08-06 11:42:48 +02:00
lenz@mysql.com
8b39795b1c - heavily reworked the comments and layout of the new sample my.cnf file
as requested by PeterZ
2003-07-16 17:13:45 +02:00
lenz@mysql.com
f4ec8a73da - enhanced the RPM spec file (use more RPM macros, cleanups, allow to
override CC/CXX when using a special compiler)
 - the RPM should now build on AMD64 and IA64, too
2003-07-09 15:51:31 +02:00
peter@mysql.com
1bd7127208 New Sample config file.
The changes for actual loads and memory sizes are to be done after
text and format are  improved.
2003-07-03 16:41:46 +04:00
serg@serg.mylan
97867cb89b mysql.server should read [server] group from my.cnf - according to the manual 2003-06-13 19:25:26 +02:00
lenz@mysql.com
90543684b4 - fixed a path to init script in RPM spec file (/sbin/init.d is obsolete) 2003-06-11 13:38:02 +02:00
monty@narttu.mysql.fi
7a54334443 Merge with 4.0.13 2003-06-05 17:33:38 +03:00
lenz@mysql.com
810e3bff14 - When compiling the Max package incl. RAID support using gcc, make sure
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
2003-06-04 22:31:06 +02:00
lenz@mysql.com
7947830b2d - Updated Default-Stop run levels in the LSB header section to satisfy
Red Hat's chkconfig (Bug #272) (The LSB spec is a bit ambigous about
   what actually needs to be put into this field)
2003-06-04 17:31:21 +02:00
monty@narttu.mysql.fi
dd2b7918cd Merge with 4.0.13 2003-05-19 16:35:49 +03:00
mysqldev@build.mysql2.com
cf79c47597 - re-enabled RAID support for the Max subpackage again 2003-05-16 13:36:13 +02:00
lenz@mysql.com
07238bab28 - On Mac OS X, better call mysql_install_db with "-IN-RPM" during
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.
2003-05-12 17:09:31 +02:00
lenz@mysql.com
23cb2a95f9 - added MySQL-shared-compat.spec(.sh) to the distribution. This spec file
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.
2003-05-06 22:33:08 +02:00
lenz@mysql.com
66997c0fb3 - fixed Max RPM package description (removed RAID) 2003-04-30 11:30:45 +02:00
lenz@mysql.com
5f830363f2 - disabled MyISAM RAID (--with-raid) for the 4.0 Max binaries for now
(several users reported crashes, even when not using RAID) (see bug #346)
2003-04-30 11:27:13 +02:00
monty@mashka.mysql.fi
938933afc9 Use my.cnf file from datadir even if datadir is different from the default one. 2003-04-28 12:00:04 +03:00
lenz@mysql.com
8867a6c4a0 - support-files/MacOSX/ReadMe.txt is now autogenerated from the manual
instead of being an individual file to avoid redundancy
2003-04-25 13:02:44 +02:00
monty@narttu.mysql.fi
b228f5ff10 merge 2003-04-24 00:36:48 +03:00
monty@narttu.mysql.fi
f6a43bd567 Fixes for valgrind
Added optimzation for clustered index
Fixed bug in UPDATE ... ORDER BY
Fixed handling of UPDATE ... LIMIT
2003-04-23 21:52:16 +03:00
lenz@mysql.com
4d6d491a8f - updated sample my.cnf files: removed deprecated set-variable keywords 2003-04-23 01:51:28 +02:00
lenz@mysql.com
1d5f8cb79f - fixed typo in instructions on how to add a PATH to .tcshrc on Mac OS X 2003-04-23 01:51:25 +02:00
lenz@mysql.com
1e66aec502 - Updated variable names that have been renamed in my.cnf example files
(bug #223)
 - Added more detailed info about how to set up replication
2003-04-15 17:34:56 +02:00
lenz@mysql.com
ac8f4677d4 - corrected shutdown priority on Red Hat (should be shut down very early)
- adjusted LSB run levels to be identical as on Red Hat (2-5)
2003-04-11 13:02:16 +02:00
lenz@mysql.com
c043c6c234 - worked around bug #235 (my-huge.cnf error) by reformatting the comments
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)
2003-04-09 22:14:21 +02:00
lenz@mysql.com
d97caf59ca - increased bdb_max_lock value to pass sql-bench
- re-enabled OpenSSL for the Max RPM package
2003-04-02 14:38:25 +02:00
monty@mashka.mysql.fi
3bed7a6131 Merge with 4.0.13 2003-03-26 18:37:38 +02:00
lenz@mysql.com
3393432390 - fixed wrong order of commands in Mac OS X Readme.txt
(Thanks to Marc Liyanage for spotting this)
2003-03-24 15:06:11 +01:00
monty@narttu.mysql.fi
112dfa5900 Fixes for fill_help_tables.sql 2003-03-21 18:53:55 +02:00
monty@narttu.mysql.fi
a434bca704 Merge with 4.0 2003-03-16 19:17:54 +02:00
lenz@mysql.com
8066830f00 - we need to require an installation on the root volume (/usr/local/mysql) 2003-03-14 14:17:56 +01:00
lenz@mysql.com
7476ffd7f0 - added missing file mysql_secure_installation to server RPM subpackage
(bug #141) (please merge with 4.1 and onwards)
2003-03-10 20:21:11 +01:00
venu@myvenu.com
dff8f63272 Change -IN_RPM -> --rpm and -WINDOWS -> --windows from mysql_install_db 2003-03-07 10:16:23 -08:00
lenz@mysql.com
541ba610b1 - Heavily reworked the Do-pkg script to use functions from logger.pm
- moved helper functions from Bootstrap script to logger.pm
2003-02-25 15:20:07 +01:00
lenz@mysql.com
3e75d7771d - added more files to support-files/MacOSX and added them to the
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)
2003-02-19 21:02:05 +01:00
lenz@mysql.com
c974f42a6f (please merge into 4.1 and onwards)
- 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
2003-02-11 12:27:53 +01:00
lenz@mysql.com
1b640ac82d - added support-files/MacOSX to include files specific for building
MacOSX packages using PackageMaker
 - renamed support-files/PKG -> support-files/SCO (PKG is used in MacOS X
   terminology as well)
2003-02-03 20:39:48 +01:00
lenz@mysql.com
493e391182 - removed unused CC and CXX variables
- CFLAGS and CXXFLAGS should honor RPM_OPT_FLAGS
2003-01-27 20:55:03 +01:00
lenz@mysql.com
1ecf9d5098 - added mysql_waitpid to the MySQL-client RPM and binary distributions
- renamed MySQL.rpm to MySQL-server.rpm
2003-01-24 16:10:21 +01:00
lenz@mysql.com
9bcc70df35 Merge mysql.com:/space/my/mysql-4.0
into mysql.com:/space/my/mysql-4.0-build
2002-12-05 22:05:31 +01:00
monty@mashka.mysql.fi
2435dce96d Merge with 3.23 2002-12-05 03:52:53 +02:00
lenz@mysql.com
a13d1b2faf - removed unused variable $defaults
- parse mysql.server section in my.cnf as well
2002-11-29 17:36:36 +01:00
lenz@mysql.com
b6175db464 - Moved the init script from /etc/rc.d/init.d to /etc/init.d for better
compatibility of the RPMs
 - added "restart" action to the mysql.server init script
2002-11-27 22:57:17 +01:00
lenz@mysql.com
584446ee02 - Updated to Marcs latest version from entropy.ch 2002-11-26 11:21:35 +01:00
lenz@mysql.com
98b336afbd - fixed tabbing 2002-11-25 13:30:56 +01:00
lenz@mysql.com
fa7798596d mysql.server.sh:
- reverted some incompatible/non-portable modifications
2002-11-25 13:25:18 +01:00
lenz@mysql.com
eef0952be6 mysql.server.sh:
- reverted some incompatible/non-portable modifications
2002-11-25 13:14:38 +01:00
lenz@mysql.com
4c32ffcb68 mysql.server:
- 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
2002-11-22 18:37:00 +01:00
lenz@mysql.com
d882391975 scripts/safe_mysqld.sh
- fix setting of niceness level

support-files/mysql.server.sh
     - applied some fixes from 4.0 mysql.server script
     - fix my.cnf parsing
2002-11-22 18:26:45 +01:00
serg@serg.mysql.com
f2aab61a60 Merge serg.mysql.com:/usr/home/serg/Abk/mysql
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-11-17 00:36:28 +01:00
lenz@mysql.com
042ac3fb67 - Fixed some minor bugs/typos 2002-11-15 01:57:56 +01:00
lenz@mysql.com
a15eafd0a0 - Small fix for support-files/mysql.spec.sh
- Updated scripts/make_binary_distribution.sh to include the correct
   ChangeLog and the LICENSE file for non-GPL builds
2002-10-02 13:06:04 +02:00
lenz@mysql.com
9a2c402cc8 - renamed gtar->tar in Build-tools/mysql-copyright, since it is more
common, especially on our main build systems
 - cosmetical fix in mysql.spec
2002-09-27 15:27:14 +02:00
lenz@mysql.com
9aeb138a69 - added Changelog entry to manual.texi
- mysql.spec.sh: MySQL-Max now requires MySQL >= 4.0 to avoid version
   mismatches (people were mixing MySQL 3.23 and 4.0 RPMs)
2002-09-25 17:36:21 +02:00
monty@hundin.mysql.fi
c7499a1039 Portabilityfix in mysqladmin.c
Fix when using --localstatedir
Cleaned up mysql.server
2002-08-23 02:48:52 +03:00
lenz@mysql.com
3d38dfe541 - RPM spec file adjustments for the features of the Max binary (disabled
OpenSSL, enabled RAID)
 - added compatibility link safe_mysqld -> mysqld_safe
2002-08-09 11:39:34 +02:00
lenz@mysql.com
c5bdaee9ad - added the init script to support the LSB init script spec
- overhauled the RPM spec file (more macros, package descriptions)
2002-07-30 23:01:36 +02:00
monty@mashka.mysql.fi
d686ef729f Merge of ha_innobase.cc from 4.0; This fixes that MySQL doesn't allocate too 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
2002-07-29 09:35:25 +03:00
monty@mashka.mysql.fi
bc035c71f1 Merge with 3.23.51
Fixed wrong usage of sprintf() in ha_innodb.cc
2002-07-25 22:46:28 +03:00
lenz@mysql.com
7b83805443 - Fixed build failure in mysql.spec.sh - linking against the special
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
2002-07-23 17:04:20 +02:00
lenz@mysql.com
251449899a - fixed typo in manual.texi
- fixed compile option in mysql.spec
2002-07-16 18:43:03 +02:00
lenz@mysql.com
b287b3ed44 - removed the mit-pthreads subdirectory on Monty's request (mit-pthreads
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)
2002-07-15 11:53:05 +02:00
lenz@mysql.com
e4da730d4c Updated Packager Tag 2002-07-15 09:54:26 +02:00
heikki@hundin.mysql.fi
5af8ab542f my-huge.cnf.sh, my-small.cnf.sh, my-medium.cnf.sh, my-large.cnf.sh:
Update my.cnf example files to reflect InnoDB autoextend and also simplify them for InnoDB
2002-07-12 20:00:15 +03:00
nick@nick.leippe.com
9e9265fdc5 Added more complete master and slave configuration section 2002-05-30 17:38:19 -07:00
lenz@mysql.com
818af46d6c Reworked the RPM spec file and added several fixes to make the
build scripts work again.
2002-05-03 12:31:25 +02:00
monty@hundin.mysql.fi
727e507bca merge with 3.23.50 2002-03-27 01:56:10 +02:00
monty@hundin.mysql.fi
37522497ac Fix path to enable compile with other gcc version 2002-03-26 08:35:07 +02:00
monty@hundin.mysql.fi
3d7490d2c0 Fixed typo 2002-03-26 00:28:33 +02:00
monty@hundin.mysql.fi
ca55d0c2b0 Fixed that RPM can be recompiled even if there is not another glibc in /usr/local/mysql-glibc 2002-03-25 18:10:34 +02:00
sasha@mysql.sashanet.com
aa67831207 merged from 3.23 to pull the LOAD DATA INFILE fix as rpl000001 was failing.
Let's hope this did not break anything. Will not push this one until Monty
gets back
2002-03-01 19:36:46 -07:00
sasha@mysql.sashanet.com
b065873163 RPM clean-up 2002-02-16 13:52:15 -07:00
sasha@mysql.sashanet.com
bcd8cd1372 updated build scripts for new Linux build 2002-02-16 11:32:06 -07:00