mirror of
https://github.com/MariaDB/server.git
synced 2025-11-30 05:23:50 +03:00
test1 compiles
git-svn-id: file:///svn/tokudb@1176 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
CPPFLAGS = -I../include
|
||||
CC = c++
|
||||
test1: test1.o dbt.o
|
||||
|
||||
@@ -4,3 +4,7 @@ Dbt::Dbt(void) {
|
||||
DBT *dbt = this;
|
||||
memset(dbt, 0, sizeof(*dbt));
|
||||
}
|
||||
|
||||
Dbt::~Dbt(void)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user