diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2016-06-27 17:09:42 +0800 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2016-06-27 17:15:41 +0800 |
commit | c09e062096b5cb7750b15ced548f3bf1d14b7c11 (patch) | |
tree | 47102e61d234e2f839e176acc1a6bb6a19703165 | |
parent | 971acc888291629aff7625082d282f7db03dc747 (diff) | |
download | mywatch-0.2.0.tar.gz |
Version 0.2.00.2.0
-rw-r--r-- | ChangeLog.md | 14 | ||||
-rw-r--r-- | mywatch.cabal | 2 |
2 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index b5670b9..2bdb96b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,9 +1,20 @@ +0.2.0 +===== + + * Allow killing queries via `CALL mysql.mywatch_kill(id)`. You should have + this routine on your database server and grant MyWatch privilege to + execute it. Provided a safe example of this function. + + * Minor improvements in UI + + 0.1.2 ===== * Use location hash for server name * Compact server list (`display: inline-block`) + 0.1.1 ===== @@ -19,7 +30,8 @@ processes SSL options. SSL now works with MariaDB's libmysqlclient. - * Fixed parsing of `GRANT` queries (they have `NULL` states). + * Fixed parsing of `GRANT` queries (they have `NULL` states) + 0.1.0 ===== diff --git a/mywatch.cabal b/mywatch.cabal index 48220d5..3a69765 100644 --- a/mywatch.cabal +++ b/mywatch.cabal @@ -1,5 +1,5 @@ name: mywatch -version: 0.1.2 +version: 0.2.0 synopsis: Web application to view and kill MySQL queries description: View and kill queries on multiple MySQL servers. |