From: knielsen Date: December 22 2005 8:19am Subject: bk commit into 5.1 tree (knielsen:1.1981) List-Archive: http://lists.mysql.com/commits/355 Message-Id: Below is the list of changes that have just been committed into a local 5.1 repository of knielsen. When knielsen 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.1981 05/12/22 09:19:24 knielsen@stripped +1 -0 Fix compile problem in ha_example.cc storage/example/ha_example.cc 1.28 05/12/22 09:19:12 knielsen@stripped +2 -2 Fix compile problem in ha_example.cc # 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: knielsen # Host: rt.int.sifira.dk # Root: /usr/local/mysql/mysql-5.1-new --- 1.27/storage/example/ha_example.cc 2005-12-21 23:03:49 +01:00 +++ 1.28/storage/example/ha_example.cc 2005-12-22 09:19:12 +01:00 @@ -729,8 +729,8 @@ example_hton.name, "Brian Aker, MySQL AB", "Example Storage Engine", - tina_init_func, /* Plugin Init */ - tina_done_func, /* Plugin Deinit */ + example_init_func, /* Plugin Init */ + example_done_func, /* Plugin Deinit */ 0x0001 /* 0.1 */, } mysql_declare_plugin_end;