From: Date: June 18 2007 1:30pm Subject: bk commit into 6.0-falcon tree (hakank:1.2575) BUG#29169 List-Archive: http://lists.mysql.com/commits/28981 X-Bug: 29169 Message-Id: <20070618113051.98016204295@lu0011.wdf.sap.corp> Below is the list of changes that have just been committed into a local 6.0-falcon repository of hakan. When hakan 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-06-18 13:30:44+02:00, hakank@stripped +1 -0 Fix for Bug#29169. storage/falcon/ha_falcon.cpp@stripped, 2007-06-18 13:30:42+02:00, hakank@stripped +1 -3 falcon_max_record_memory and falcon_log_dir are not status variables. # 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: hakank # Host: lu0011.wdf.sap.corp # Root: /home/hakan/work/mysql/mysql-5.1-falcon --- 1.188/storage/falcon/ha_falcon.cpp 2007-06-15 18:00:27 +02:00 +++ 1.189/storage/falcon/ha_falcon.cpp 2007-06-18 13:30:42 +02:00 @@ -79,8 +79,6 @@ { //{"static", (char*)"just a static text", SHOW_CHAR}, //{"called", (char*)&number_of_calls, SHOW_LONG}, - "Falcon_max_record_memory", (char*) &falcon_max_record_memory, SHOW_LONGLONG, - "Falcon_log_dir", (char*) &falcon_log_dir, SHOW_CHAR_PTR, {0,0,SHOW_UNDEF} }; @@ -98,7 +96,7 @@ { if (falcon_log_file) fclose(falcon_log_file); - + falcon_log_file = fopen(file, "a"); }