Skip to content

Commit

Permalink
bug #4095 NUL symbols added to the end of database dump file
Browse files Browse the repository at this point in the history
  • Loading branch information
kaalis authored and lem9 committed Sep 28, 2013
1 parent 1559343 commit b717657
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -15,6 +15,7 @@ phpMyAdmin - ChangeLog
- bug #3996 Drizzle navigation doesn't expand
- bug #4074 GIS column editor: point not displayed
- bug #4109 Drizzle tables in navigation are shown as views
- bug #4095 NUL symbols added to the end of database dump file

4.0.7.0 (2013-09-23)
- bug #3993 Sorting in database overview with statistics doesn't work
Expand Down
1 change: 0 additions & 1 deletion export.php
Expand Up @@ -953,7 +953,6 @@ function PMA_exportOutputHandler($line)
}
exit();
} else {
PMA_Response::getInstance()->disable();
echo $dump_buffer;
}
} else {
Expand Down

0 comments on commit b717657

Please sign in to comment.