List:Commits« Previous MessageNext Message »
From:ahristov Date:October 23 2006 1:21pm
Subject:bk commit into 5.0 tree (andrey:1.2328)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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@stripped, 2006-10-23 15:21:23+02:00, andrey@stripped +1 -0
  Merge ahristov@stripped:/home/bk/mysql-5.0-maint
  into  example.com:/work/bug23037/my50
  MERGE: 1.2258.73.3

  sql/sql_show.cc@stripped, 2006-10-23 15:21:11+02:00, andrey@stripped +0 -0
    Auto merged
    MERGE: 1.328.1.1

# 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:	example.com
# Root:	/work/bug23037/my50/RESYNC

--- 1.329/sql/sql_show.cc	2006-10-23 15:21:39 +02:00
+++ 1.330/sql/sql_show.cc	2006-10-23 15:21:39 +02:00
@@ -4044,7 +4044,7 @@ ST_FIELD_INFO columns_fields_info[]=
   {"TABLE_NAME", NAME_LEN, MYSQL_TYPE_STRING, 0, 0, 0},
   {"COLUMN_NAME", NAME_LEN, MYSQL_TYPE_STRING, 0, 0, "Field"},
   {"ORDINAL_POSITION", 21 , MYSQL_TYPE_LONG, 0, 0, 0},
-  {"COLUMN_DEFAULT", NAME_LEN, MYSQL_TYPE_STRING, 0, 1, "Default"},
+  {"COLUMN_DEFAULT", MAX_FIELD_VARCHARLENGTH, MYSQL_TYPE_STRING, 0, 1, "Default"},
   {"IS_NULLABLE", 3, MYSQL_TYPE_STRING, 0, 0, "Null"},
   {"DATA_TYPE", NAME_LEN, MYSQL_TYPE_STRING, 0, 0, 0},
   {"CHARACTER_MAXIMUM_LENGTH", 21 , MYSQL_TYPE_LONG, 0, 1, 0},
Thread
bk commit into 5.0 tree (andrey:1.2328)ahristov23 Oct