List:Commits« Previous MessageNext Message »
From:U-ROWVWADEjas Date:August 24 2007 10:02pm
Subject:bk commit into 6.0-falcon tree (jas:1.2705)
View as plain text  
Below is the list of changes that have just been committed into a local
6.0-falcon 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-08-24 16:02:26-04:00, jas@rowvwade. +1 -0
  Fix an internal table space case problem to fix
  temp table deletion problem.

  storage/falcon/StorageHandler.h@stripped, 2007-08-24 16:02:16-04:00, jas@rowvwade. +3 -3
    Fix an internal table space case problem to fix
    temp table deletion problem.

# 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:	jas
# Host:	rowvwade.
# Root:	D:/MySQL/mysql-5.1-falcon

--- 1.23/storage/falcon/StorageHandler.h	2007-08-24 16:02:47 -04:00
+++ 1.24/storage/falcon/StorageHandler.h	2007-08-24 16:02:47 -04:00
@@ -18,10 +18,10 @@
 
 #include "SyncObject.h"
 
-#define MASTER_NAME				"falcon_master"
+#define MASTER_NAME				"FALCON_MASTER"
 #define MASTER_PATH				"falcon_master.fts"
-#define DEFAULT_TABLESPACE		"falcon_user"
-#define TEMPORARY_TABLESPACE	"falcon_temporary"
+#define DEFAULT_TABLESPACE		"FALCON_USER"
+#define TEMPORARY_TABLESPACE	"FALCON_TEMPORARY"
 #define TEMPORARY_PATH			"falcon_temporary.fts"
 
 static const int connectionHashSize = 101;
Thread
bk commit into 6.0-falcon tree (jas:1.2705)U-ROWVWADEjas24 Aug