Below is the list of changes that have just been committed into a local
5.2 repository of patg. When patg 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, 2006-10-24 15:08:01-04:00, patg@stripped +1 -0
WL #3031
small change to get install to work
scripts/mysql_create_system_tables.sh@stripped, 2006-10-24 15:07:58-04:00, patg@stripped +8 -3
WL #3031
small change to get install to work
# 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: patg
# Host: govinda.patg.net
# Root: /home/patg/mysql-build/mysql-5.2-wl3031.clone2
--- 1.41/scripts/mysql_create_system_tables.sh 2006-10-24 15:08:10 -04:00
+++ 1.42/scripts/mysql_create_system_tables.sh 2006-10-24 15:08:10 -04:00
@@ -196,10 +196,12 @@
if test ! -f $mdata/servers.frm
then
if test "$1" = "verbose" ; then
- echo "Preparing servers table" 1>&2;
+ echo "Preparing servers table" 1>&2;
fi
- c_d="$c_d CREATE TABLE servers ("
+ c_d="$c_d
+
+CREATE TABLE servers ("
c_d="$c_d Server_name char(64) NOT NULL,"
c_d="$c_d Hostname char(64) NOT NULL,"
c_d="$c_d Db char(64) NOT NULL,"
@@ -211,7 +213,10 @@
c_d="$c_d Owner_name char(64) NOT NULL,"
c_d="$c_d PRIMARY KEY (Server_name));"
- i_d="INSERT INTO servers VALUES ('test','localhost','test','root','', 0, '','mysql','root');"
+ i_d="INSERT INTO servers VALUES
+ ('test','localhost','test','root','', 0,
+ '','mysql','root');
+ "
fi
if test ! -f $mdata/func.frm
| Thread |
|---|
| • bk commit into 5.2 tree (patg:1.2335) | Patrick Galbraith | 27 Oct |