Commit 8fdfe307 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Commit after setup databases to ensure they are available for processes.


git-svn-id: https://svn.erp5.org/repos/neo/trunk@1306 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent bfd9ef0c
......@@ -245,6 +245,7 @@ class NEOCluster(object):
'IDENTIFIED BY "%s"' % (database, self.db_user,
self.db_password))
cursor.close()
sql_connection.commit()
sql_connection.close()
def start(self, except_storages=()):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment