Skip to content

Commit

Permalink
hex-blob is faster than escaped content
Browse files Browse the repository at this point in the history
  • Loading branch information
ifsnop committed Aug 1, 2015
1 parent 656041c commit d058594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ifsnop/Mysqldump/Mysqldump.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public function __construct(
'no-create-info' => false,
'skip-triggers' => false,
'add-drop-trigger' => true,
'hex-blob' => true,
'hex-blob' => true, /* faster than escaped content */
'databases' => false,
'add-drop-database' => false,
'skip-tz-utz' => false,
Expand Down

0 comments on commit d058594

Please sign in to comment.