Change MKDEBUG to PTDEBUG. Remove 1.0.2 from release notes.

This commit is contained in:
Daniel Nichter
2011-12-30 09:23:41 -07:00
parent 547cbfd348
commit d1bd7a9f3b
44 changed files with 5083 additions and 5111 deletions

View File

@@ -48,9 +48,9 @@ $cmd = "$trunk/bin/pt-query-digest "
# match this test script and any vi mk-query-digest[.t] that may happen
# to be running.
$ENV{MKDEBUG}=1;
$ENV{PTDEBUG}=1;
`$cmd > /tmp/read_only.txt 2>&1 &`;
$ENV{MKDEBUG}=0;
$ENV{PTDEBUG}=0;
sleep 5;
$dbh1->do('select sleep(1)');
sleep 1;