oslo.db/oslo_db/sqlalchemy
Mike Bayer 34f9a3ac7a Support MariaDB error 1927
We're observing a MariaDB-specific error code
"1927 connection was killed", which seems to indicate the condition
where the client/server connectivity is still up but the mariadb
server has been restarted.  This error needs to be supported
as one of the "disconnect" situations so that the ping handler
knows to force a reconnect.

Change-Id: I484237c28a83783689bb8484152476de33f20e3a
References: https://bugs.launchpad.net/tripleo/+bug/1642944
2016-11-21 09:19:18 -05:00
..
compat Adjust SAVEPOINT cause test for SQLA 1.1 2016-11-16 12:41:40 -05:00
migration_cli exception: make message mandatory in DbMigrationError and deprecates it 2016-06-27 17:29:55 +02:00
__init__.py Move files out of the namespace package 2014-12-24 13:28:48 +02:00
enginefacade.py Enhanced fixtures for enginefacade-based provisioning 2016-11-04 17:50:01 +02:00
engines.py Set a min and max on the connection_debug option 2016-07-09 01:56:35 +03:00
exc_filters.py Support MariaDB error 1927 2016-11-21 09:19:18 -05:00
migration.py exception: make message mandatory in DbMigrationError and deprecates it 2016-06-27 17:29:55 +02:00
models.py Fix sqlalchemy.ModelBase.__contains__() behaviour 2015-06-26 19:02:53 +03:00
orm.py Implement new oslo.db.sqlalchemy.enginefacade module 2015-06-04 11:43:39 -04:00
provision.py Enhanced fixtures for enginefacade-based provisioning 2016-11-04 17:50:01 +02:00
session.py Drop use of 'oslo' namespace package 2015-06-18 22:18:36 +00:00
test_base.py Break optimize_db_test_loader into package and module level 2016-11-16 15:41:01 -05:00
test_fixtures.py Break optimize_db_test_loader into package and module level 2016-11-16 15:41:01 -05:00
test_migrations.py Enhanced fixtures for enginefacade-based provisioning 2016-11-04 17:50:01 +02:00
types.py Add support for LONGTEXT, MEDIUMTEXT to JsonEncodedType 2016-07-07 22:04:32 +03:00
update_match.py Fix typos in comments and docstring 2016-06-13 14:16:39 +08:00
utils.py utils: deprecate InsertFromSelect properly 2016-11-04 16:13:23 +02:00