From 83f3aa148b18398f0d209e756c221c29e8fab46b Mon Sep 17 00:00:00 2001 From: Bjorn Munch Date: Wed, 5 Oct 2011 15:16:20 +0200 Subject: [PATCH] Silly mistake in gdb output: replaced print with resfile_print, but the latter only takes one argument, duh! Fixed by concatenating the args (replace , with .) --- mysql-test/lib/My/CoreDump.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql-test/lib/My/CoreDump.pm b/mysql-test/lib/My/CoreDump.pm index b0c4a1337d8..419a0e7f39f 100644 --- a/mysql-test/lib/My/CoreDump.pm +++ b/mysql-test/lib/My/CoreDump.pm @@ -81,7 +81,7 @@ sub _gdb { return if $? >> 8; return unless $gdb_output; - resfile_print <