Below is the list of changes that have just been committed into a local
5.1 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.2001 06/01/04 11:16:34 sergefp@stripped +1 -0
Fix compiler warning
sql/sql_update.cc
1.181 06/01/04 11:16:25 sergefp@stripped +1 -1
Fix compiler warning
# 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.1-ppruning-r4
--- 1.180/sql/sql_update.cc 2005-12-22 07:10:54 +03:00
+++ 1.181/sql/sql_update.cc 2006-01-04 11:16:25 +03:00
@@ -1416,7 +1416,7 @@
memcpy((char*) tmp_table->field[0]->ptr,
(char*) table->file->ref, table->file->ref_length);
/* Write row, ignoring duplicated updates to a row */
- if (error= tmp_table->file->ha_write_row(tmp_table->record[0]))
+ if ((error= tmp_table->file->ha_write_row(tmp_table->record[0])))
{
if (error != HA_ERR_FOUND_DUPP_KEY &&
error != HA_ERR_FOUND_DUPP_UNIQUE &&
| Thread |
|---|
| • bk commit into 5.1 tree (sergefp:1.2001) | Sergey Petrunia | 4 Jan |