Skip to content
Snippets Groups Projects
Commit fbea1a84 authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files

ITS#8329 finish prev commit

parent ca35cce9
No related branches found
No related tags found
No related merge requests found
...@@ -216,7 +216,7 @@ static ConfigTable sqlcfg[] = { ...@@ -216,7 +216,7 @@ static ConfigTable sqlcfg[] = {
{ "id_query", "SQL expression", 2, 0, 0, ARG_STRING|ARG_QUOTE|ARG_OFFSET, { "id_query", "SQL expression", 2, 0, 0, ARG_STRING|ARG_QUOTE|ARG_OFFSET,
(void *)offsetof(struct backsql_info, sql_id_query), (void *)offsetof(struct backsql_info, sql_id_query),
"( OLcfgDbAt:6.46 NAME 'olcSqlIdQuery' " "( OLcfgDbAt:6.46 NAME 'olcSqlIdQuery' "
"DESC 'Custom ID query' " "DESC 'Query used to collect entryID mapping data' "
"SYNTAX OMsDirectoryString SINGLE-VALUE )", NULL, NULL }, "SYNTAX OMsDirectoryString SINGLE-VALUE )", NULL, NULL },
{ NULL, NULL, 0, 0, 0, ARG_IGNORED, { NULL, NULL, 0, 0, 0, ARG_IGNORED,
NULL, NULL, NULL, NULL } NULL, NULL, NULL, NULL }
...@@ -238,7 +238,7 @@ static ConfigOCs sqlocs[] = { ...@@ -238,7 +238,7 @@ static ConfigOCs sqlocs[] = {
"olcSqlFailIfNoMapping $ olcSqlAllowOrphans $ olcSqlBaseObject $ " "olcSqlFailIfNoMapping $ olcSqlAllowOrphans $ olcSqlBaseObject $ "
"olcSqlLayer $ olcSqlUseSubtreeShortcut $ olcSqlFetchAllAttrs $ " "olcSqlLayer $ olcSqlUseSubtreeShortcut $ olcSqlFetchAllAttrs $ "
"olcSqlFetchAttrs $ olcSqlCheckSchema $ olcSqlAliasingKeyword $ " "olcSqlFetchAttrs $ olcSqlCheckSchema $ olcSqlAliasingKeyword $ "
"olcSqlAliasingQuote $ olcSqlAutocommit ) )", "olcSqlAliasingQuote $ olcSqlAutocommit $ olcSqlIdQuery ) )",
Cft_Database, sqlcfg }, Cft_Database, sqlcfg },
{ NULL, Cft_Abstract, NULL } { NULL, Cft_Abstract, NULL }
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment