mydumper

Official MyDumper Project

GPL-3.0 License

Stars
2.4K
Committers
91

Bot releases are hidden (Show)

mydumper - v0.10.5

Published by davidducos over 3 years ago

New Features:

  • Password obfuscation #312
  • Using dynamic parameter for SET NAMES #154
  • Refactor logging and enable --logfile in myloader #233
  • Adding purge-mode option (NONE/TRUNCATE/DROP/DELETE) to decide what is the preferable mode #91 #25
  • Avoid to send COMMIT when commit_count equals 1 #234
  • Check if directory exists #294

Bug Fixes:

  • Adding homebrew build support #313
  • Removing MyISAM dependency in temporary tables for VIEWS #261
  • Fix warnings in sphinx document generation #287
  • Fix endless loop when processlist couldn't be checked #295
  • Fix issues when daemon is used on glist #317

Documentation:

  • Correcting ubuntu/debian packages dependencies #310
  • Provide better CentOS 7 build instructions #232
  • --defaults-file usage for section mydumper and client #306
  • INSERT IGNORE documentation added #195

Refactoring

  • Adding function new_table_job #315
  • Adding IF NOT EXISTS to SHOW CREATE DATABASE #314
  • Update FindMySQL.cmake #149

Notes
On releases 0.10.1, 0.10.3 and 0.10.5, we compiled against MySQL 5.7 libraries (Percona fork) and packaged it.
Since release 0.10.5, we are also compiling against MySQL 8 libraries for testing purposes, not releasing.

mydumper - v0.10.3

Published by davidducos over 3 years ago

New Features:

  • Link mydumper against libm (#244)
  • More extensive ssl options usage (#251)
  • Adding progress for import (#259)
  • Adding file name to the log during restoring data for better logging #269

Bug Fixes:

  • Exclude system user (Fixes #236)
  • Allow SMALLINT Chunk (Fixes #237)
  • Skip from the processlist the system user #260
  • MySQL8 causes dumps to omit defaulted columns using CURRENT_TIMESTAMP #273
  • Fixing comparison to disable LOCK BINLOG for PS8 (#288)

Documentation:

  • OSX documentation updates
  • Global read lock
  • Fixed typo
mydumper - v0.10.1

Published by davidducos almost 4 years ago

OS support:

  • el6 removed
  • buster and bionic added

New Features:

  • clang-format for 0.10.0 (#188)
  • PS8 skip backup locks (#187)
  • Tidb support (#155)

Bug Fixes:

  • Add quoting to column names when generating string for SELECT (#216)
  • Fix rows max to use unsigned instead of signed max (#248)
  • Fix connection reference in binlog_thread() (#217)
  • fix for #206 (#208)
  • Ssl fixes (#226)
  • Memleak fixes + Improvements (#176)
  • Fix issue #135 (#140)
  • Fixed issue: https://github.com/maxbube/mydumper/issues/172 (#173)
  • Fix wrong WITH_SSL naming
  • cmakedine WITH_SSL
mydumper - v0.9.5

Published by maxbube over 6 years ago

New Features:

  • Add insert-ignore option (#20)
  • Allow skipping a very large number of tables (#82)
  • Support SSL MySQL connections (#36)
  • Mysql generated field support (#108)

Bug Fixes:

  • adding json support. Fixes #46 (#63)
  • Do not check for long running queries when no-lock is on (#90)
  • fix bug while create_databse function test database schema file exist (#75)
  • Fix memleaks in mydumper (#113)
  • fix timestamp column default values will be changed after using mydumper and myloader (#126)
  • fix --defaults-file option does not honor port (#103)
mydumper - v0.9.3

Published by maxbube about 7 years ago

  • resolve issue #32 with empty GTID in master metadata on galera cluster. (#33)
  • add so.1 suffix for xmake to find libatomic on Debian (and Ubuntu?) (#35)
  • fix yet another errernous if when using defaults_file (#27)
  • lp1640728 fix reading cred files (#21)
  • Merge pull request #18 from maxbube/issue16
  • Merge pull request #19 from webbed88/master
  • correct 'this ‘if’ clause does not guard' error when using make
  • issue#16 complete inserts
  • Merge pull request #7 from grypyrg/trx_isolation_change_error
  • Merge pull request #13 from maxbube/backup_locks
  • Add support to Percona Backup Locks to avoid FTWRL
  • make changing trx isolation level a critical error, exit the program if this failed or if starting a trx with consistent snapshot failed
  • Merge pull request #3 from cezmunsta/add-defaults-file
  • Updated description for -u to account for share use between mydumper and myloader; tidied source indentation
  • Added --defaults-file to mydumper and myloader
  • Merge pull request #2 from maxbube/lp1529848
  • option to ingnore views
  • Merge pull request #1 from maxbube/lp1525216
  • fix lp:1525216 row chunking all NULL values