git://git.iain.cx/iain
/
pstop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c3c5a8
)
fix typo: in db name
author
Simon J Mudd
<sjmudd@pobox.com>
Tue, 2 Dec 2014 06:50:52 +0000
(07:50 +0100)
committer
Simon J Mudd
<sjmudd@pobox.com>
Tue, 2 Dec 2014 06:50:52 +0000
(07:50 +0100)
main.go
patch
|
blob
|
history
diff --git
a/main.go
b/main.go
index
662743e
..
3981b1b
100644
(file)
--- a/
main.go
+++ b/
main.go
@@
-85,7
+85,7
@@
func usage() {
func validate_mysql_version(dbh *sql.DB) error {
var tables = [...]string{
"performance_schema.file_summary_by_instance",
- "performance_
S
chema.table_io_waits_summary_by_table",
+ "performance_
s
chema.table_io_waits_summary_by_table",
"performance_schema.table_lock_waits_summary_by_table",
}