2007-07-16 21:48:14 +08:00
|
|
|
# See the file LICENSE for redistribution information.
|
|
|
|
#
|
2007-07-30 16:58:31 +08:00
|
|
|
# Copyright (c) 2005,2007 Oracle. All rights reserved.
|
2007-07-16 21:48:14 +08:00
|
|
|
#
|
2007-07-30 16:58:31 +08:00
|
|
|
# $Id: rep057.tcl,v 1.8 2007/05/17 15:15:55 bostic Exp $
|
2007-07-16 21:48:14 +08:00
|
|
|
#
|
|
|
|
# TEST rep057
|
|
|
|
# TEST Replication test of internal initialization with
|
|
|
|
# TEST in-memory named databases.
|
|
|
|
# TEST
|
|
|
|
# TEST Rep057 is just a driver to run rep029 with in-memory
|
|
|
|
# TEST named databases.
|
|
|
|
|
|
|
|
proc rep057 { method args } {
|
|
|
|
source ./include.tcl
|
|
|
|
|
|
|
|
# Valid for all access methods.
|
|
|
|
if { $checking_valid_methods } {
|
|
|
|
return "ALL"
|
|
|
|
}
|
|
|
|
|
|
|
|
eval { rep029 $method 1000 "057" } $args
|
|
|
|
}
|