+ groupTableName + "(groupname)");
LOGGER.logp(Level.INFO, CLASS_NAME, METHOD,
"Created/verified index: idx_groupname_groups on " + groupTableName);
// Role names have a max size of 15.
jdbcDatabase.verifyTableExists(roleTableName, new String[] {
"create table " + roleTableName
+ " (roleid long auto_increment primary key,"
+ " rolename varchar(32), replicaid varchar(32))"});
LOGGER.logp(Level.INFO, CLASS_NAME, METHOD,
"Created/verified table: " + roleTableName);