Skip to content
Snippets Groups Projects
Commit e90f933e authored by Howard Chu's avatar Howard Chu
Browse files

ITS#3646 allow default index

parent eca819d8
Branches
Tags
No related merge requests found
......@@ -83,7 +83,7 @@ static ConfigTable bdbcfg[] = {
"( OLcfgAt:1.6 NAME 'dbIDLcacheSize' "
"DESC 'IDL cache size in IDLs' "
"SYNTAX OMsInteger SINGLE-VALUE )", NULL, NULL },
{ "index", "attr> <[pres,eq,approx,sub]", 3, 3, 0, ARG_MAGIC|BDB_INDEX,
{ "index", "attr> <[pres,eq,approx,sub]", 2, 3, 0, ARG_MAGIC|BDB_INDEX,
bdb_cf_gen, "( OLcfgAt:1.7 NAME 'dbIndex' "
"DESC 'Attribute index parameters' "
"SYNTAX OMsDirectoryString )", NULL, NULL },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment