diff options
| author | Damien Regad <dregad@mantisbt.org> | 2021-10-25 19:05:43 +0200 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2022-01-16 18:23:45 +0100 |
| commit | c89ce556bd5f60a9dc337a3c809163c20c4208a9 (patch) | |
| tree | c12e3e1c38efa42301e63e677269279942609f91 /perf | |
| parent | 9747b1a543f5e01d15f5c521ce98ae0c8a70bdad (diff) | |
| download | adodb-c89ce556bd5f60a9dc337a3c809163c20c4208a9.tar.gz adodb-c89ce556bd5f60a9dc337a3c809163c20c4208a9.tar.bz2 adodb-c89ce556bd5f60a9dc337a3c809163c20c4208a9.zip | |
Fix reported errors in generated documentation
Diffstat (limited to 'perf')
| -rw-r--r-- | perf/perf-mysql.inc.php | 4 | ||||
| -rw-r--r-- | perf/perf-postgres.inc.php | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/perf/perf-mysql.inc.php b/perf/perf-mysql.inc.php index dae44229..ed92c805 100644 --- a/perf/perf-mysql.inc.php +++ b/perf/perf-mysql.inc.php @@ -125,7 +125,7 @@ class perf_mysql extends adodb_perf{ /** * Returns a list of table statuses. - * + * * @param string $orderby Unused (compatibility with parent method) * @return string A formatted set of recordsets */ @@ -299,7 +299,7 @@ class perf_mysql extends adodb_perf{ var $optimizeTableHigh = 'OPTIMIZE TABLE %s'; /** - * @see adodb_perf#optimizeTable + * @see adodb_perf::optimizeTable() */ function optimizeTable( $table, $mode = ADODB_OPT_LOW) { diff --git a/perf/perf-postgres.inc.php b/perf/perf-postgres.inc.php index 5ca19449..16b767d2 100644 --- a/perf/perf-postgres.inc.php +++ b/perf/perf-postgres.inc.php @@ -102,7 +102,7 @@ class perf_postgres extends adodb_perf{ var $optimizeTableHigh = 'VACUUM ANALYZE %s'; /** - * @see adodb_perf#optimizeTable + * @see adodb_perf::optimizeTable() */ function optimizeTable($table, $mode = ADODB_OPT_LOW) |
