List:Commits« Previous MessageNext Message »
From:Hakan Kuecuekyilmaz Date:February 14 2008 6:41pm
Subject:bk commit into 6.0 tree (hakank:1.2550)
View as plain text  
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 19:41:50+01:00, hakank@lu0011.(none) +2 -0
  Removed not implemented method.

  storage/falcon/ha_falcon.cpp@stripped, 2008-02-14 19:41:47+01:00, hakank@lu0011.(none) +0 -4
    Removed not implemented method.

  storage/falcon/ha_falcon.h@stripped, 2008-02-14 19:41:48+01:00, hakank@lu0011.(none) +0 -1
    Removed not implemented method.

diff -Nrup a/storage/falcon/ha_falcon.cpp b/storage/falcon/ha_falcon.cpp
--- a/storage/falcon/ha_falcon.cpp	2008-02-14 14:25:47 +01:00
+++ b/storage/falcon/ha_falcon.cpp	2008-02-14 19:41:47 +01:00
@@ -1926,10 +1926,6 @@ void StorageInterface::get_auto_incremen
 	DBUG_VOID_RETURN;
 }
 
-int StorageInterface::reset_auto_increment(ulonglong value)
-{
-	return handler::ha_reset_auto_increment(value);
-}
 
 const char *StorageInterface::index_type(uint key_number)
 {
diff -Nrup a/storage/falcon/ha_falcon.h b/storage/falcon/ha_falcon.h
--- a/storage/falcon/ha_falcon.h	2008-02-14 12:07:31 +01:00
+++ b/storage/falcon/ha_falcon.h	2008-02-14 19:41:48 +01:00
@@ -91,7 +91,6 @@ public:
 	virtual uint8	table_cache_type(void);
 	virtual int		add_index(TABLE* table_arg, KEY* key_info, uint num_of_keys);
 	virtual bool	check_if_incompatible_data(HA_CREATE_INFO* create_info, uint table_changes);
-	virtual int		reset_auto_increment(ulonglong value);
 	virtual void	update_create_info(HA_CREATE_INFO* create_info);
 	virtual const COND* cond_push(const COND* cond);
 	virtual int		optimize(THD* thd, HA_CHECK_OPT* check_opt);
Thread
bk commit into 6.0 tree (hakank:1.2550)Hakan Kuecuekyilmaz14 Feb