Skip to content
Snippets Groups Projects
Commit ca35cce9 authored by Paul Terry's avatar Paul Terry Committed by Quanah Gibson-Mount
Browse files

ITS#8329 Add the id_query config item.

parent df1266cd
No related branches found
No related tags found
No related merge requests found
......@@ -213,6 +213,11 @@ static ConfigTable sqlcfg[] = {
ARG_ON_OFF|ARG_MAGIC|BSQL_AUTOCOMMIT, (void *)sql_cf_gen,
"( OLcfgDbAt:6.45 NAME 'olcSqlAutocommit' "
"SYNTAX OMsBoolean SINGLE-VALUE )", NULL, NULL },
{ "id_query", "SQL expression", 2, 0, 0, ARG_STRING|ARG_QUOTE|ARG_OFFSET,
(void *)offsetof(struct backsql_info, sql_id_query),
"( OLcfgDbAt:6.46 NAME 'olcSqlIdQuery' "
"DESC 'Custom ID query' "
"SYNTAX OMsDirectoryString SINGLE-VALUE )", NULL, NULL },
{ NULL, NULL, 0, 0, 0, ARG_IGNORED,
NULL, NULL, NULL, 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