Below is the list of changes that have just been committed into a local
5.0 repository of jimw. When jimw 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.1832 05/03/16 16:29:43 jimw@stripped +1 -0
Fix 64-bit issue with mysql_client_test. (Bug #8047)
tests/mysql_client_test.c
1.106 05/03/16 15:56:25 jimw@stripped +1 -1
Fix data type of variable used in bind
# 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: jimw
# Host: rama.(none)
# Root: /home/jimw/my/mysql-5.0-8047
--- 1.105/tests/mysql_client_test.c 2005-02-25 07:03:24 -08:00
+++ 1.106/tests/mysql_client_test.c 2005-03-16 15:56:25 -08:00
@@ -10976,7 +10976,7 @@
MYSQL_STMT *insert_stmt, *select_stmt;
int rc, i;
MYSQL_BIND bind[1];
- long my_val = 0L;
+ int my_val = 0;
ulong my_length = 0L;
long my_null = 0L;
const char *query=
| Thread |
|---|
| • bk commit into 5.0 tree (jimw:1.1832) BUG#8047 | Jim Winstead | 17 Mar |