Module: sip-router
Branch: janakj/mysql
Commit: 7eb19c267129000809f6a04a603116981de12086
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7eb19c2…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Henning Westerholt <henning.westerholt(a)1und1.de>
Date: Wed Feb 6 15:46:09 2008 +0000
further changes after the db name change
- update INSTALL file
- fix Makefile skip modules variable
- fix module Makefile, lib name
- change db_bind_mod to add the db prefix in the function
- change db url defines in db_berkeley and db_text
- change database modules names in module struct
- fix debian packaging
- fix tests
git-svn-id:
https://openser.svn.sourceforge.net/svnroot/openser/trunk@3642
689a6050-402a-0410-94f2-e92a70836424
---
modules/db_mysql/km_Makefile | 2 +-
modules/db_mysql/km_db_mod.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/db_mysql/km_Makefile b/modules/db_mysql/km_Makefile
index cb8d362..3fd0adf 100644
--- a/modules/db_mysql/km_Makefile
+++ b/modules/db_mysql/km_Makefile
@@ -4,7 +4,7 @@
include ../../Makefile.defs
auto_gen=
-NAME=mysql.so
+NAME=db_mysql.so
# set CROSS_COMPILE to true if you want to skip
# the autodetection
diff --git a/modules/db_mysql/km_db_mod.c b/modules/db_mysql/km_db_mod.c
index cd60948..3b8d391 100644
--- a/modules/db_mysql/km_db_mod.c
+++ b/modules/db_mysql/km_db_mod.c
@@ -77,7 +77,7 @@ static param_export_t params[] = {
struct module_exports exports = {
- "mysql",
+ "db_mysql",
DEFAULT_DLFLAGS, /* dlopen flags */
cmds,
params, /* module parameters */