Commit Graph

28 Commits

Author SHA1 Message Date
Tom Lane
a7d331a0c9 Update to MySQL 5.1.42; also fix #547485 2024-02-05 16:59:12 +01:00
Tom Lane
0354074618 Stop waiting during "service mysqld start" if mysqld_safe exits 2024-02-05 16:59:12 +01:00
Tom Lane
195f2c4413 Update to 5.1.40; also fix #533736 2024-02-05 16:59:12 +01:00
Tom Lane
c9d92c2197 Update to MySQL 5.1.35. Fix SELinux context when recreating
/var/lib/mysql/.
2024-02-05 16:59:12 +01:00
Tom Lane
82ab89f3ab Update to MySQL 5.1.34 2024-02-05 16:59:12 +01:00
Tom Lane
e9e34fccd8 Enable ndbcluster support, fix a couple of small issues 2024-02-05 16:59:12 +01:00
Tom Lane
e6fb210ebd Second try at stack-guard patch, also apply fix for bug #435494 2024-02-05 16:59:12 +01:00
Tom Lane
1e2d80ff8a initscript and packaging cleanups, per bugs 233771, 233731 2024-02-05 16:59:12 +01:00
Tom Lane
7a107d09e1 Update to MySQL 5.0.33. Fix #221085, #223713. 2024-02-05 16:59:12 +01:00
Tom Lane
148a89c268 Update to MySQL 5.0.27, fix a couple minor issues noted in changelog entry. 2024-02-05 16:59:12 +01:00
Tom Lane
cafb0a92ae err-log option has been renamed to log-error, fix my.cnf and initscript 2024-02-05 16:59:12 +01:00
Tom Lane
96aca199d7 Make stop script wait for daemon process to disappear (bz#172426) 2024-02-05 16:59:12 +01:00
Tom Lane
942607bce9 Fix for bz#143724. 2024-02-05 16:59:12 +01:00
Tom Lane
f44a0e3fa7 Cause mysql init script to honor settings in my.cnf (bz#76051) 2024-02-05 16:59:12 +01:00
Tom Lane
f681a34ca5 Fix mysql initscript failure when anonymous users are disabled (bz#142328) 2024-02-05 16:59:12 +01:00
Daniel J Walsh
e5953bdf85 Add restorecon incase the log file gets deleted and recreated. 2024-02-05 16:59:12 +01:00
Tom Lane
f2a9cba9de Update devel branch to MySQL 4.1.7. 2024-02-05 16:59:12 +01:00
Tom Lane
516ba6c198 Fix multilib problems, also minor bugs 128852, 129409. 2024-02-05 16:59:12 +01:00
cvsdist
b0d0484761 auto-import changelog data from mysql-3.23.58-9.src.rpm
Sat Apr 17 2004 Warren Togami <wtogami@redhat.com> 3.23.58-9
- remove redundant INSTALL-SOURCE, manual.*
- compress manual.txt.bz2
- BR time
Tue Mar 16 2004 Tom Lane <tgl@redhat.com> 3.23.58-8
- repair logfile attributes in %files, per bug #102190
- repair quoting problem in mysqlhotcopy, per bug #112693
- repair missing flush in mysql_setpermission, per bug #113960
- repair broken error message printf, per bug #115165
- delete mysql user during uninstall, per bug #117017
- rebuilt
Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Tue Feb 24 2004 Tom Lane <tgl@redhat.com>
- fix chown syntax in mysql.init
- rebuild
Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
2024-02-05 16:59:12 +01:00
cvsdist
de504ddf84 auto-import changelog data from mysql-3.23.58-5.src.rpm
Tue Nov 18 2003 Kim Ho <kho@redhat.com> 3.23.58-5
- update mysql.init to use anonymous user (UNKNOWN_MYSQL_USER) for pinging
    mysql server (#108779)
2024-02-05 16:59:12 +01:00
cvsdist
729c1d4ac1 auto-import changelog data from mysql-3.23.58-4.src.rpm
Mon Oct 27 2003 Kim Ho <kho@redhat.com> 3.23.58-4
- update mysql.init to wait (max 10 seconds) for mysql server to start
    (#58372)
Mon Oct 27 2003 Patrick Macdonald <patrickm@redhat.com> 3.23.58-3
- re-enable Berkeley DB support (#106832)
- re-enable ia64 testing
Fri Sep 19 2003 Patrick Macdonald <patrickm@redhat.com> 3.23.58-2
- rebuilt
2024-02-05 16:59:12 +01:00
cvsdist
2c21a3d55c auto-import mysql-3.23.49-0.7 from mysql-3.23.49-0.7.src.rpm 2024-02-05 16:59:12 +01:00
cvsdist
a6c3d38434 auto-import changelog data from mysql-3.23.40-1.src.rpm
Sat Jul 21 2001 Trond Eivind Glomsrød <teg@redhat.com>
- 3.23.40, bugfix release
- Add zlib-devel to buildrequires:
Fri Jul 20 2001 Trond Eivind Glomsrød <teg@redhat.com>
- BuildRequires-tweaking
Thu Jun 28 2001 Trond Eivind Glomsrød <teg@redhat.com>
- Reenable test, but don't run them for s390, s390x or ia64
- Make /etc/my.cnf config(noplace). Same for /etc/logrotate.d/mysqld
Thu Jun 14 2001 Trond Eivind Glomsrød <teg@redhat.com>
- 3.23.29
- enable innodb
- enable assembly again
- disable tests for now..
2024-02-05 16:59:11 +01:00
cvsdist
5736950da1 auto-import changelog data from mysql-3.23.36-1.src.rpm
Wed Mar 28 2001 Trond Eivind Glomsrød <teg@redhat.com>
- Make it obsolete our 6.2 PowerTools packages
- 3.23.36 bugfix release - fixes some security issues which didn't apply to
    our standard configuration
- Make "make test" part of the build process, except on IA64 (it fails
    there)
Tue Mar 20 2001 Trond Eivind Glomsrød <teg@redhat.com>
- 3.23.35 bugfix release
- Don't delete the mysql user on uninstall
Tue Mar 13 2001 Trond Eivind Glomsrød <teg@redhat.com>
- 3.23.34a bugfix release
Wed Feb 07 2001 Trond Eivind Glomsrød <teg@redhat.com>
- added readline-devel to BuildRequires:
Tue Feb 06 2001 Trond Eivind Glomsrød <teg@redhat.com>
- small i18n-fixes to initscript (action needs $)
Tue Jan 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
- make it shut down and rotate logs without using mysqladmin (from #24909)
Mon Jan 29 2001 Trond Eivind Glomsrød <teg@redhat.com>
- conflict with "MySQL"
Tue Jan 23 2001 Trond Eivind Glomsrød <teg@redhat.com>
- improve gettextizing
Mon Jan 22 2001 Trond Eivind Glomsrød <teg@redhat.com>
- 3.23.32
- fix logrotate script (#24589)
2024-02-05 16:59:11 +01:00
cvsdist
3122f9d8d7 auto-import changelog data from mysql-3.23.32-1.7.src.rpm
Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com>
- 3.23.32
- fix logrotate script, so it doesn't return "false" if mysqld isn't
    running (#24589)
Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com>
- 3.23.31
Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com>
- move the items in Requires(post): to Requires: in preparation for an
    errata for 7.0 when 3.23.31 is released
Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com>
- add the log file to the rpm database, and make it 0640 (#24116)
- as above in logrotate script
- changes to the init sequence - put most of the data in /etc/my.cnf
    instead of hardcoding in the init script
- use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid
- use standard safe_mysqld
- shut down cleaner
Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com>
- 3.23.30
- do an explicit chmod on /var/lib/mysql in post, to avoid any problems
    with broken permissons. There is a report of rm not changing this on
    its own (#22989)
Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com>
- bzipped source
- changed from 85 to 78 in startup, so it starts before apache (which can
    use modules requiring mysql)
Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com>
- 3.23.29a
Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
- add requirement for new libstdc++, build for errata
Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
- 3.23.29
Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com>
- 3.23.28 (gamma)
- remove old patches, as they are now upstreamed
Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com>
- Add a requirement for a new glibc (#20735)
- build on IA64
Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com>
- disable more assembly
Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com>
- fix mysql on SPARC (#20124)
Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com>
- 3.23.27
Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com>
- add patch for fixing bogus aliasing in mysql from Jakub, which should fix
    #18905 and #18620
Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com>
- check for negative niceness values, and negate it if present (#17899)
- redefine optflags on IA32 FTTB
2024-02-05 16:59:11 +01:00
cvsdist
f16ef3f517 auto-import changelog data from mysql-3.23.26-1.src.rpm
Wed Oct 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
- 3.23.26, which among other fixes now uses mkstemp() instead of tempnam().
- revert changes made yesterday, Jakub fixed the compiler
Tue Oct 17 2000 Trond Eivind Glomsrød <teg@redhat.com>
- use the compat C++ compiler FTTB. Argh.
- add requirement of ncurses4 (see above)
Sun Oct 01 2000 Trond Eivind Glomsrød <teg@redhat.com>
- 3.23.25
- fix shutdown problem (#17956)
Tue Sep 26 2000 Trond Eivind Glomsrød <teg@redhat.com>
- Don't try to include no-longer-existing PUBLIC file as doc (#17532)
2024-02-05 16:59:11 +01:00
cvsdist
555510a779 auto-import changelog data from mysql-3.23.24-1.src.rpm
Tue Sep 12 2000 Trond Eivind Glomsrød <teg@redhat.com>
- rename config file to /etc/my.cnf, which is what mysqld wants... doh.
    (#17432)
- include a changed safe_mysqld, so the pid file option works.
- make mysql dir world readable to they can access the mysql socket.
    (#17432)
- 3.23.24
Wed Sep 06 2000 Trond Eivind Glomsrød <teg@redhat.com>
- 3.23.23
2024-02-05 16:59:11 +01:00
cvsdist
bd137d5378 auto-import changelog data from mysql-3.23.22-6.src.rpm
Sun Aug 27 2000 Trond Eivind Glomsrød <teg@redhat.com>
- Add "|| :" to condrestart to avoid non-zero exit code
Thu Aug 24 2000 Trond Eivind Glomsrød <teg@redhat.com>
- it's mysql.com, not mysql.org and use correct path to source (#16830)
Wed Aug 16 2000 Trond Eivind Glomsrød <teg@redhat.com>
- source file from /etc/rc.d, not /etc/rd.d. Doh.
Sun Aug 13 2000 Trond Eivind Glomsrød <teg@redhat.com>
- don't run ldconfig -n, it doesn't update ld.so.cache (#16034)
- include some missing binaries
- use safe_mysqld to start the server (request from mysql developers)
Sat Aug 05 2000 Bill Nottingham <notting@redhat.com>
- condrestart fixes
Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com>
- 3.23.22. Disable the old patches, they're now in.
Thu Jul 27 2000 Trond Eivind Glomsrød <teg@redhat.com>
- bugfixes in the initscript
- move the .so link to the devel package
Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
- rebuild due to glibc changes
Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
- disable compiler patch
- don't include info directory file
Mon Jul 17 2000 Trond Eivind Glomsrød <teg@redhat.com>
- move back to /etc/rc.d/init.d
Fri Jul 14 2000 Trond Eivind Glomsrød <teg@redhat.com>
- more cleanups in initscript
Thu Jul 13 2000 Trond Eivind Glomsrød <teg@redhat.com>
- add a patch to work around compiler bug (from monty@mysql.com)
Wed Jul 12 2000 Trond Eivind Glomsrød <teg@redhat.com>
- don't build the SQL daemon statically (glibc problems)
- fix the logrotate script - only flush log if mysql is running
- change the reloading procedure
- remove icon - glint is obsolete a long time ago
Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com>
- try the new compiler again
- build the SQL daemon statically
- add compile time support for complex charsets
- enable assembler
- more cleanups in initscript
Sun Jul 09 2000 Trond Eivind Glomsrød <teg@redhat.com>
- use old C++ compiler
- Exclusivearch x86
Sat Jul 08 2000 Trond Eivind Glomsrød <teg@redhat.com>
- move .so files to devel package
- more cleanups
- exclude sparc for now
Wed Jul 05 2000 Trond Eivind Glomsrød <teg@redhat.com>
- 3.23.21
- remove file from /etc/sysconfig
- Fix initscript a bit - initialization of databases doesn't work yet
- specify the correct licenses
- include a /etc/my.conf (empty, FTTB)
- add conditional restart to spec file
Sun Jul 02 2000 Jakub Jelinek <jakub@redhat.com>
- Rebuild with new C++
Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com>
- update to 3.23.20
- use %configure, %makeinstall, %{_tmppath}, %{_mandir}, %{_infodir},
    /etc/init.d
- remove the bench package
- change some of the descriptions a little bit
- fix the init script
- some compile fixes
- specify mysql user
- use mysql uid 27 (postgresql is 26)
- don't build on ia64
Sat Feb 26 2000 Jos Vos <jos@xos.nl>
- Version 3.22.32 release XOS.1 for LinuX/OS 1.8.0
- Upgrade from version 3.22.27 to 3.22.32.
- Do "make install" instead of "make install-strip", because "install -s"
    now appears to fail on various scripts. Afterwards, strip manually.
- Reorganize subpackages, according to common Red Hat packages: the client
    program and shared library become the base package and the server and
    some accompanying files are now in a separate server package. The
    server package implicitly requires the base package (shared library),
    but we have added a manual require tag anyway (because of the shared
    config file, and more).
- Rename the mysql-benchmark subpackage to mysql-bench.
Mon Jan 31 2000 Jos Vos <jos@xos.nl>
- Version 3.22.27 release XOS.2 for LinuX/OS 1.7.1
- Add post(un)install scripts for updating ld.so.conf (client subpackage).
Sun Nov 21 1999 Jos Vos <jos@xos.nl>
- Version 3.22.27 release XOS.1 for LinuX/OS 1.7.0
- Initial version.
- Some ideas borrowed from Red Hat Powertools 6.1, although this spec file
    is a full rewrite from scratch.
2024-02-05 16:59:11 +01:00