List:Commits« Previous MessageNext Message »
From:ingo Date:February 3 2007 8:26am
Subject:bk commit into 5.0 tree (istruewing:1.2403)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of istruewing. When istruewing 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-02-03 09:26:11+01:00, istruewing@stripped +1 -0
  After merge fix

  sql/examples/ha_tina.cc@stripped, 2007-02-03 09:26:08+01:00, istruewing@stripped +0 -11
    After merge fix

# 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:	istruewing
# Host:	chilla.local
# Root:	/home/mydev/mysql-5.0-axmrg

--- 1.27/sql/examples/ha_tina.cc	2007-02-03 09:26:16 +01:00
+++ 1.28/sql/examples/ha_tina.cc	2007-02-03 09:26:16 +01:00
@@ -276,17 +276,6 @@ bool tina_end()
   return FALSE;
 }
 
-bool tina_end()
-{
-  if (tina_init)
-  {
-    hash_free(&tina_open_tables);
-    VOID(pthread_mutex_destroy(&tina_mutex));
-  }
-  tina_init= 0;
-  return FALSE;
-}
-
 
 /* 
   Finds the end of a line.
Thread
bk commit into 5.0 tree (istruewing:1.2403)ingo3 Feb