Below is the list of changes that have just been committed into a local
5.0 repository of kent. When kent 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.2039 05/10/01 17:21:09 kent@stripped +1 -0
init_db.sql:
mysql.user.password doesn't need utf8
mysql-test/lib/init_db.sql
1.13 05/10/01 17:19:17 kent@stripped +1 -1
mysql.user.password doesn't need utf8
# 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: kent
# Host: c-724072d5.010-2112-6f72651.cust.bredbandsbolaget.se
# Root: /Users/kent/mysql/bk/mysql-5.0-release
--- 1.12/mysql-test/lib/init_db.sql 2005-08-23 13:55:32 +02:00
+++ 1.13/mysql-test/lib/init_db.sql 2005-10-01 17:19:17 +02:00
@@ -62,7 +62,7 @@
CREATE TABLE user (
Host char(60) binary DEFAULT '' NOT NULL,
User char(16) binary DEFAULT '' NOT NULL,
- Password char(41) binary DEFAULT '' NOT NULL,
+ Password binary(41) DEFAULT '' NOT NULL,
Select_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL,
Insert_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL,
Update_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL,
| Thread |
|---|
| • bk commit into 5.0 tree (kent:1.2039) | kent | 1 Oct |