Below is the list of changes that have just been committed into a local
6.0 repository of hakank. When hakank 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, 2008-02-14 14:25:50+01:00, hakank@lu0011.(none) +1 -0
After merge fix.
storage/falcon/ha_falcon.cpp@stripped, 2008-02-14 14:25:47+01:00, hakank@lu0011.(none) +1 -1
It's a good idea to use the public function
instead of the private one.
diff -Nrup a/storage/falcon/ha_falcon.cpp b/storage/falcon/ha_falcon.cpp
--- a/storage/falcon/ha_falcon.cpp 2008-02-14 12:12:57 +01:00
+++ b/storage/falcon/ha_falcon.cpp 2008-02-14 14:25:47 +01:00
@@ -1928,7 +1928,7 @@ void StorageInterface::get_auto_incremen
int StorageInterface::reset_auto_increment(ulonglong value)
{
- return handler::reset_auto_increment(value);
+ return handler::ha_reset_auto_increment(value);
}
const char *StorageInterface::index_type(uint key_number)
| Thread |
|---|
| • bk commit into 6.0 tree (hakank:1.2549) | Hakan Kuecuekyilmaz | 14 Feb |