tulin@mysql.com
a2b62c5b2d
ndbcluster rpms
2005-02-03 17:53:03 +01:00
lenz@mysql.com
2fbe625ee8
- small improvement for the logrotate config file (patch found in the SUSE
...
source RPM): use "mysqladmin ping" instead of grepping the process list
for the mysqld binary (should be more portable than relying on the "ps"
options
2005-01-18 17:35:32 +01:00
lenz@mysql.com
75935d2a8e
- replaced obsoleted "BuildPrereq" with "BuildRequires" in the RPM spec file
2005-01-14 18:20:03 +01:00
lenz@mysql.com
13f13cef75
- added the 4.0 shared mysqlclient libraries to the 4.1 "shared-compat" RPM
2005-01-13 13:07:35 +01:00
lenz@mysql.com
12527e5c47
- added the "Archive", "CSV" and "Example" storage engines to the Linux
...
"Max" RPM
2004-12-31 10:38:51 +01:00
matt@booty.(none)
35942c09de
my-innodb-heavy-4G.cnf.sh:
...
I fixed the typos in the transaction-isolation comments.
I fixed the spelling mistakes in the comment. It had tripped up a support
customer as they couldn't start the server with transaction-isolation=
read-commited
2004-12-17 22:25:35 -05:00
jani@a193-229-222-2.elisa-laajakaista.fi
49aac4ba3f
Added possibility to use [GNR...] optional argument for
...
mysqld_multi via mysqld_multi.server.sh
2004-10-09 13:57:27 +03:00
jani@a193-229-222-2.elisa-laajakaista.fi
26e34093c3
Added some extra information to output in case --verbose
...
was given.
2004-10-09 13:23:00 +03:00
lenz@mysql.com
0f023b3b9b
- fixed typo so make dist does not fail
2004-08-28 09:31:15 +02:00
lenz@mysql.com
e876d6f4da
- typo fix - make sure to include an existing file in the source
...
distribution...
2004-08-26 19:46:11 +02:00
serg@serg.mylan
b4bb38e896
merged
2004-08-26 15:19:46 +02:00
lenz@mysql.com
b9270a16fd
- Updated RPM spec file: MySQL-Max now requires MySQL-server instead
...
of MySQL (BUG#3860)
2004-08-26 12:25:14 +02:00
serg@serg.mylan
8f2d92c56a
manually merged
2004-08-24 17:24:23 +02:00
lenz@mysql.com
89fcb8ee41
- make sure to recreate all autoconf/automake-related files after
...
modifying configure.in for the commercial tarballs
- added my-innodb-heavy-4G.cnf to the distribution
2004-08-24 13:51:28 +02:00
lenz@mysql.com
fd25d80e9e
- do not link statically on our IA64 and AMD64 build hosts, as
...
static linking against an unpatched glibc 2.3 is causing trouble
- add "glibc23" to the release suffix in this case
- re-ordered the Changelog that was messed up by a BK merge
(RPM is picky about this)
2004-08-20 15:52:16 +02:00
serg@serg.mylan
e1237cbc53
manually merged
2004-08-18 19:57:55 +02:00
lenz@mysql.com
c484f82b21
- Fixed two small version number issues in MySQL-shared-compat.spec
2004-08-12 21:40:34 +02:00
lenz@mysql.com
341aaa375b
- Added libmygcc.a to the "devel" RPM subpackage (required to link
...
applications against the the embedded server libmysqld.a)
(BUG#4921)
2004-08-10 16:50:29 +02:00
lenz@mysql.com
0709513d4b
- added EXCEPTIONS-CLIENT to the "devel" RPM subpackage and added
...
a note to the RPM ChangeLog about it
2004-08-09 14:36:59 +02:00
lenz@mysql.com
1097805cf2
- rename: EXCEPTIONS->EXCEPTIONS-CLIENT
2004-08-05 17:05:11 +02:00
lenz@mysql.com
e5cb60dcaa
- applied the required changes to create the FOSS License exception
...
file "EXCEPTIONS" and include it in the source and binary
distributions
2004-08-05 01:54:04 +02:00
lenz@mysql.com
453a079feb
- added the MYSQL_EXTRA_LDFLAGS to the mysql_tzinfo_to_sql link
...
flags to enable static linking (to avoid having a shared lib
dependency in the Linux RPMs)
- Disabled OpenSSL in the Max RPM
2004-07-30 13:52:44 +02:00
lenz@mysql.com
d764fb4240
- fixed file name of the MySQL startup item script to MySQLCOM,
...
so it's included in the source distribution
2004-07-14 09:10:49 +02:00
lenz@mysql.com
80b363bca0
- Fixed a previous modification to the MySQL Startup Item for
...
Mac OS X: the name of the startup script itself must match the
name of the subdirectory it's located in. Changed MySQL->MySQLCOM
in the Do-pkg script and renamed the file in BK. (Thanks to Bryan
McCormack for reporting this)
2004-07-13 22:11:33 +02:00
lenz@mysql.com
0cba9b482e
- fixed server RPM postinstall (mysql_install_db was called with the
...
wrong parameter)
2004-06-30 14:01:31 +02:00
lenz@mysql.com
edb9af25bc
- added mysql_tzinfo_to_sql to binary distributions
2004-06-24 09:22:45 +02:00
monty@mysql.com
b11d258835
Merge with 4.0.21
2004-06-18 04:38:58 +03:00
guilhem@mysql.com
4bd441850c
Fix for BUG#4038 "rpm postinstall script leaves files as owned by root":
...
the rpm postinstall script must call mysql_install_db with --user=mysql,
and mysql_install_db must then pass this to mysqld. Otherwise, mysqld
runs as root, and if you have --log-bin=somewhere_out_of_var_lib_mysql
it creates binlog files owned by root in this dir, and this dir is not
fixed by the 'chmod mysql', so files remain owned by root, and later mysqld
(running as 'mysql') can't read them.
I'm hardcoding 'mysql' in the postinstall script, but it's already hardcoded
there in many places (see the useradd and chown) so it's ok.
2004-06-09 17:07:11 +02:00
paul@teton.kitebird.com
b3bc7df185
Touchups to .cnf file comments.
2004-06-02 12:56:26 -05:00
lenz@mysql.com
ce471412e3
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/space/my/mysql-4.1
2004-05-11 11:00:34 +02:00
lenz@mysql.com
3550d04574
Merge mysql.com:/space/my/mysql-4.1
...
into mysql.com:/space/my/mysql-4.1-build
2004-05-10 20:46:45 +02:00
lenz@mysql.com
2e47fb7076
- Renamed the Mac OS X StartupItem directory from
...
/Library/StartupItems/MySQL to /Library/StartupItems/MySQLCOM
to avoid a name space collision with the MySQL Startup Item shipped
with Mac OS X Server, updated the MySQLStartupItem PKG version
number to reflect the change.
2004-05-10 20:32:44 +02:00
monty@mysql.com
4ef7918e18
Add read_rnd_buffer_size in my.cnf example files
...
Remove wrong redefine of vio_reset() (to compile libmysqld on windows)
2004-05-10 17:37:38 +03:00
monty@mysql.com
d21d49a32a
Merge with 4.0.19
2004-05-05 17:05:24 +03:00
paul@kite-hub.kitebird.com
0682c59cff
my-medium.cnf.sh:
...
Correct typo, and fix up rest of sentence as well.
2004-04-28 11:50:32 -05:00
monty@mishka.local
21fd1d270e
Merge with 4.0
2004-04-26 15:53:31 +03:00
lenz@mysql.com
0e39b9220b
- added ncurses-devel to the build prerequisites (BUG#3377)
2004-04-05 14:38:17 +02:00
paul@ice.snake.net
f122e75108
Be picky.
2004-03-20 18:37:15 -06:00
lenz@kallisto.local
c104b25693
- added mysql-@VERSION@.spec to pkgdata_DATA again
...
(it got lost during a recent BK merge)
2004-03-09 19:23:29 +01:00
monty@mysql.com
d1d48a9dd5
Merge with 4.0 to get fix for mysqlbinlog
2004-02-16 10:15:52 +02:00
lenz@mysql.com
0588ac7736
- Replaced obsolete "Copyright" field with "License" in the RPM spec file
2004-02-12 17:12:08 +01:00
lenz@mysql.com
4e42ac4f9e
- fixed broken shellcode
2004-02-12 16:51:52 +01:00
lenz@mysql.com
b8866d929d
- always use CXX=gcc (not only when using gcc 3) to avoid a dependency
...
on libstdc++ and exceptions
2004-02-12 15:53:47 +01:00
monty@mysql.com
ce14578909
Merge with 4.0.18
2004-02-11 00:06:46 +01:00
lenz@mysql.com
2fa7447a16
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2004-02-04 12:44:34 +01:00
lenz@mysql.com
9736c9c457
- renamed myisam/ft_dump to myisam/mysam_ftdump and added it to the
...
binary distribution and Server RPM
2004-02-03 22:25:02 +01:00
serg@serg.mylan
06759f78d1
extra newline removed
2004-02-03 21:15:20 +01:00
ram@gw.mysql.r18.ru
e4bde991ae
another variant (bug #2185 : mysql.server script echo bug)
2004-02-03 16:45:29 +04:00
ram@gw.mysql.r18.ru
d75674a541
a fix ( #2185 : mysql.server script echo bug)
...
thnx Paul.
<monty> can you get the above into configure and make Makefile.am patch
mysql.server.sh with the right values for mysql.server ?
<monty> or do you think we should just put the above in mysql.server.sh directly
<ramil> as you want
<monty> the last is kind of hard to do with variables, so lets put the
above in mysql.server.sh directly
2004-02-02 15:25:20 +04:00
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
monty@hundin.mysql.fi
c1947bca03
Use --enable-local-infile as default
2002-02-14 19:41:32 +02:00