mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-19 18:34:59 +00:00
Change MKDEBUG to PTDEBUG. Remove 1.0.2 from release notes.
This commit is contained in:
@@ -252,7 +252,7 @@ SKIP: {
|
||||
# mysql_enable_utf8 => ($cxn_string =~ m/charset=utf8/ ? 1 : 0),
|
||||
# in get_dbh(). That line is part of a hashref declaration so we
|
||||
# have no access to it here. I keep this this test because it allows
|
||||
# me to look manually via MKDEBUG and see that mysql_enable_utf8=>1
|
||||
# me to look manually via PTDEBUG and see that mysql_enable_utf8=>1
|
||||
# even if A=UTF8.
|
||||
$d = $dp->parse('h=127.0.0.1,P=12345,A=UTF8,u=msandbox,p=msandbox');
|
||||
eval {
|
||||
|
Reference in New Issue
Block a user