summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-07-29 12:50:34 +0200
committerAndrey Andreev <narf@devilix.net>2015-07-29 12:50:34 +0200
commita479c389cd5e2238e15ef4285446954eab8eeaa3 (patch)
tree226b37d1a7565d54f23ca1400c2e2f2de5f14cb7
parent5ffbdcec661888460aef009f62adb50dd8ad1c3c (diff)
parent319032d3719b3e99b4640e96ca6462abc83abd36 (diff)
Merge pull request #4009 from aneasystone/doc-pro
[ci skip] Correct notes about database_exists(), optimize_database() utils
-rw-r--r--user_guide_src/source/database/utilities.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/database/utilities.rst b/user_guide_src/source/database/utilities.rst
index 2fa5239c8..114291f85 100644
--- a/user_guide_src/source/database/utilities.rst
+++ b/user_guide_src/source/database/utilities.rst
@@ -65,7 +65,7 @@ Returns a boolean TRUE/FALSE. Usage example::
// some code...
}
-.. note:: Replace *database_name* with the name of the table you are
+.. note:: Replace *database_name* with the name of the database you are
looking for. This method is case sensitive.
Optimize a Table
@@ -111,7 +111,7 @@ FALSE on failure.
print_r($result);
}
-.. note:: Not all database platforms support table optimization. It
+.. note:: Not all database platforms support database optimization. It
it is mostly for use with MySQL.
Export a Query Result as a CSV File