From: Date: January 24 2008 12:32am Subject: bk commit into 5.1 tree (tsmith:1.2653) List-Archive: http://lists.mysql.com/commits/41182 Message-Id: <20080123233232.7AD8651CF7@ramayana.localdomain> Below is the list of changes that have just been committed into a local 5.1 repository of tsmith. When tsmith does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet@stripped, 2008-01-23 16:32:19-07:00, tsmith@stripped +1 -0 Update triggers lib for version MySQL 5.1 BitKeeper/triggers/triggers-lib.pl@stripped, 2008-01-23 16:32:18-07:00, tsmith@stripped +4 -8 Update triggers lib for version MySQL 5.1 diff -Nrup a/BitKeeper/triggers/triggers-lib.pl b/BitKeeper/triggers/triggers-lib.pl --- a/BitKeeper/triggers/triggers-lib.pl 2008-01-23 16:17:22 -07:00 +++ b/BitKeeper/triggers/triggers-lib.pl 2008-01-23 16:32:18 -07:00 @@ -16,7 +16,7 @@ use Carp; use FindBin; -my $mysql_version = "5.0"; +my $mysql_version = "5.1"; # These addresses must be kept current in all MySQL versions. # See the wiki page InnoDBandOracle. @@ -27,27 +27,23 @@ my $mysql_version = "5.0"; my @innodb_to_email = ('tim@stripped'); my @innodb_cc_email = (); -# This is for MySQL <= 5.0. Regex which defines the InnoDB files +# This is for MySQL >= 5.1. Regex which defines the InnoDB files # which should generally not be touched by MySQL developers. my $innodb_files_description = <