diff options
Diffstat (limited to 'includes/profiler/ProfilerStub.php')
-rw-r--r-- | includes/profiler/ProfilerStub.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/profiler/ProfilerStub.php b/includes/profiler/ProfilerStub.php index c0eb0fb4..3697f352 100644 --- a/includes/profiler/ProfilerStub.php +++ b/includes/profiler/ProfilerStub.php @@ -39,4 +39,6 @@ class ProfilerStub extends Profiler { public function close() {} public function logData() {} public function getCurrentSection() { return ''; } + public function transactionWritingIn( $server, $db ) {} + public function transactionWritingOut( $server, $db ) {} } |