Below is the list of changes that have just been committed into a local
5.0 repository of mkindahl. When mkindahl 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, 2008-01-31 07:19:29+01:00, mkindahl@stripped +1 -0
Fixes to make code compile on Windows.
sql/sql_repl.cc@stripped, 2008-01-31 07:19:20+01:00, mkindahl@stripped +1 -1
Adding cast to remove compile error on Windows platform.
diff -Nrup a/sql/sql_repl.cc b/sql/sql_repl.cc
--- a/sql/sql_repl.cc 2008-01-06 13:16:25 +01:00
+++ b/sql/sql_repl.cc 2008-01-31 07:19:20 +01:00
@@ -1573,7 +1573,7 @@ int log_loaded_block(IO_CACHE* file)
LOAD_FILE_INFO *lf_info;
uint block_len;
/* buffer contains position where we started last read */
- char* buffer= my_b_get_buffer_start(file);
+ char* buffer= (char*) my_b_get_buffer_start(file);
uint max_event_size= current_thd->variables.max_allowed_packet;
lf_info= (LOAD_FILE_INFO*) file->arg;
if (lf_info->last_pos_in_file != HA_POS_ERROR &&
| Thread |
|---|
| • bk commit into 5.0 tree (mkindahl:1.2588) | Mats Kindahl | 31 Jan |