Files
pkgsrc-ng/databases/mysql56-client/patches/patch-sql_sp__rcontext.h
2013-09-26 17:14:40 +02:00

14 lines
378 B
C

$NetBSD: patch-sql_sp__rcontext.h,v 1.1 2013/05/06 14:41:08 joerg Exp $
--- sql/sp_rcontext.h.orig 2013-05-05 20:56:04.000000000 +0000
+++ sql/sp_rcontext.h
@@ -453,7 +453,7 @@ public:
bool close(THD *thd);
bool is_open() const
- { return test(m_server_side_cursor); }
+ { return my_test(m_server_side_cursor); }
bool fetch(THD *thd, List<sp_variable> *vars);