Below is the list of changes that have just been committed into a local
5.0 repository of hf. When hf 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-08-10 14:50:54+05:00, holyfoot@stripped +2 -0
bug #20910 (NOT NULL column reported as NULL in SHOW FIELDS)
two test results changed after the patch
mysql-test/r/grant.result@stripped, 2006-08-10 14:50:50+05:00, holyfoot@stripped +1 -1
result fixed
mysql-test/r/type_ranges.result@stripped, 2006-08-10 14:50:50+05:00, holyfoot@stripped +3
-3
result fixed
# 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: holyfoot
# Host: deer.(none)
# Root: /home/hf/work/mysql-5.0.20910
--- 1.42/mysql-test/r/type_ranges.result 2006-08-10 14:51:01 +05:00
+++ 1.43/mysql-test/r/type_ranges.result 2006-08-10 14:51:01 +05:00
@@ -57,7 +57,7 @@
umedium mediumint(8) unsigned NULL NO MUL 0 #
ulong int(11) unsigned NULL NO MUL 0 #
ulonglong bigint(13) unsigned NULL NO MUL 0 #
-time_stamp timestamp NULL YES CURRENT_TIMESTAMP #
+time_stamp timestamp NULL NO CURRENT_TIMESTAMP #
date_field date NULL YES NULL #
time_field time NULL YES NULL #
date_time datetime NULL YES NULL #
@@ -229,7 +229,7 @@
umedium mediumint(8) unsigned NULL NO MUL 0 #
ulong int(11) unsigned NULL NO MUL 0 #
ulonglong bigint(13) unsigned NULL NO MUL 0 #
-time_stamp timestamp NULL YES CURRENT_TIMESTAMP #
+time_stamp timestamp NULL NO CURRENT_TIMESTAMP #
date_field char(10) latin1_swedish_ci YES NULL #
time_field time NULL YES NULL #
date_time datetime NULL YES NULL #
@@ -255,7 +255,7 @@
umedium mediumint(8) unsigned NULL NO 0 #
ulong int(11) unsigned NULL NO 0 #
ulonglong bigint(13) unsigned NULL NO 0 #
-time_stamp timestamp NULL YES 0000-00-00 00:00:00 #
+time_stamp timestamp NULL NO 0000-00-00 00:00:00 #
date_field char(10) latin1_swedish_ci YES NULL #
time_field time NULL YES NULL #
date_time datetime NULL YES NULL #
--- 1.52/mysql-test/r/grant.result 2006-08-10 14:51:01 +05:00
+++ 1.53/mysql-test/r/grant.result 2006-08-10 14:51:01 +05:00
@@ -525,7 +525,7 @@
User char(16) NO PRI
Table_name char(64) NO PRI
Grantor char(77) NO MUL
-Timestamp timestamp YES CURRENT_TIMESTAMP
+Timestamp timestamp NO CURRENT_TIMESTAMP
Table_priv set('Select','Insert','Update','Delete','Create','Drop','Grant','References','Index','Alter','Create
View','Show view') NO
Column_priv set('Select','Insert','Update','References') NO
use test;
| Thread |
|---|
| • bk commit into 5.0 tree (holyfoot:1.2234) BUG#20910 | holyfoot | 10 Aug |