From: Date: February 22 2006 6:15pm Subject: bk commit into 5.1 tree (konstantin:1.2164) List-Archive: http://lists.mysql.com/commits/3033 Message-Id: <20060222171533.B625B1C25@oak.local> Below is the list of changes that have just been committed into a local 5.1 repository of kostja. When kostja 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.2164 06/02/22 20:15:24 konstantin@stripped +1 -0 Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new into mysql.com:/home/kostja/mysql/mysql-5.1-merge sql/ha_ndbcluster_binlog.cc 1.23 06/02/22 20:15:13 konstantin@stripped +0 -0 Auto merged # 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: konstantin # Host: oak.local # Root: /home/kostja/mysql/mysql-5.1-merge/RESYNC --- 1.22/sql/ha_ndbcluster_binlog.cc 2006-02-22 18:05:33 +03:00 +++ 1.23/sql/ha_ndbcluster_binlog.cc 2006-02-22 20:15:13 +03:00 @@ -1727,7 +1727,8 @@ { if (need_reopen) { - close_tables_for_reopen(thd, &binlog_tables); + TABLE_LIST *p_binlog_tables= &binlog_tables; + close_tables_for_reopen(thd, &p_binlog_tables); binlog_index= 0; continue; }