mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-04 03:26:19 +00:00
10 lines
182 B
Bash
Executable File
10 lines
182 B
Bash
Executable File
#!/bin/bash
|
|
#format_binlog_filters
|
|
|
|
cat <<EOF > $1
|
|
binlog_do_db | foo
|
|
binlog_ignore_db | mysql,test
|
|
EOF
|
|
|
|
cp samples/mysql-show-master-status-001.txt /tmp/percona-toolkit
|