Below is the list of changes that have just been committed into a local
5.1 repository of thek. When thek 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-03-27 18:46:53+02:00, thek@stripped +1 -0
manual merge
mysql-test/r/sp.result@stripped, 2007-03-27 18:46:49+02:00, thek@stripped +0 -3
Corrected error in test case:
- 1.84e+19 converted to unsigned bigint should be converted to
1840000000000000000 < 18446744073709551615.
- This fails on windows and the failing test is extracted to a new
bugreport.
# 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: thek
# Host: kpdesk.mysql.com
# Root: /home/thek/dev/mysql-5.1-runtime
--- 1.260/mysql-test/r/sp.result 2007-03-27 18:47:01 +02:00
+++ 1.261/mysql-test/r/sp.result 2007-03-27 18:47:01 +02:00
@@ -6110,9 +6110,6 @@ upper bounds unsigned bigint + 1
select bug20777(-1) as 'lower bounds unsigned bigint - 1';
lower bounds unsigned bigint - 1
0
-select bug20777(1.84e+19) as 'submitter value, 1.84e19';
-submitter value, 1.84e19
-9223372036854775808
create table examplebug20777 as select
0 as 'i',
bug20777(9223372036854775806) as '2**63-2',
| Thread |
|---|
| • bk commit into 5.1 tree (thek:1.2519) | kpettersson | 27 Mar |