zodb / relstorage

A backend for ZODB that stores pickles in a relational database.
Other
55 stars 46 forks source link

RS_GEVENT_NO_SWITCH_WHEN_LOCKED doesn't do what it claims #339

Closed jamadden closed 5 years ago

jamadden commented 5 years ago

https://github.com/zodb/relstorage/blob/2c8997d6c862de7e6a4d9f2a8d368a5471e93ff7/src/relstorage/adapters/mysql/drivers/mysqldb.py#L114-L122

https://github.com/zodb/relstorage/blob/2c8997d6c862de7e6a4d9f2a8d368a5471e93ff7/src/relstorage/adapters/mysql/drivers/_mysqldb_gevent.py#L109-L121

Decide whether that's worth making it actually do what it intends and if so, test that it actually does that.