From: Date: January 22 2007 8:08pm Subject: bk commit into 5.0 tree (evgen:1.2390) BUG#25123 List-Archive: http://lists.mysql.com/commits/18575 X-Bug: 25123 Message-Id: <20070122190854.42C3022D1D1@moonbone.moonbone.local> Below is the list of changes that have just been committed into a local 5.0 repository of evgen. When evgen 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, 2007-01-22 22:08:51+03:00, evgen@stripped +1 -0 sql_prepare.cc: Post fix for bug#25123. sql/sql_prepare.cc@stripped, 2007-01-22 22:08:31+03:00, evgen@stripped +1 -1 Post fix for bug#25123. # 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: evgen # Host: moonbone.local # Root: /mnt/gentoo64/work/25123-bug-5.0-opt-mysql --- 1.189/sql/sql_prepare.cc 2007-01-02 16:50:53 +03:00 +++ 1.190/sql/sql_prepare.cc 2007-01-22 22:08:31 +03:00 @@ -1676,7 +1676,7 @@ case SQLCOM_INSERT: res= mysql_test_insert(stmt, tables, lex->field_list, lex->many_values, - select_lex->item_list, lex->value_list, + lex->update_list, lex->value_list, lex->duplicates); break;