Skip to content

Commit 8cc6107

Browse files
committedFeb 12, 2014
Some new files for the project.
1 parent 3f55712 commit 8cc6107

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed
 

‎.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*~
2+
*#*#
3+
.#*

‎CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Version 1.1
2+
-----------
3+
* Added checks for external programs
4+
* Additional checks for required variables
5+
* Added escapes with double-quotes
6+
* Filter out performance_schema
7+

‎TODO

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* I'm not very confident in how the code will handle databases with spaces in them.
2+
* I've realized the code is almost certainly not portable to BSD systems
3+
* Support for an external configuration file would be nice
4+
* Putting the license into its own file would also be nice

0 commit comments

Comments
 (0)
Please sign in to comment.