diff options
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 |
