2005-02-23 17:33:11 by Alistair G. Crooks | Files touched by this commit (108) |
Log message:
Add RMD160 digests in addition to SHA1 ones.
|
2005-02-18 01:48:05 by Juan Romero Pardines | Files touched by this commit (5) |
Log message:
Apply patches from Georg Schwarz to make this build on IRIX 5.
|
2005-02-16 03:21:37 by Juan Romero Pardines | Files touched by this commit (9) |
Log message:
Updated mysql4-{client,server} to 4.1.10.
A lot of bugfixes and functionality was added... please see:
http://dev.mysql.com/doc/mysql/en/news-4-1-10.html
|
2005-01-20 14:37:48 by Juan Romero Pardines | Files touched by this commit (5) |
Log message:
Apply patch from MySQL BitKeeper repository to fix the symlink
vulnerability in the mysqlaccess script.
Bump PKGREVISION and BUILDLINK_RECOMMENDED.
|
2005-01-17 15:42:35 by Juan Romero Pardines | Files touched by this commit (9) |
Log message:
Update mysql4-{client,server} to 4.1.9.
Functionality added or changed:
* The Mac OS X 10.3 installation disk images now include a MySQL
Preference Pane for the Mac OS X Control Panel that enables the user
to start and stop the MySQL server via the GUI and activate and
deactivate the automatic MySQL server startup on bootup.
* Seconds_Behind_Master will be NULL (which means ``unknown'')
if the slave SQL thread is not running, or if the slave I/O thread
is not running or not connected to master. It will be zero if the
SQL thread has caught up with the I/O thread. It no longer grows
indefinitely if the master is idle.
* InnoDB: Do not acquire an internal InnoDB table lock in LOCK
TABLES if AUTOCOMMIT=1. This helps in porting old MyISAM applications
to InnoDB. InnoDB table locks in that case caused deadlocks very easily.
* InnoDB: Print a more descriptive error and refuse to start InnoDB
if the size of `ibdata' files is smaller than what is stored in the
tablespace header; innodb_force_recovery overrides this.
* The MySQL server aborts immediately instead of simply issuing a
warning if it is started with the --log-bin option but cannot
initialize the binary log at startup (that is, an error occurs when
writing to the binary log file or binary log index file).
* The binary log file and binary log index file now behave like
MyISAM when there is a "disk full" or "quota exceeded" error. See
section A.4.3 How MySQL Handles a Full Disk.
Many bugfixes were fixed... see
http://dev.mysql.com/doc/mysql/en/News-4.1.9.html
|
2005-01-11 23:44:34 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Forgot to remove the ranlib call for libmystrings, which is not installed
by mysql-client. This should fix problem reported by Stoned Elipot.
|
2005-01-10 16:47:18 by Juan Romero Pardines | Files touched by this commit (22) |
Log message:
Update mysql4-* to 4.1.8a.
Please check http://dev.mysql.com/doc/mysql/en/News-4.1.8.html to
see the list of changes, new features added and a bunch of bugs were
fixed.
|
2005-01-01 01:37:56 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Bump PKGREVISION because old binary packages may contain a wrong path
to the perl executable.
|
2004-12-17 18:48:08 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Fix typo in comment.
|
2004-12-02 01:42:06 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Revert previous, ``mysqlhotcopy'' requires p5-DBD-mysql, which requires
mysql*-client! explain which are the required packages to run the script.
|