lenz@mysql.com
a315d1be76
RPM spec file fixes:
...
- added a usermod call to assign a potential existing mysql user to the
correct user group (BUG#12823)
- Save the perror binary built during Max build so it supports the NDB
error codes (BUG#13740)
- added a separate macro "mysqld_group" to be able to define the
user group of the mysql user seperately, if desired.
2005-10-13 22:01:02 +02:00
jimw@mysql.com
8f659d05a2
Fix typo (thread_cache should be thread_cache_size) in example
...
configuration files. (Bug #13811 )
2005-10-13 11:05:59 -07:00
lenz@mysql.com
0b80982497
- typo fix: rott->root in the file attributes for mysql_client_test of the RPM spec file
2005-10-10 13:00:41 +02:00
lenz@mysql.com
54d60d7fa7
Merge mysql.com:/space/my/mysql-4.1 into mysql.com:/space/my/mysql-5.0
2005-09-29 14:35:07 +02:00
lenz@mysql.com
68e6b0e21d
Merge mysql.com:/space/my/mysql-4.0 into mysql.com:/space/my/mysql-4.1
2005-09-29 13:57:41 +02:00
lenz@mysql.com
443048f61c
- fixed the removing of the RPM_BUILD_ROOT in the %clean section of the RPM
...
spec file (the $RBR variable did not get expanded, thus leaving old build
roots behind)
2005-09-29 13:55:54 +02:00
kent@mysql.com
095efe48a5
Makefile.am, configure.in:
...
Enable "make distcheck" to work
2005-09-24 15:51:45 +02:00
jimw@mysql.com
e2643c2942
Fix handling of libexecdir and sbindir in mysql.server, and note that
...
basedir and datadir settings in script may be overwritten by settings
in configuration files. (Bug #12550 )
2005-08-26 12:02:06 -07:00
monty@mishka.local
f384e08277
Merge mishka.local:/home/my/mysql-4.1
...
into mishka.local:/home/my/mysql-5.0
2005-08-25 06:55:48 +03:00
joerg@mysql.com
ddcbf609c4
Ensure that a failing test does not stop testing or the whole RPM build process.
2005-08-22 12:48:01 +02:00
lenz@mysql.com
4880d22b79
- Removed a non-fatal error when running the Mac OS X 10.4 PackageMaker:
...
CFBundleShortVersionString in Info.plist may not include a version
suffix like "-beta" (BUG#12584)
- Minor cleanup: removed two unused keys from Info.plist: IFMajorVersion
and IFMinorVersion
2005-08-15 15:44:56 +02:00
lenz@mysql.com
acaad2c70b
Merge mysql.com:/space/my/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0-merge
2005-08-12 14:44:16 +02:00
lenz@mysql.com
61a9bace12
Merge mysql.com:/space/my/mysql-4.1
...
into mysql.com:/space/my/mysql-4.1-merge
2005-08-12 14:44:03 +02:00
lenz@mysql.com
77bb2add1b
Merge mysql.com:/space/my/mysql-4.1-merge
...
into mysql.com:/space/my/mysql-5.0-build
2005-08-12 11:49:42 +02:00
lenz@mysql.com
8a72ee556d
Merge mysql.com:/space/my/mysql-4.0-merge
...
into mysql.com:/space/my/mysql-4.1-merge
2005-08-12 08:13:02 +02:00
lenz@mysql.com
16b696a60e
- another comment typo fixed
2005-08-11 21:18:45 +02:00
lenz@mysql.com
c1c336f84b
- Fix for BUG#11380 (as recommened by JimW): renamed the preinstall/postinstall scripts to
...
preflight/postflight instead, so they are run every time a PKG is installed, not only for
a fresh installation
2005-08-11 20:23:12 +02:00
lenz@mysql.com
776bf91371
- Make sure the Mac OS X support files are built, but not installed by "make install" (the previous
...
change was too drastic) (BUG#12506)
2005-08-11 20:13:12 +02:00
lenz@mysql.com
aff1328ada
Merge mysql.com:/space/my/mysql-4.1-build
...
into mysql.com:/space/my/mysql-5.0-build
2005-08-04 12:48:28 +02:00
lenz@mysql.com
eb19f12fbf
- manual merge from 4.0 into 4.1: used the local version of ha_innodb.cc, merged
...
the rpm spec file changelog
2005-08-04 12:35:13 +02:00
lenz@mysql.com
307c920354
- Fixed the creation of the mysql user group account in the postinstall section of
...
the MySQL-server RPM spec file (BUG#12348)
2005-08-04 12:22:51 +02:00
lenz@mysql.com
08694dc2ac
- fixed enabling the Archive storage engine for the mysqld-max RPM binary
2005-08-04 11:57:30 +02:00
lenz@mysql.com
2889025acc
Merge mysql.com:/space/my/mysql-4.1-build
...
into mysql.com:/space/my/mysql-5.0-build
2005-08-02 14:04:21 +02:00
lenz@mysql.com
9217c90a77
- Fixed the Requires: tag for the server RPM (BUG#12233), make sure to list all
...
required commands/packages so the installation succeeds. Removed the superflouus
Requires field from the source RPM.
2005-08-02 13:59:02 +02:00
monty@mysql.com
15d48525af
Merge mysql.com:/home/my/mysql-4.1
...
into mysql.com:/home/my/mysql-5.0
2005-07-28 17:09:54 +03:00
lenz@mysql.com
a5b6057db5
- build the RPM binaries against the bundled zlib, when static linking is requested
2005-07-27 16:42:13 +02:00
lenz@mysql.com
e259d9e96b
Merge mysql.com:/space/my/mysql-4.1-build
...
into mysql.com:/space/my/mysql-5.0-build
2005-07-20 22:41:53 +02:00
lenz@mysql.com
64e4c5ff98
- Manually merged fixes for BUG#12057 (*.plist (Mac OS X) files are installed on Linux)
2005-07-20 21:47:10 +02:00
lenz@mysql.com
ca9087a82c
- don't install the Mac OS X support files when running "make install" -
...
they're not needed outside of the source tree (BUG#12057)
- Removed some more unneeded files from "make install" along the way
2005-07-20 19:15:48 +02:00
lenz@mysql.com
d9de51cf23
Merge mysql.com:/space/my/mysql-4.1.13-clone
...
into mysql.com:/space/my/mysql-5.0-build
2005-07-15 09:23:36 +02:00
lenz@mysql.com
0487cb938e
- manual merge of the fix for BUG#10984: create a "mysql" user group and assign the
...
mysql user account to that group in the server postinstall section of the RPM spec
file
2005-07-15 09:07:33 +02:00
lenz@mysql.com
0d7a2641b5
RPM spec file improvements:
...
- create a "mysql" user group and assign the mysql user account to that group
in the server postinstall section. (BUG 10984)
- backported some changes from the 4.1 RPM spec file (cleanups: removed the incomplete
Brazilian translations, more consequent use of macros)
2005-07-15 08:54:11 +02:00
lenz@mysql.com
1e399654b4
Merge mysql.com:/space/my/mysql-4.1-build
...
into mysql.com:/space/my/mysql-5.0-build
2005-07-04 22:14:14 +02:00
lenz@mysql.com
a300489d0c
- The Max package should Require a matching MySQL-server package. Automatically replace
...
the version string with the base version of the current build
2005-07-04 22:11:38 +02:00
lenz@mysql.com
e218dffe1b
Merge mysql.com:/space/my/mysql-4.1
...
into mysql.com:/space/my/mysql-5.0-build
2005-06-15 00:57:23 +02:00
lenz@mysql.com
90479d9ece
- Do not build the RPMs statically on i386 by default, only when adding either
...
"--with static" or "--define '_with_static 1'" to the RPM build options.
Static linking really only makes sense when linking against the specially patched
glibc 2.2.5.
2005-06-14 21:39:08 +02:00
lenz@mysql.com
d30f69ab0a
- added the libndbclient static and shared libraries to the RPM (BUG 10676)
2005-06-07 14:39:00 +02:00
lenz@mysql.com
6e5818e977
- manual merge of mysql.spec.sh
2005-06-07 11:40:56 +02:00
lenz@mysql.com
1c21f84afb
- BUG#10676: don't install "make_win_src_distribution" and "make_win_binary_distribution"
...
when doing "make install" (they are not needed/useful) outside the build tree. Added
"mysql_client_test" to the "MySQL-bench" RPM.
- some small RPM spec file improvements (more variables than hard-coded values, cleanups)
2005-06-07 10:25:51 +02:00
lenz@mysql.com
9afd2563e9
Merge of 4.1 -> 5.0
2005-06-01 15:11:14 +02:00
lenz@mysql.com
e877e71b17
Merge mysql.com:/space/my/mysql-4.0 into mysql.com:/space/my/mysql-4.1
2005-06-01 13:06:15 +02:00
lenz@mysql.com
7bd3dd7cb3
- removed references to some obsolete files (BUG#10824)
...
- removed obsolete mysql-max.spec.sc RPM spec file (Max is built out of the standard
spec file)
2005-06-01 12:59:10 +02:00
joerg@mysql.com
9504bd0ddd
Manual merge.
2005-05-26 12:51:44 +02:00
joerg@mysql.com
830d25d985
Manual merge.
2005-05-25 18:11:03 +02:00
joerg@mysql.com
0d121fe01a
Added a missing "make clean" to the RPM "spec" file which had caused the original 4.1.12 RPMs to be broken.
...
(bug#10674, bug#10681)
2005-05-25 16:24:07 +02:00
konstantin@mysql.com
753959cd88
Manual merge
2005-05-05 13:47:09 +04:00
kent@mysql.com
038ef8f865
mwcc-wrapper, compile-darwin-mwcc, mwar-wrapper:
...
Initial Metrowerks CodeWarrior compiler support
new file
2005-05-05 09:34:15 +02:00
lenz@mysql.com
e4907dcdb7
Merge mysql.com:/space/my/mysql-4.1-bug9444
...
into mysql.com:/space/my/mysql-5.0
2005-05-04 15:00:18 +02:00
lenz@mysql.com
59930b6e84
- adjusted the start and stop priority level in the mysql.server init script for chkconfig on
...
Red Hat Linux (BUG#9444) - we now match the levels used by the MySQL as shipped with Red Hat Linux
(e.g. RHEL3/RHEL4)
2005-05-04 14:58:43 +02:00
joerg@mysql.com
af59b7502b
Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/M41/mysql-4.1
2005-04-26 19:26:51 +02:00
joerg@mysql.com
49ac2dac3e
Automerge / manual check of the fixes for NPTL configuration (bug#2173, bug#5871, and bug#9497).
...
Post-merge fix will follow.
2005-04-26 12:03:37 +02:00
lenz@mysql.com
918ce29557
- manual merge
2005-04-21 08:30:59 +02:00
joerg@mysql.com
48ba5e4956
Step 1 of the switch to support configuration with NPTL:
...
Rename 'IS_LINUX' configuration variable to 'TARGET_LINUX'.
2005-04-20 20:10:28 +02:00
lenz@mysql.com
cf152b156d
- Enabled the "blackhole" storage engine for the Max RPM subpackage
2005-04-20 08:39:08 +02:00
lenz@mysql.com
113c883f1d
Merge mysql.com:/space/my/mysql-4.1-build
...
into mysql.com:/space/my/mysql-5.0-build
2005-04-17 13:04:29 +02:00
lenz@mysql.com
5126016d3c
Merge mysql.com:/space/my/mysql-4.0-build
...
into mysql.com:/space/my/mysql-4.1-build
2005-04-17 12:48:33 +02:00
lenz@mysql.com
4bc0a01d33
- removed ReadMe.txt from CLEANFILES, as it's cleaned by Docs/Makefile.am
...
already (and that's the Makefile that acutally creates it)
2005-04-17 12:44:59 +02:00
monty@mishka.local
0c03aea1aa
Set bindir, datadir & others if --basedir is given. This ensures that one only has to set basedir in [mysqld] group when moving a binary installation to a not default polace
...
Use for now safe_mysqld by default. (unless use-manager is set in the [mysql.server] option in my.cnf)
Search first for defaults files in basedir and then in datadir (like mysqld_safe)
2005-04-16 11:40:41 +03:00
monty@mishka.local
de1b1fe54d
Added more rows to test to get predictable results
2005-04-16 10:53:30 +03:00
monty@mishka.local
c8170b349f
Merge with 4.1
2005-04-16 04:35:54 +03:00
jimw@mysql.com
77f6f5b178
Merge mysql.com:/home/jimw/my/mysql-4.1-9852
...
into mysql.com:/home/jimw/my/mysql-4.1-clean
2005-04-15 11:51:41 -07:00
jimw@mysql.com
5e581186a4
Fix mysql.server.sh to use shell functions as replacement
...
for LSB init functions when they aren't available. (Bug #9852 )
2005-04-14 17:22:18 -07:00
lenz@mysql.com
c4fb796e9e
Merge mysql.com:/space/my/mysql-4.0-build
...
into mysql.com:/space/my/mysql-4.1-build
2005-04-13 19:51:55 +02:00
lenz@mysql.com
c8225b62fd
- fixed a date for a changelog entry in the RPM spec file (s/Mar/Apr/) - RPM complains about wrongly
...
ordered entries.
2005-04-13 19:50:54 +02:00
lenz@mysql.com
1bd8c68f7f
- After merge fixes
2005-04-13 19:46:26 +02:00
lenz@mysql.com
077368fc28
More changes to reflect the removal of manual.texi from the sources:
...
- Added a stub scripts/fill_help_tables.sql file to satisfy the build dependencies
- Removed scripts/fill_help_tables.sh and updated scripts/Makefile.am accordingly
The fill_help_tables.sql stub will be replaced with the approriate content when building the
official source distribution via Bootstrap - it's now autogenerated on the documentation server
and will be copied into place before packing up the source distribution.
2005-04-13 18:29:23 +02:00
lenz@mysql.com
ad75afe308
Manual merge of the ChangeSet to remove the dependency on manual.texi from the source tree (from 4.0)
2005-04-13 13:27:06 +02:00
lenz@mysql.com
11df4eec85
- manual.texi will be replaced with a manual written in DocBook/XML. This ChangeSet removes all
...
references to the .texi file and the build targets that depend on manual.texi as the input file.
- added COPYING as a regular file instead of creating it during the build. This ensures that it's part
of the sources when pulling from BK (it used to be extracted from the manual)
- Removed a lot of cruft and unused/obsolete stuff from the Docs directory (e.g. Flags, Images)
- added a dummy mysql.info placeholder file (the info file is still used as the source to extract
various text files during the build). It will be replaced with a "real" file during the Bootstrap
process to create the official source distribution - the placeholder just satisfies build dependencies.
2005-04-13 11:51:38 +02:00
petr@mysql.com
7730319738
Enable IM in the binary distribution and fix Bug #9513 (mysql.server script from the binary distibution
...
doesn't work out of the box)
2005-04-04 03:49:10 +04:00
pekka@mysql.com
5b9bd8c0c8
Merge
2005-04-01 10:13:37 +02:00
petr@mysql.com
8f5029b42c
Bug #9507 /etc/init.d/mysql script does not stop mysqld correctly
...
wait_for_pid function is fixed to wait for pid removal in "stop".
recomitted with post-review fix
2005-03-31 14:25:03 +04:00
bell@sanja.is.com.ua
05d4ed14e4
merge 4.1->5.0
2005-03-31 10:39:48 +03:00
joerg@mysql.com
1314c4aaee
Portability fix (avoid bash-ism).
2005-03-30 18:38:54 +02:00
jimw@mysql.com
954ef465bc
Removed MyISAM RAID from the Linux "Max" RPMs
...
(patch from lenz, reapplied by jimw)
2005-03-18 16:14:49 -08:00
petr@mysql.com
28bf536411
IM setup patch. Enable IM instead of mysqld_safe in start/stop script.
...
Alter RPM to include mysqlmanger binary and config files.
2005-03-15 22:51:13 +03:00
lenz@mysql.com
945aad6b49
Merge mysql.com:/space/my/mysql-4.1-build
...
into mysql.com:/space/my/mysql-5.0
2005-03-15 12:28:43 +01:00
lenz@mysql.com
2714f176fb
Applied some changes to the mysql.server init script that are already shipped as an additional patch
...
in the 4.1.10a RPMs for SLES9/RHEL3:
- small improvement: use LSB functions to display startup success and failure, if available.
Fall back to more primitive builtin functions otherwise.
- joined two pieces of code performing the same functionality into one "wait_for_pid" function
- added a "reload" function (LSB requirement)
2005-03-15 12:23:14 +01:00
jani@ua141d10.elisa.omakaista.fi
d378dbe83d
Fixed Bug#7873.
2005-02-17 20:20:48 +02:00
lenz@mysql.com
ab2a4c4d54
Merge mysql.com:/space/my/mysql-4.1 into mysql.com:/space/my/mysql-5.0
2005-02-17 11:09:35 +01:00
lenz@mysql.com
01180054fa
- fixed a changelog entry in the RPM spec file (wrong author)
2005-02-17 11:07:33 +01:00
lenz@mysql.com
65e804612f
Merge mysql.com:/space/my/mysql-4.1 into mysql.com:/space/my/mysql-5.0
2005-02-17 10:56:20 +01:00
lenz@mysql.com
083003f1c1
- fixed the compilation comments
...
- fixed a broken changelog entry
2005-02-14 11:12:39 +01:00
tomas@poseidon.ndb.mysql.com
e0f82ff5fa
Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
2005-02-07 16:27:16 +01:00
tomas@poseidon.ndb.mysql.com
f963a53fa5
mysql.spec.sh:
...
removed typo
moved pre to post for directory creation
add changelog comments
2005-02-07 16:25:07 +01:00
mysqldev@mysql.com
6e02e19b8a
Merge mysql.com:/home/mysqldev/tulin/mysql-4.1
...
into mysql.com:/home/mysqldev/tulin/mysql-5.0
2005-02-03 17:58:29 +01:00
tulin@mysql.com
e70445d318
made an .sh file of ndb-config-2-node.ini instead
2005-02-03 17:58:02 +01:00
mysqldev@mysql.com
92a99d80d0
Merge mysql.com:/home/mysqldev/tulin/mysql-4.1
...
into mysql.com:/home/mysqldev/tulin/mysql-5.0
2005-02-03 17:54:03 +01:00
tulin@mysql.com
a2b62c5b2d
ndbcluster rpms
2005-02-03 17:53:03 +01:00
lenz@mysql.com
2900199727
Merge mysql.com:/space/my/mysql-4.1 into mysql.com:/space/my/mysql-5.0
2005-01-20 12:21:10 +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
guilhem@mysql.com
c30e600081
Merge
2005-01-16 15:10:42 +01:00
monty@mysql.com
3b0f8cabaf
Merge with global tree
2005-01-15 14:39:16 +02:00
monty@mysql.com
0a1076a25f
Merge with 4.1
2005-01-15 14:09:45 +02:00
lenz@mysql.com
75935d2a8e
- replaced obsoleted "BuildPrereq" with "BuildRequires" in the RPM spec file
2005-01-14 18:20:03 +01:00
guilhem@mysql.com
c7c5cc80ad
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/mysql_src/mysql-5.0-clean
2005-01-13 15:59:48 +01:00
lenz@mysql.com
de6af31752
- added the 4.1 shared client libraries to the 5.0 shared-compat RPM
...
(we should consider dropping 3.23 from this one soon)
2005-01-13 14:54:18 +01:00
lenz@mysql.com
3e5e12d5c0
Merge mysql.com:/space/my/mysql-4.1
...
into mysql.com:/space/my/mysql-5.0-build
2005-01-13 14:54:17 +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
bbe30db001
- added option "--with-federated" to Do-compile to enable building of the
...
Federated Storage Engine (as requested by Brian)
- added the federated storage engine to the Max Linux RPM
2005-01-13 12:03:12 +01:00
guilhem@mysql.com
61a65d42f0
Encourage user to specify a name for the binlog index file (either by giving an argument to --log-bin,
...
or by using --log-bin-index). This is so that he does not have a replication break when his master's
hostname changes. Plus binary logging options consistency checks.
2005-01-11 00:16:07 +01:00
monty@mysql.com
3c6d5e43f9
Merge
2005-01-04 13:23:04 +02:00
petr@mysql.com
21b751063a
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/users/pchardin/mysql-5.0
2005-01-04 00:48:13 +01:00
petr@mysql.com
6dfb7aa283
fixed .spec file after isam/merge purge, removed man pages for isamlog and isamchk
2005-01-04 00:26:52 +01:00
monty@mysql.com
309b1a2b6c
Merge with 4.1 tree to get fix for INSERT IGNORE ... ON DUPLICATE KEY
2005-01-03 23:04:52 +02:00
kent@mysql.com
4c914f1c15
Many files:
...
Removed references to ISAM and MERGE
2005-01-01 20:54:45 +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