Below is the list of changes that have just been committed into a local
5.0 repository of psergey. When psergey 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
1.2097 06/04/26 01:21:33 sergefp@stripped +1 -0
Fix compile failure on Win32
sql/item_cmpfunc.h
1.124 06/04/26 01:21:24 sergefp@stripped +1 -1
Fix compile failure on Win32
# 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: sergefp
# Host: newbox.mylan
# Root: /home/psergey/mysql-5.0-bug15827-r2
--- 1.123/sql/item_cmpfunc.h 2006-04-25 23:33:26 +04:00
+++ 1.124/sql/item_cmpfunc.h 2006-04-26 01:21:24 +04:00
@@ -712,7 +712,7 @@
We're created a signed INT, this may not be correct in
general case (see BUG#19342).
*/
- return new Item_int(0);
+ return new Item_int((longlong)0);
}
void value_to_item(uint pos, Item *item)
{
| Thread |
|---|
| • bk commit into 5.0 tree (sergefp:1.2097) | Sergey Petrunia | 25 Apr |