List:Internals« Previous MessageNext Message »
From:Jim Winstead Date:July 19 2005 1:36am
Subject:bk commit into 5.0 tree (jimw:1.1950) BUG#11954
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of jimw. When jimw 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.1950 05/07/18 18:36:48 jimw@stripped +1 -0
  Fix default for sql_mode so that proc table is actually created
  by mysql-test-run.pl. (Bug #11954)

  mysql-test/lib/init_db.sql
    1.10 05/07/18 18:35:36 jimw@stripped +1 -1
    Fix default for sql_mode

# 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:	jimw
# Host:	rama.(none)
# Root:	/home/jimw/my/mysql-5.0-11954

--- 1.9/mysql-test/lib/init_db.sql	2005-07-06 01:11:53 -07:00
+++ 1.10/mysql-test/lib/init_db.sql	2005-07-18 18:35:36 -07:00
@@ -553,7 +553,7 @@
                         'TRADITIONAL',
                         'NO_AUTO_CREATE_USER',
                         'HIGH_NOT_PRECEDENCE'
-                    ) DEFAULT 0 NOT NULL,
+                    ) DEFAULT '' NOT NULL,
   comment           char(64) binary DEFAULT '' NOT NULL,
   PRIMARY KEY (db,name,type)
 ) comment='Stored Procedures';
Thread
bk commit into 5.0 tree (jimw:1.1950) BUG#11954Jim Winstead19 Jul