mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 17:15:44 +00:00
Add Aspersa tools, their tests, and util/test-bash-tool.
Update and simplify copyright notices.
This commit is contained in:
27
t/pt-mysql-summary/overall_db_stats-02
Executable file
27
t/pt-mysql-summary/overall_db_stats-02
Executable file
@@ -0,0 +1,27 @@
|
||||
#!/bin/bash
|
||||
#format_overall_db_stats
|
||||
|
||||
cat <<EOF > $1
|
||||
|
||||
Database Tables Views SPs Trigs Funcs FKs Partn
|
||||
{chosen} 1
|
||||
|
||||
Database InnoDB
|
||||
{chosen} 1
|
||||
|
||||
Database BTREE
|
||||
{chosen} 2
|
||||
|
||||
t v
|
||||
i a
|
||||
n r
|
||||
y c
|
||||
i h
|
||||
n a
|
||||
t r
|
||||
Database === ===
|
||||
{chosen} 1 1
|
||||
|
||||
EOF
|
||||
|
||||
cp samples/mysql-schema-002.txt /tmp/aspersa-mysqldump
|
Reference in New Issue
Block a user