Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 327 Bytes

Configuration.md

File metadata and controls

7 lines (5 loc) · 327 Bytes

Configuration

DbTest Config options:

  • DbTest.dumpNoTablespaces (?bool, default null). Will append --no-tablespaces when doing a mysqldump (in MysqlEngine).
  • DbTest.dumpExtendedInserts (?bool, default null). IF false it will append --extended-insert=FALSE when doing a mysqldump (in MysqlEngine).