From f77c9f950f361af9188598718bd61ae147b5d2f6 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 5 Apr 2009 02:29:45 +0000 Subject: [PATCH] disabling triggers for Mysql since it requires SUPER privs --- test/testlib/requires.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/testlib/requires.py b/test/testlib/requires.py index 200fb01b11..b20929a83b 100644 --- a/test/testlib/requires.py +++ b/test/testlib/requires.py @@ -59,6 +59,7 @@ def row_triggers(fn): return _chain_decorators_on( fn, # no access to same table + no_support('mysql', 'requires SUPER priv'), exclude('mysql', '<', (5, 0, 10), 'not supported by database'), no_support('postgres', 'not supported by database: no statements'), ) -- 2.47.2