1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-13 02:22:51 +03:00
Commit Graph

325 Commits

Author SHA1 Message Date
1bd8c68f7f - After merge fixes 2005-04-13 19:46:26 +02:00
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
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
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
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
954ef465bc Removed MyISAM RAID from the Linux "Max" RPMs
(patch from lenz, reapplied by jimw)
2005-03-18 16:14:49 -08:00
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
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
01180054fa - fixed a changelog entry in the RPM spec file (wrong author) 2005-02-17 11:07:33 +01:00
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
083003f1c1 - fixed the compilation comments
- fixed a broken changelog entry
2005-02-14 11:12:39 +01:00
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
f963a53fa5 mysql.spec.sh:
removed typo
  moved pre to post for directory creation
  add changelog comments
2005-02-07 16:25:07 +01:00
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
a2b62c5b2d ndbcluster rpms 2005-02-03 17:53:03 +01:00
3b0f8cabaf Merge with global tree 2005-01-15 14:39:16 +02:00
0a1076a25f Merge with 4.1 2005-01-15 14:09:45 +02:00
75935d2a8e - replaced obsoleted "BuildPrereq" with "BuildRequires" in the RPM spec file 2005-01-14 18:20:03 +01:00
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
3c6d5e43f9 Merge 2005-01-04 13:23:04 +02:00
6dfb7aa283 fixed .spec file after isam/merge purge, removed man pages for isamlog and isamchk 2005-01-04 00:26:52 +01:00
12527e5c47 - added the "Archive", "CSV" and "Example" storage engines to the Linux
"Max" RPM
2004-12-31 10:38:51 +01:00
b4bb38e896 merged 2004-08-26 15:19:46 +02:00
b9270a16fd - Updated RPM spec file: MySQL-Max now requires MySQL-server instead
of MySQL (BUG#3860)
2004-08-26 12:25:14 +02:00
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
e1237cbc53 manually merged 2004-08-18 19:57:55 +02:00
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
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
1097805cf2 - rename: EXCEPTIONS->EXCEPTIONS-CLIENT 2004-08-05 17:05:11 +02:00
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
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
0cba9b482e - fixed server RPM postinstall (mysql_install_db was called with the
wrong parameter)
2004-06-30 14:01:31 +02:00
edb9af25bc - added mysql_tzinfo_to_sql to binary distributions 2004-06-24 09:22:45 +02:00
b11d258835 Merge with 4.0.21 2004-06-18 04:38:58 +03:00
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
21fd1d270e Merge with 4.0 2004-04-26 15:53:31 +03:00
0e39b9220b - added ncurses-devel to the build prerequisites (BUG#3377) 2004-04-05 14:38:17 +02:00
d1d48a9dd5 Merge with 4.0 to get fix for mysqlbinlog 2004-02-16 10:15:52 +02:00
0588ac7736 - Replaced obsolete "Copyright" field with "License" in the RPM spec file 2004-02-12 17:12:08 +01:00
4e42ac4f9e - fixed broken shellcode 2004-02-12 16:51:52 +01:00
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
ce14578909 Merge with 4.0.18 2004-02-11 00:06:46 +01:00
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
ca27da12fe - link the mysql client RPM against libreadline instead of libedit
(BUG 2289)
2004-01-13 19:55:37 +01:00
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
e0cc6799ec Merge with 4.0.17 2003-12-17 17:35:34 +02:00
1483e8d372 - fixed file permissions for the server RPM docs directory (BUG 1672) 2003-12-13 03:52:19 +01:00
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
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
bff0bbeb1f merged 2003-11-25 18:26:53 +01:00