Below is the list of changes that have just been committed into a local
4.1 repository of ram. When ram 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-01-19 12:19:53+04:00, ramil@stripped +1 -0
after merge fix.
mysql-test/r/range.result@stripped, 2007-01-19 12:19:49+04:00, ramil@stripped +2 -2
Fix for bug #22533: Traditional: Too-long bit value not rejected.
- results adjusted.
# 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: ramil
# Host: myoffice.izhnet.ru
# Root: /usr/home/ram/work/bug22533/my41-bug22533
--- 1.36/mysql-test/r/range.result 2007-01-19 12:19:57 +04:00
+++ 1.37/mysql-test/r/range.result 2007-01-19 12:19:57 +04:00
@@ -504,8 +504,8 @@ select count(*) from t1 where x = 184467
count(*)
1
create table t2 (x bigint not null);
-insert into t2(x) values (0xfffffffffffffff0);
-insert into t2(x) values (0xfffffffffffffff1);
+insert into t2(x) values (-16);
+insert into t2(x) values (-15);
select * from t2;
x
-16
| Thread |
|---|
| • bk commit into 4.1 tree (ramil:1.2608) | ramil | 19 Jan |