forked from MariaDB4j/MariaDB4j
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO.txt
25 lines (13 loc) · 820 Bytes
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SOME DAY
- https://jreleaser.org
- MariaDB4j.setup to test and register: Oomph Setup Model, incl. Checkstyle and m2e-checkstyle plug-ins, and its configuration
- add https://github.com/brsanthu/google-analytics-java to see how many people actually use this? ;-)
(Must be able to disable via some -DmariaDB4j.dnt=true kind of switch)
- must close Ext. Proc. STDIN / STDOUT & STDERR, on destroy as well as if running in daemon mode?
- uid & pwd on DBConfigurationBuilder etc.
LATER, MAY BE (or not)
- my.cnf files support?
- mysqlcheck --auto-repair --all-databases -u root
- could use http://code.google.com/p/guava-libraries/wiki/ServiceExplained
- DBConfiguration & Co. with File instead String baseDir, dataDir & socket
- How to do 32 vs 64 bit?! How to detect? How to choose? (Is it even needed? Prio?)