Searched refs:DB_CONFIG (Results 1 – 1 of 1) sorted by relevance
46 constexpr const char *DB_CONFIG[] = { DB_CONFIG_PAGESIZE, DB_CONFIG_REDO_FLUSH_BY_TRX, variable144 for (uint32_t i = 0; i < sizeof(DB_CONFIG) / sizeof(char *); i++) { in IsDbconfigValid()145 if (strcmp(DB_CONFIG[i], fieldName.c_str()) == 0) { in IsDbconfigValid()