Skip to content

Commit

Permalink
docs: remove unimplemented repairTable()
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Nov 30, 2023
1 parent 764a77a commit e1488bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
11 changes: 0 additions & 11 deletions user_guide_src/source/database/utilities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,6 @@ first parameter. Returns ``true``/``false`` based on success or failure:
.. note:: Not all database platforms support table optimization. It is
mostly for use with MySQL.

Repair a Table
==============

Permits you to repair a table using the table name specified in the
first parameter. Returns ``true``/``false`` based on success or failure:

.. literalinclude:: utilities/007.php
:lines: 2-

.. note:: Not all database platforms support table repairs.

Optimize a Database
===================

Expand Down
7 changes: 0 additions & 7 deletions user_guide_src/source/database/utilities/007.php

This file was deleted.

0 comments on commit e1488bf

Please sign in to comment.