[Zodb-checkins] CVS: ZEO/ZEO - ClientStorage.py:1.35.6.9

Shane Hathaway shane@cvs.zope.org
Wed, 27 Mar 2002 15:13:37 -0500


Update of /cvs-repository/ZEO/ZEO
In directory cvs.zope.org:/tmp/cvs-serv12931

Modified Files:
      Tag: Standby-branch
	ClientStorage.py 
Log Message:
Corrected an omission: The client has to get the information about what
the server supports.  This fixes transactional undo.


=== ZEO/ZEO/ClientStorage.py 1.35.6.8 => 1.35.6.9 ===
         # would start faster.
         stub.register(str(self._storage), self._is_read_only)
+        self._info.update(stub.get_info())
         self.verify_cache(stub)
 
         # Don't make the server available to clients until after