merge
This commit is contained in:
@@ -25,6 +25,7 @@ using namespace util;
|
||||
#ifndef NDEBUG // DEBUG
|
||||
|
||||
#include <fstream>
|
||||
#include "en_config.h"
|
||||
|
||||
extern "C"
|
||||
{
|
||||
@@ -36,7 +37,7 @@ class CalledCounter {
|
||||
public:
|
||||
CalledCounter() {
|
||||
char buf[64];
|
||||
sprintf(buf, "/etc/encryptsql/UDFcalled_by%d.count", (int) getpid());
|
||||
sprintf(buf, ENCRYPTSQL_CONFIG_DIR "/UDFcalled_by%d.count", (int) getpid());
|
||||
|
||||
ofstream fout(buf);
|
||||
fout.close();
|
||||
|
||||
Reference in New Issue
Block a user