mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
7 lines
95 B
C++
7 lines
95 B
C++
|
#include "db_cxx.h"
|
||
|
|
||
|
Dbt::Dbt(void) {
|
||
|
DBT *dbt = this;
|
||
|
memset(dbt, 0, sizeof(*dbt));
|
||
|
}
|