We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f55712 commit 8cc6107Copy full SHA for 8cc6107
.gitignore
@@ -0,0 +1,3 @@
1
+*~
2
+*#*#
3
+.#*
CHANGELOG
@@ -0,0 +1,7 @@
+Version 1.1
+-----------
+* Added checks for external programs
4
+* Additional checks for required variables
5
+* Added escapes with double-quotes
6
+* Filter out performance_schema
7
+
TODO
@@ -0,0 +1,4 @@
+* I'm not very confident in how the code will handle databases with spaces in them.
+* I've realized the code is almost certainly not portable to BSD systems
+* Support for an external configuration file would be nice
+* Putting the license into its own file would also be nice
0 commit comments