diff options
| author | Tim Graham <timograham@gmail.com> | 2014-12-26 12:45:40 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-17 09:55:18 -0500 |
| commit | f635d759354842e46901ed1ae1be5f5a0b81e567 (patch) | |
| tree | 3290dea9edbd45849e9dd525a9aa7f69a75486a8 /docs | |
| parent | d038c547b5ce585cbf9ef5bb7e5298f52e4a243b (diff) | |
Removed support for old-style test database settings per deprecation timeline.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/settings.txt | 110 |
1 files changed, 0 insertions, 110 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index db2850da6d..dfbb10c60d 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -853,116 +853,6 @@ This is an Oracle-specific setting. The maximum size that the DATAFILE_TMP is allowed to grow to. -.. setting:: OLD_TEST_CHARSET - -TEST_CHARSET -~~~~~~~~~~~~ - -.. deprecated:: 1.7 - - Use the :setting:`CHARSET <TEST_CHARSET>` entry in the - :setting:`TEST <DATABASE-TEST>` dictionary. - -.. setting:: OLD_TEST_COLLATION - -TEST_COLLATION -~~~~~~~~~~~~~~ - -.. deprecated:: 1.7 - - Use the :setting:`COLLATION <TEST_COLLATION>` entry in the - :setting:`TEST <DATABASE-TEST>` dictionary. - -.. setting:: OLD_TEST_DEPENDENCIES - -TEST_DEPENDENCIES -~~~~~~~~~~~~~~~~~ - -.. deprecated:: 1.7 - - Use the :setting:`DEPENDENCIES <TEST_DEPENDENCIES>` entry in the - :setting:`TEST <DATABASE-TEST>` dictionary. - -.. setting:: OLD_TEST_MIRROR - -TEST_MIRROR -~~~~~~~~~~~ - -.. deprecated:: 1.7 - - Use the :setting:`MIRROR <TEST_MIRROR>` entry in the - :setting:`TEST <DATABASE-TEST>` dictionary. - -.. setting:: OLD_TEST_NAME - -TEST_NAME -~~~~~~~~~ - -.. deprecated:: 1.7 - - Use the :setting:`NAME <TEST_NAME>` entry in the - :setting:`TEST <DATABASE-TEST>` dictionary. - -.. setting:: OLD_TEST_CREATE - -TEST_CREATE -~~~~~~~~~~~ - -.. deprecated:: 1.7 - - Use the :setting:`CREATE_DB <TEST_CREATE>` entry in the - :setting:`TEST <DATABASE-TEST>` dictionary. - -.. setting:: OLD_TEST_USER - -TEST_USER -~~~~~~~~~ - -.. deprecated:: 1.7 - - Use the :setting:`USER <TEST_USER>` entry in the - :setting:`TEST <DATABASE-TEST>` dictionary. - -.. setting:: OLD_TEST_USER_CREATE - -TEST_USER_CREATE -~~~~~~~~~~~~~~~~ - -.. deprecated:: 1.7 - - Use the :setting:`CREATE_USER <TEST_USER_CREATE>` entry in the - :setting:`TEST <DATABASE-TEST>` dictionary. - -.. setting:: OLD_TEST_PASSWD - -TEST_PASSWD -~~~~~~~~~~~ - -.. deprecated:: 1.7 - - Use the :setting:`PASSWORD <TEST_PASSWD>` entry in the - :setting:`TEST <DATABASE-TEST>` dictionary. - -.. setting:: OLD_TEST_TBLSPACE - -TEST_TBLSPACE -~~~~~~~~~~~~~ - -.. deprecated:: 1.7 - - Use the :setting:`TBLSPACE <TEST_TBLSPACE>` entry in the - :setting:`TEST <DATABASE-TEST>` dictionary. - -.. setting:: OLD_TEST_TBLSPACE_TMP - -TEST_TBLSPACE_TMP -~~~~~~~~~~~~~~~~~ - -.. deprecated:: 1.7 - - Use the :setting:`TBLSPACE_TMP <TEST_TBLSPACE_TMP>` entry in the - :setting:`TEST <DATABASE-TEST>` dictionary. - .. setting:: DATABASE_ROUTERS DATABASE_ROUTERS |
