OpenDNSSEC-enforcer  2.0.3
Variables
db_schema_mysql.c File Reference

Go to the source code of this file.

Variables

const char * db_schema_mysql_create []
 
const char * db_schema_mysql_drop []
 

Variable Documentation

◆ db_schema_mysql_create

const char* db_schema_mysql_create[]

Definition at line 29 of file db_schema_mysql.c.

◆ db_schema_mysql_drop

const char* db_schema_mysql_drop[]
Initial value:
= {
"DROP TABLE IF EXISTS zone",
0,
"DROP TABLE IF EXISTS keyData",
0,
"DROP TABLE IF EXISTS keyState",
0,
"DROP TABLE IF EXISTS keyDependency",
0,
"DROP TABLE IF EXISTS hsmKey",
0,
"DROP TABLE IF EXISTS policy",
0,
"DROP TABLE IF EXISTS policyKey",
0,
"DROP TABLE IF EXISTS databaseVersion",
0,
0
}

Definition at line 77 of file db_schema_mysql.c.