aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config.c b/src/config.c
index 28734d0..e46c2f5 100644
--- a/src/config.c
+++ b/src/config.c
@@ -630,6 +630,11 @@ cb_sql (enum grecs_callback_command cmd,
630} 630}
631 631
632static struct grecs_keyword sql_kw[] = { 632static struct grecs_keyword sql_kw[] = {
633 { "config-file", N_("file"), N_("Read MySQL configuration from <file>"),
634 grecs_type_string, NULL, offsetof(struct sqlconn, config_file) },
635 { "config-group", N_("name"),
636 N_("Read the named group from the SQL configuration file"),
637 grecs_type_string, NULL, offsetof(struct sqlconn, config_group) },
633 { "host", N_("host"), N_("Set SQL server hostname or IP address"), 638 { "host", N_("host"), N_("Set SQL server hostname or IP address"),
634 grecs_type_string, NULL, 0, cb_sql_host }, 639 grecs_type_string, NULL, 0, cb_sql_host },
635 { "database", N_("dbname"), N_("Set database name"), 640 { "database", N_("dbname"), N_("Set database name"),

Return to:

Send suggestions and report system problems to the System administrator.