mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
a58dc6af93
git-svn-id: file:///svn/tokudb@1175 c7de825b-a66e-492c-adef-691d508d4ae1
6 lines
95 B
C++
6 lines
95 B
C++
#include "db_cxx.h"
|
|
|
|
Dbt::Dbt(void) {
|
|
DBT *dbt = this;
|
|
memset(dbt, 0, sizeof(*dbt));
|
|
}
|