Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-sql_log__event.cc,v 1.1 2013/04/29 21:16:56 joerg Exp $
--- sql/log_event.cc.orig 2013-04-28 13:54:43.000000000 +0000
+++ sql/log_event.cc
@@ -642,7 +642,7 @@ static void print_set_option(IO_CACHE* f
{
if (*need_comma)
my_b_printf(file,", ");
- my_b_printf(file,"%s=%d", name, test(flags & option));
+ my_b_printf(file,"%s=%d", name, my_test(flags & option));
*need_comma= 1;
}
}