List:Commits« Previous MessageNext Message »
From:ramil Date:January 19 2007 9:16am
Subject:bk commit into 5.1 tree (ramil:1.2414)
View as plain text  
Below is the list of changes that have just been committed into a local
5.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:15:44+04:00, ramil@stripped +1 -0
  after merge fix.

  mysql-test/r/select.result@stripped, 2007-01-19 12:15:34+04:00, ramil@stripped +5 -5
    after merge fix.

# 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/my51-bug22533

--- 1.141/mysql-test/r/select.result	2007-01-19 12:16:02 +04:00
+++ 1.142/mysql-test/r/select.result	2007-01-19 12:16:02 +04:00
@@ -2816,11 +2816,11 @@ insert into t1 values (0xfffffffffffffff
 (0x10000000000000000, 0x10000000000000000), 
 (0x8fffffffffffffff, 0x8fffffffffffffff);
 Warnings:
-Warning	1264	Out of range value adjusted for column 'a' at row 1
-Warning	1264	Out of range value adjusted for column 'b' at row 1
-Warning	1264	Out of range value adjusted for column 'a' at row 2
-Warning	1264	Out of range value adjusted for column 'b' at row 2
-Warning	1264	Out of range value adjusted for column 'b' at row 3
+Warning	1264	Out of range value for column 'a' at row 1
+Warning	1264	Out of range value for column 'b' at row 1
+Warning	1264	Out of range value for column 'a' at row 2
+Warning	1264	Out of range value for column 'b' at row 2
+Warning	1264	Out of range value for column 'b' at row 3
 select hex(a), hex(b) from t1;
 hex(a)	hex(b)
 FFFFFFFFFFFFFFFF	7FFFFFFFFFFFFFFF
Thread
bk commit into 5.1 tree (ramil:1.2414)ramil19 Jan