diff options
| -rw-r--r-- | perf/perf-mysql.inc.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perf/perf-mysql.inc.php b/perf/perf-mysql.inc.php index 381d652b..5c3f8764 100644 --- a/perf/perf-mysql.inc.php +++ b/perf/perf-mysql.inc.php @@ -118,6 +118,12 @@ class perf_mysql extends adodb_perf{ return $s; } + /** + * Returns a list of table statuses. + * + * @param string $orderby Unused (compatibility with parent method) + * @return string A formatted set of recordsets + */ function tables($orderby='1') { if (!$this->tablesSQL) return false; |
