List:Commits« Previous MessageNext Message »
From:U-ROWVWADEjas Date:November 10 2007 8:30pm
Subject:bk commit into 6.0 tree (jas:1.2664)
View as plain text  
Below is the list of changes that have just been committed into a local
6.0 repository of . When  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-11-10 14:30:00-05:00, jas@rowvwade. +1 -0
  Use falcon_debug_mask when adding the handler log listener.

  storage/falcon/ha_falcon.cpp@stripped, 2007-11-10 14:29:52-05:00, jas@rowvwade. +1 -2
    Use falcon_debug_mask when adding the handler log listener.

diff -Nrup a/storage/falcon/ha_falcon.cpp b/storage/falcon/ha_falcon.cpp
--- a/storage/falcon/ha_falcon.cpp	2007-11-09 10:06:11 -05:00
+++ b/storage/falcon/ha_falcon.cpp	2007-11-10 14:29:52 -05:00
@@ -159,8 +159,7 @@ int StorageInterface::falcon_init(void *
 	falcon_hton->alter_tablespace = StorageInterface::alter_tablespace;
 	//falcon_hton->show_status  = StorageInterface::show_status;
 	falcon_hton->flags = HTON_NO_FLAGS;
-
-	storageHandler->addNfsLogger(-1, StorageInterface::logger, NULL);
+	storageHandler->addNfsLogger(falcon_debug_mask, StorageInterface::logger, NULL);
 
 	if (falcon_debug_server)
 		storageHandler->startNfsServer();
Thread
bk commit into 6.0 tree (jas:1.2664)U-ROWVWADEjas10 Nov