1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-30 05:23:50 +03:00

Move db_cxx.h to include dir, and fix valgrind issues. Fixes #197.

git-svn-id: file:///svn/tokudb@1218 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Bradley C. Kuszmaul
2007-12-18 20:39:02 +00:00
parent a98f0cd111
commit b533ea01dd
8 changed files with 9 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
#include "db_cxx.h"
#include <db_cxx.h>
int Dbc::close (void) {
DBC *dbc = this;