[root]/classes/org/makumba/db/sql/mysql
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 11 (100.0%) | 130 (100.0%) | 11.8 |
cristi | 3 (27.3%) | 78 (60.0%) | 26.0 |
stefan | 3 (27.3%) | 34 (26.2%) | 11.3 |
stefanba | 2 (18.2%) | 16 (12.3%) | 8.0 |
cristian_bogdan | 1 (9.1%) | 2 (1.5%) | 2.0 |
manuel_gay | 2 (18.2%) | 0 (0.0%) | 0.0 |
Removing empty package
0 lines of code changed in 2 files:
Exact jdbc driver version determined with RegEx
(fixed previously introduced, non-critical bug)
10 lines of code changed in 1 file:
Updated to work with
a) JDBC driver: MySQL-AB JDBC Driver version: mysql-connector-java-3.1.8 ( $Date: 2005/04/14 20:36:13 $, $Revision: 1.27.4.64 $ )
which has no "-" after version dewey
b) MySQL 4.1.12a-nt, which describes InnoDB tables with "...) ENGINE=InnoDB DEFAULT CHARSET=utf8"
6 lines of code changed in 1 file:
organized imports via Eclipse
2 lines of code changed in 1 file:
it was just redundant, nothing to do with bug 4
0 lines of code changed in 1 file:
bug 512 fixed (Makumba fails to create new tables with Connector/J 3.0.8 and later)
Fix is ready, but some committed files contain unfinished work done on bug 4.
32 lines of code changed in 1 file:
bug 638 fixed (Makumba altered InnoDB tables to InnoDB on MySQL 4.1)
2 lines of code changed in 1 file:
changed arguments of alter()
4 lines of code changed in 1 file:
all mysql tables are created as / converted to InnoDb
74 lines of code changed in 2 files: