MatrixSynapse/synapse/storage
Richard van der Hoff c84770b877 Fix bgupdate error if index already exists (#2167)
When creating a new table index in the background, guard against it existing already. Fixes
https://github.com/matrix-org/synapse/issues/2135.

Also, make sure we restore the autocommit flag when we're done, otherwise we
get more failures from other operations later on. Fixes
https://github.com/matrix-org/synapse/issues/1890 (hopefully).
2017-04-27 15:27:48 +01:00
..
engines
schema
util
__init__.py
_base.py
account_data.py
appservice.py
background_updates.py Fix bgupdate error if index already exists (#2167) 2017-04-27 15:27:48 +01:00
client_ips.py Bail on where clause instead 2017-04-11 16:24:31 +01:00
deviceinbox.py Deduplicate new deviceinbox rows for replication 2017-04-04 16:21:21 +01:00
devices.py Add new storage functions for new replication 2017-03-30 11:48:35 +01:00
directory.py
end_to_end_keys.py
event_federation.py
event_push_actions.py
events.py Correct logic in is_event_after 2017-04-13 13:46:17 +01:00
filtering.py
keys.py
media_repository.py
openid.py
prepare_database.py
presence.py
profile.py
push_rule.py
pusher.py Fix up docs 2017-03-31 11:19:24 +01:00
receipts.py Reduce cache size by not storing deferreds 2017-04-25 10:23:11 +01:00
registration.py
rejections.py
room.py
roommember.py Comment 2017-04-25 15:18:26 +01:00
search.py
signatures.py
state.py Make state caches cache in ascii 2017-04-25 17:22:55 +01:00
stream.py
tags.py
transactions.py