Below is the list of changes that have just been committed into a local
5.1 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, 2007-05-10 16:22:38+05:00, holyfoot@stripped +2 -0
bigint.test made ps-protocol consistent
mysql-test/r/bigint.result@stripped, 2007-05-10 16:22:35+05:00, holyfoot@stripped +10 -10
test result fixed
mysql-test/t/bigint.test@stripped, 2007-05-10 16:22:35+05:00, holyfoot@stripped +6 -4
testcase made ps-protocol consistent
# 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: hfmain.(none)
# Root: /home/hf/work/28005/my51-28005
--- 1.37/mysql-test/r/bigint.result 2007-05-10 16:22:43 +05:00
+++ 1.38/mysql-test/r/bigint.result 2007-05-10 16:22:43 +05:00
@@ -352,13 +352,13 @@ select c1 mod 50 as result from t1;
result
6
drop table t1;
-select -9223372036854775808 bi;
-Catalog Database Table Table_alias Column Column_alias Type Length Max
length Is_null Flags Decimals Charsetnr
-def bi 8 20 20 N 32897 0 63
-bi
--9223372036854775808
-select -9223372036854775809 bi;
-Catalog Database Table Table_alias Column Column_alias Type Length Max
length Is_null Flags Decimals Charsetnr
-def bi 246 20 20 N 129 0 63
-bi
--9223372036854775809
+create table t1 select -9223372036854775808 bi;
+describe t1;
+Field Type Null Key Default Extra
+bi bigint(20) NO 0
+drop table t1;
+create table t1 select -9223372036854775809 bi;
+describe t1;
+Field Type Null Key Default Extra
+bi decimal(19,0) NO 0
+drop table t1;
--- 1.30/mysql-test/t/bigint.test 2007-05-10 16:22:43 +05:00
+++ 1.31/mysql-test/t/bigint.test 2007-05-10 16:22:43 +05:00
@@ -289,7 +289,9 @@ select c1 mod 50 as result from t1;
drop table t1;
# Bug #28005 Partitions: can't use -9223372036854775808
---enable_metadata
-select -9223372036854775808 bi;
-select -9223372036854775809 bi;
---disable_metadata
+create table t1 select -9223372036854775808 bi;
+describe t1;
+drop table t1;
+create table t1 select -9223372036854775809 bi;
+describe t1;
+drop table t1;
| Thread |
|---|
| • bk commit into 5.1 tree (holyfoot:1.2514) | holyfoot | 10 May |