We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17eb892 commit e4d3903Copy full SHA for e4d3903
user_guide_src/source/database/utilities.rst
@@ -62,17 +62,6 @@ first parameter. Returns ``true``/``false`` based on success or failure:
62
.. note:: Not all database platforms support table optimization. It is
63
mostly for use with MySQL.
64
65
-Repair a Table
66
-==============
67
-
68
-Permits you to repair a table using the table name specified in the
69
-first parameter. Returns ``true``/``false`` based on success or failure:
70
71
-.. literalinclude:: utilities/007.php
72
- :lines: 2-
73
74
-.. note:: Not all database platforms support table repairs.
75
76
Optimize a Database
77
===================
78
user_guide_src/source/database/utilities/007.php
0 commit comments