Below is the list of changes that have just been committed into a local
5.1 repository of stewart. When stewart 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.1834 05/04/04 17:45:27 stewart@stripped +1 -0
use LL suffix instead of (longlong) cast in ndb injector thread
sql/ha_ndbcluster.cc
1.189 05/04/04 17:45:18 stewart@stripped +1 -1
Use suffix and not cast
# 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: stewart
# Host: kennedy.(none)
# Root: /home/stewart/Documents/MySQL/5.1/ndb-wl2325
--- 1.188/sql/ha_ndbcluster.cc 2005-03-29 17:06:07 +10:00
+++ 1.189/sql/ha_ndbcluster.cc 2005-04-04 17:45:18 +10:00
@@ -7491,7 +7491,7 @@
* TODO: handle this correctly
* update the cluster_replication.binlog_index
*/
- add_binlog_index(thd, gci, "some file name from injector", (longlong)4321);
+ add_binlog_index(thd, gci, "some file name from injector", 4321LL);
last_gci_in_binlog_index= gci;
/**
| Thread |
|---|
| • bk commit into 5.1 tree (stewart:1.1834) | Stewart Smith | 4 Apr |