[Kamailio-Devel] SF.net SVN: openser:[5413] trunk
Henning Westerholt
henning.westerholt at 1und1.de
Mon Jan 5 13:27:49 CET 2009
Revision: 5413
http://openser.svn.sourceforge.net/openser/?rev=5413&view=rev
Author: henningw
Date: 2009-01-05 12:27:49 +0000 (Mon, 05 Jan 2009)
Log Message:
-----------
- add group functionality to read content from specified sections
of the mysql config to the db_mysql module, db_url examples:
* mysql://user:pass@[group]host:port/db or
* mysql://user:pass@[group]/db or
* mysql://[group]/db
- existing functionality is not changed, this is backward compatible
- check usernames for NULL before comparing in DB API, otherwise
it would segfault when only a group name is specified
- patch from Andreas Granig, agranig at sipwise dot com, closes #1815631
Modified Paths:
--------------
trunk/db/db_id.c
trunk/modules/db_mysql/README
trunk/modules/db_mysql/doc/db_mysql_admin.xml
trunk/modules/db_mysql/my_con.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Devel
mailing list