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:p...@[group]host:port/db or
  * mysql://user:p...@[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.

_______________________________________________
Devel mailing list
[email protected]
http://lists.kamailio.org/cgi-bin/mailman/listinfo/devel

Reply via email to