diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-12-12 12:03:04 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-12-12 12:03:04 -0500 |
commit | 28c22de9b812daeffa630656818da6ec5411a7da (patch) | |
tree | a3b5142c2144ead6aafb62dd71baf0657296e014 /cpp/demo | |
parent | Fixed bug #2546 (diff) | |
download | ice-28c22de9b812daeffa630656818da6ec5411a7da.tar.bz2 ice-28c22de9b812daeffa630656818da6ec5411a7da.tar.xz ice-28c22de9b812daeffa630656818da6ec5411a7da.zip |
Fixed bug #2557 (closing database within transaction)
Diffstat (limited to 'cpp/demo')
-rw-r--r-- | cpp/demo/Freeze/transform/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Freeze/transform/README b/cpp/demo/Freeze/transform/README index dd4a0822e1b..88161e6136c 100644 --- a/cpp/demo/Freeze/transform/README +++ b/cpp/demo/Freeze/transform/README @@ -67,7 +67,7 @@ Running the demo $ transformdb --old ContactData.ice --new NewContactData.ice \ -f transform.xml db dbnew - - read the transformend contacts map: + - read the transformed contacts map: $ readnew You'll notice the sort order (looks random), and the corrupt index. The index is actually created by readnew when it opens |