diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-10-30 11:47:32 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-10-30 11:47:32 -0400 |
| commit | 07a199d929aa920b5b2b5d8b2d7008626a731f1f (patch) | |
| tree | 67fe7a9ce80e4e9b42e0d98c49bf23b6fc689ea2 /lib/sqlalchemy/dialects | |
| parent | 382950b70150434f124b6dc27df2b360e7d0331e (diff) | |
| download | sqlalchemy-07a199d929aa920b5b2b5d8b2d7008626a731f1f.tar.gz | |
- cross-linking for pool recycle feature
Diffstat (limited to 'lib/sqlalchemy/dialects')
| -rw-r--r-- | lib/sqlalchemy/dialects/mysql/base.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/sqlalchemy/dialects/mysql/base.py b/lib/sqlalchemy/dialects/mysql/base.py index 2c78de2fc..ad3ffa6f8 100644 --- a/lib/sqlalchemy/dialects/mysql/base.py +++ b/lib/sqlalchemy/dialects/mysql/base.py @@ -32,6 +32,11 @@ the ``pool_recycle`` option which controls the maximum age of any connection:: engine = create_engine('mysql+mysqldb://...', pool_recycle=3600) +.. seealso:: + + :ref:`pool_setting_recycle` - full description of the pool recycle feature. + + .. _mysql_storage_engines: CREATE TABLE arguments including Storage Engines |
