summaryrefslogtreecommitdiff
path: root/fml/etc
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-07-23 12:53:46 +0000
committerfukachan <fukachan>2002-07-23 12:53:46 +0000
commit13cff80b2e637a3b4a1d62c5d7396cf5b514b012 (patch)
treedc957208b8161d273be4a32156d0436ebf368adf /fml/etc
parent28120b27f8ff3ab74d7deb14316a707a2b653a13 (diff)
downloadfml8-13cff80b2e637a3b4a1d62c5d7396cf5b514b012.tar.gz
fml8-13cff80b2e637a3b4a1d62c5d7396cf5b514b012.tar.bz2
fml8-13cff80b2e637a3b4a1d62c5d7396cf5b514b012.zip
regen: update mysql
Diffstat (limited to 'fml/etc')
-rw-r--r--fml/etc/default_config.cf.ja.in44
1 files changed, 26 insertions, 18 deletions
diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in
index 4ab74386..aea655c9 100644
--- a/fml/etc/default_config.cf.ja.in
+++ b/fml/etc/default_config.cf.ja.in
@@ -1415,26 +1415,34 @@ has_fork = yes
sql_server = localhost
sql_user = fml
sql_password = uja
-sql_database = ml
-sql_table = fml
-
-get_next_key = select fml_address from $sql_table
- where fml_ml = '&ml_name'
-
-getline = select * from $sql_table
- where fml_ml = '&ml_name'
-
-add = insert into $sql_table
- values ('&ml_name', '&address', 1, 1)
-
-delete = delete from $sql_table
- where fml_ml = '&ml_name'
- and
+sql_database = fml
+sql_table = ml
+
+sql_get_next_key = select fml_address from $sql_table
+ where fml_ml = '$ml_name'
+ and
+ fml_domain = '$ml_domain'
+
+sql_getline = select * from $sql_table
+ where fml_ml = '$ml_name'
+ and
+ fml_domain = '$ml_domain'
+
+sql_add = insert into $sql_table
+ values ('$ml_name', '$ml_domain', '&address', 1, 1)
+
+sql_delete = delete from $sql_table
+ where fml_ml = '$ml_name'
+ and
+ fml_domain = '$ml_domain'
+ and
fml_address = '&address'
-find = select * from $sql_table
- where fml_ml = '&ml_name'
- and
+sql_find = select * from $sql_table
+ where fml_ml = '$ml_name'
+ and
+ fml_domain = '$ml_domain'
+ and
fml_address like '&regexp'
=head1 ¥Õ¥Ã¥¯'s