Update t/pt-query-digest/binlog_analyses.t now that INSERT without INTO parses correctly.

This commit is contained in:
Daniel Nichter
2013-08-03 12:39:18 -07:00
parent ba2545d4c6
commit 50ac38ad58

View File

@@ -28,7 +28,7 @@ ok(
"t/pt-query-digest/samples/binlog001.txt" "t/pt-query-digest/samples/binlog001.txt"
), ),
'Analysis for binlog001', 'Analysis for binlog001',
); ) or diag($test_diff);
ok( ok(
no_diff( no_diff(
@@ -36,7 +36,7 @@ ok(
"t/pt-query-digest/samples/binlog002.txt" "t/pt-query-digest/samples/binlog002.txt"
), ),
'Analysis for binlog002', 'Analysis for binlog002',
); ) or diag($test_diff);
# ############################################################################# # #############################################################################
# Done. # Done.