Below is the list of changes that have just been committed into a local
5.1 repository of andrey. When andrey 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
1.2077 06/01/26 20:30:12 andrey@lmy004. +1 -0
fix for bug #16401 Events: mysql.event.comment is varchar(64)
missed that one in the previos commit
scripts/mysql_create_system_tables.sh
1.34 06/01/26 20:30:05 andrey@lmy004. +1 -1
fix for bug #16401 Events: mysql.event.comment is varchar(64)
missed that one in the previos commit
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: andrey
# Host: lmy004.
# Root: /work/mysql-5.1-new
--- 1.33/scripts/mysql_create_system_tables.sh 2006-01-24 15:49:59 +01:00
+++ 1.34/scripts/mysql_create_system_tables.sh 2006-01-26 20:30:05 +01:00
@@ -791,7 +791,7 @@
c_ev="$c_ev ends DATETIME default NULL,"
c_ev="$c_ev status ENUM('ENABLED','DISABLED') NOT NULL default 'ENABLED',"
c_ev="$c_ev on_completion ENUM('DROP','PRESERVE') NOT NULL default 'DROP',"
- c_ev="$c_ev comment varchar(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL default '',"
+ c_ev="$c_ev comment char(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL default '',"
c_ev="$c_ev PRIMARY KEY (db,name)"
c_ev="$c_ev ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT 'Events';"
fi
| Thread |
|---|
| • bk commit into 5.1 tree (andrey:1.2077) BUG#16401 | ahristov | 26 Jan |