Docs table regex (#53)

* Add more specific info about regex

* noop change to trigger checks
This commit is contained in:
Daniël van Eeden
2022-09-28 01:39:35 +02:00
committed by GitHub
parent f066cead02
commit 9799895fcc

View File

@@ -11,6 +11,7 @@ use warnings FATAL => 'all';
# in this file. Setting %INC to this file for each module makes Perl aware
# of this so it will not try to load the module from @INC. See the tool's
# documentation for a full list of dependencies.
BEGIN {
$INC{$_} = __FILE__ for map { (my $pkg = "$_.pm") =~ s!::!/!g; $pkg } (qw(
Percona::Toolkit
@@ -12248,7 +12249,9 @@ Only checksum this comma-separated list of databases.
type: string; group: Filter
Only checksum databases whose names match this Perl regex.
Only checksum databases whose names match this Perl regex. This is matched
against the lowercase table name. This is the bare regex; it should not be
enclosed in slashes.
=item --defaults-file
@@ -12370,7 +12373,9 @@ the database name. The L<"--replicate"> table is always automatically ignored.
type: string; group: Filter
Ignore tables whose names match the Perl regex.
Ignore tables whose names match the Perl regex. This is matched
against the lowercase table name. This is the bare regex; it should not be
enclosed in slashes.
=item --max-lag