Below is the list of changes that have just been committed into a local
4.1 repository of georg. When georg 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.2468 05/10/04 10:54:58 georg@stripped +1 -0
Windows compilation fix: Added typecast (const char* to char *)
client/mysql.cc
1.213 05/10/04 10:54:09 georg@stripped +1 -1
Windows compilation fix: Added typecast (const char* to char *)
# 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: georg
# Host: lmy002.wdf.sap.corp
# Root: /home/georg/work/mysql/prod/mysql-4.1
--- 1.212/client/mysql.cc 2005-09-25 20:22:20 +02:00
+++ 1.213/client/mysql.cc 2005-10-04 10:54:09 +02:00
@@ -993,7 +993,7 @@
unsigned long clen;
do
{
- line= my_cgets(tmpbuf.ptr(), tmpbuf.alloced_length()-1, &clen);
+ line= my_cgets((char *) tmpbuf.ptr(), tmpbuf.alloced_length()-1, &clen);
buffer.append(line, clen);
/*
if we got buffer fully filled than there is a chance that
| Thread |
|---|
| • bk commit into 4.1 tree (georg:1.2468) | Georg Richter | 4 Oct |