0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 8 hours ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump version to 0.8.7 More... over 10 years ago
Apply end-space stripping to CHAR as well More... over 10 years ago
Bump version to 0.8.6 More... over 10 years ago
Missed + in calculation means only full pages were counted as used More... over 10 years ago
Rename (and rework) LogBlock::record to first_record_preamble as to better reflect its functionality. More... over 10 years ago
Log records of type MULTI_REC_END and DUMMY_RECORD have no other content besides their type field. More... over 10 years ago
Remove placeholder (and broken) log record content reading. Content was being read over other fields. More... over 10 years ago
Add the flush bit to the header of a LogBlock. More... over 10 years ago
Initial IO tracing support for Innodb::LogBlock. More... over 10 years ago
Cleanup and rename LogBlock header/trailer offset constants. More... over 10 years ago
Add support for parsing the header blocks of InnoDB log files. More... over 10 years ago
Allow a cursor to read directly from a string buffer. More... over 10 years ago
Allow for non-indexed blocks (blocks forming the log header) to be read. More... over 10 years ago
Make the log file handler a member of the Log class. Avoids having to open the file each time a block is to be read. More... over 10 years ago
Rename block number to block index to avoid confusion with the block number field of the header. More... over 10 years ago
Add an initial and basic log test. More... over 10 years ago
Introduce a mode of operation option to innodb_log. The current and only mode of operation gets named as "log-summary". More... over 10 years ago
Remove unused block number argument. More... over 10 years ago
Bump version to 0.8.5 More... over 10 years ago
Basic cleanups More... over 10 years ago
Fix email addresses for markdown More... over 10 years ago
Add AUTHORS.md More... over 10 years ago
Merge pull request #16 from maginatics/require-relative-path More... over 10 years ago
Merge pull request #15 from maginatics/binary More... over 10 years ago
Allow relative paths for record describers More... over 10 years ago
Add support for BINARY More... over 10 years ago
Merge pull request #14 from maginatics/varbinary More... over 10 years ago
Merge pull request #13 from maginatics/space-id More... over 10 years ago
Add support for VARBINARY More... over 10 years ago
Merge pull request #11 from maginatics/type-column-width More... over 10 years ago