index
:
MyGrate
main
MySQL/MariaDB real-time replication exportor (to PostgreSQL)
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
*
Disable clang formatting on help
HEAD
main
Dan Goodliffe
2021-08-30
|
*
Fix up all remaining warnings
Dan Goodliffe
2021-08-30
|
*
Add -Wpedantic
Dan Goodliffe
2021-08-30
|
*
Add -Wold-style-cast
Dan Goodliffe
2021-08-29
|
*
Add -Wuseless-cast
Dan Goodliffe
2021-08-28
|
*
Add -Wlogical-op
Dan Goodliffe
2021-08-28
|
*
Add -Wduplicated-branches
Dan Goodliffe
2021-08-28
|
*
Add -Wduplicated-cond
Dan Goodliffe
2021-08-28
|
*
Add -Wformat=2
Dan Goodliffe
2021-08-28
|
*
Add -Wnull-dereference
Dan Goodliffe
2021-08-28
|
*
Add -Wdouble-promotion
Dan Goodliffe
2021-08-28
|
*
Add -Woverloaded-virtual
Dan Goodliffe
2021-08-28
|
*
Add -Wsign-conversion
Dan Goodliffe
2021-08-28
|
*
Add -Wunused
Dan Goodliffe
2021-08-28
|
*
Add -Wcast-align
Dan Goodliffe
2021-08-28
|
*
Add -Wnon-virtual-dtor
Dan Goodliffe
2021-08-28
|
*
Don't need separate decorator
Dan Goodliffe
2021-08-27
|
*
Reserve space in the right vector
Dan Goodliffe
2021-08-27
|
*
Mark BufferOf constructor explicit
Dan Goodliffe
2021-08-27
|
*
Add lots of tests over replicating most of the types
Dan Goodliffe
2021-08-27
|
*
Prevent reading of non-trivial types from RawDataReader
Dan Goodliffe
2021-08-27
|
*
Add raw() view of RawDataReader
Dan Goodliffe
2021-08-27
|
*
Fix parse of PostgreSQL of timestamp
Dan Goodliffe
2021-08-27
|
*
Handle errors in the replication thread in tests
Dan Goodliffe
2021-08-27
|
*
Fix type mapping of real/double
Dan Goodliffe
2021-08-27
|
*
Fix parsing of date type
Dan Goodliffe
2021-08-27
|
*
Test of getenv wrapper
Dan Goodliffe
2021-08-27
|
*
Fix Misc test module name
Dan Goodliffe
2021-08-27
|
*
Fix parsing of year type
Dan Goodliffe
2021-08-27
|
*
Fix undef of INTEGER_TYPE macro
Dan Goodliffe
2021-08-27
|
*
Extract datetime2From40bit
Dan Goodliffe
2021-08-27
|
*
Extract and test time2From24bit
Dan Goodliffe
2021-08-27
|
*
Test mod100_extract
Dan Goodliffe
2021-08-27
|
*
Make date/time types easy to create and compare
Dan Goodliffe
2021-08-27
|
*
Don't declare clang 12
Dan Goodliffe
2021-08-27
|
*
Support binding date/time values to MySQL
Dan Goodliffe
2021-08-27
|
*
Mark some empty base implementations not tested
Dan Goodliffe
2021-08-27
|
*
Fix len variable name
Dan Goodliffe
2021-08-27
|
*
Wait on specific events being processed
Dan Goodliffe
2021-08-22
|
*
Add EventCounter class
Dan Goodliffe
2021-08-22
|
*
Enable numeric conversion warning and fix the fallout
Dan Goodliffe
2021-08-10
|
*
Tests, fixes, improvements to WritePqCopyStream
Dan Goodliffe
2021-08-08
|
*
Simplify some bits with concepts
Dan Goodliffe
2021-08-08
|
*
Extract WritePqCopyStrm into its own file
Dan Goodliffe
2021-08-08
|
*
Create indexes and keys after copying table data
Dan Goodliffe
2021-08-08
|
*
Push lots of test logic into a fixture for easier test case creation
Dan Goodliffe
2021-08-07
|
*
Handle gtid and xid transaction events
Dan Goodliffe
2021-08-05
|
*
Add base handlers for gtid/xid events
Dan Goodliffe
2021-08-03
|
*
Be more picky about what is Writable
Dan Goodliffe
2021-08-03
|
|
|
|
Previously picked up integer left shift operator as output operator.
*
Handle Rows events with more than one row
Dan Goodliffe
2021-08-02
|
[next]