Module: sip-router
Branch: janakj/mysql
Commit: 0ba587f8e2d3d718f92ed111202657cdfa9a58ff
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0ba587f…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Mon Feb 16 21:54:06 2009 +0100
Merge of kamaililo db_mysql module history into the sip-router tree.
This is a merge of the full history of the kamailio db_mysql module into the
git tree of the sip-router project. The purpose of the merge is to preserve
full history from kamailio svn also in the git repository.
The module db_mysql already exists in the sip-router tree, it contains the
sources merged from SER cvs (so called version 2 of the module). To avoid file
conflicts we renamed all files that have been imported from kamailio svn and
they are prefixed with km_.
Further integration with existing db_mysql module will be commited on top of
this merge.
* my_filtered: (45 commits)
- fixed auto_reconnect c&p error
- add one DBG log to each drivers error condition, that the mem is freed
- fix one DBG msg (still using module prefix), two small indention fixes
- partial revert of commit rev5359 for db_mysql module
- add group functionality to read content from specified sections
- unify common rows and row allocation functionality in the DB API core
- change behaviour of db_str2val, this now copy strings
- move db_mysql and db_unixodbc str2val implementation to the DB core,
- fix a few errors in doxygen documentation
- add a comment about the NULL value behaviour of libmysql
- docs extension: explain fetch_result functionality better to prevent errors
- remove not reached return statement at the end of val2str functions
- initial support for BIGINT database in DB core and SQL based database
- evaluate DECIMAL (and NEW_DECIMAL) type a DB_STRING, and not DB_INT
- fixed compile error - MYSQL_TYPE_NEWDECIMAL date type is supported
- fix link entity names, patch from Carsten Gross
- port from opensips r4526, credits goes to bogdan
- regenerated all READMEs (make modules-readme exclude_modules="")
- renaming: changed entities in documentation
- renaming: openser -> kamailio
...
---
Module: sip-router
Branch: janakj/mysql
Commit: a37c75afb9470772e0e44184004b73c42aa81ac6
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a37c75a…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Henning Westerholt <henning.westerholt(a)1und1.de>
Date: Tue Jun 17 13:06:28 2008 +0000
- fix database related doxygen errors
git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4398 689a6050-402a-0410-94f2-e92a70836424
---
modules/db_mysql/km_dbase.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/modules/db_mysql/km_dbase.c b/modules/db_mysql/km_dbase.c
index e4f78ba..410648a 100644
--- a/modules/db_mysql/km_dbase.c
+++ b/modules/db_mysql/km_dbase.c
@@ -24,7 +24,7 @@
*/
/**
- * \class mysql/dbase.c
+ * \file
* \brief Implementation of core functions for the MySQL driver.
*
* This file contains the implementation of core functions for the MySQL
@@ -237,6 +237,7 @@ int db_mysql_free_result(db_con_t* _h, db_res_t* _r)
* \param _n number of key=values pairs to compare
* \param _nc number of columns to return
* \param _o order by the specified column
+ * \param _r pointer to a structure representing the result
* \return zero on success, negative value on failure
*/
int db_mysql_query(const db_con_t* _h, const db_key_t* _k, const db_op_t* _op,
Module: sip-router
Branch: janakj/mysql
Commit: d85d5a2351fca762da65afb66c617ee6e7ed2f75
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d85d5a2…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Henning Westerholt <henning.westerholt(a)1und1.de>
Date: Wed Jul 30 09:20:54 2008 +0000
- fix some FAQ entries, change missing entity, regenerate READMEs
git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4524 689a6050-402a-0410-94f2-e92a70836424
---
modules/db_mysql/km_README | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/modules/db_mysql/km_README b/modules/db_mysql/km_README
index 511aea6..5172a5c 100644
--- a/modules/db_mysql/km_README
+++ b/modules/db_mysql/km_README
@@ -23,7 +23,7 @@ Daniel-Constantin Mierla
1.1. Overview
1.2. Dependencies
- 1.2.1. OpenSER Modules
+ 1.2.1. Kamailio Modules
1.2.2. External Libraries or Applications
1.3. Exported Parameters
@@ -50,15 +50,15 @@ Chapter 1. Admin Guide
1.2. Dependencies
-1.2.1. OpenSER Modules
+1.2.1. Kamailio Modules
The following modules must be loaded before this module:
- * No dependencies on other OpenSER modules.
+ * No dependencies on other Kamailio modules.
1.2.2. External Libraries or Applications
The following libraries or applications must be installed
- before running OpenSER with this module loaded:
+ before running Kamailio with this module loaded:
* mysql - the development libraries forthe Mysql database. In
some Linux distributions named "libmysqlclient-dev".
@@ -117,7 +117,7 @@ modparam("auto_reconnect", "auto_reconnect", 0)
options.
* - edit the "Makefile" and remove "db_mysql" from
"excluded_modules" list. Then follow the standard procedure
- to install OpenSER: "make all; make install".
+ to install Kamailio: "make all; make install".
* - from command line use: 'make all
include_modules="db_mysql"; make install
include_modules="db_mysql"'.
Module: sip-router
Branch: janakj/mysql
Commit: 2b8cb3bf2cf0852b5bbe50cf868e0fb20026142e
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2b8cb3b…
Author: Klaus Darilion <klaus.darilion(a)pernau.at>
Committer: Klaus Darilion <klaus.darilion(a)pernau.at>
Date: Wed Aug 6 08:20:30 2008 +0000
- renaming: openser -> kamailio
git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4585 689a6050-402a-0410-94f2-e92a70836424
---
modules/db_mysql/km_README | 4 ++--
modules/db_mysql/km_db_mysql.c | 4 ++--
modules/db_mysql/km_doc/db_mysql_admin.xml | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/modules/db_mysql/km_README b/modules/db_mysql/km_README
index 5172a5c..a90e8f9 100644
--- a/modules/db_mysql/km_README
+++ b/modules/db_mysql/km_README
@@ -45,8 +45,8 @@ Chapter 1. Admin Guide
1.1. Overview
- This is a module which provides MySQL connectivity for OpenSER.
- It implements the DB API defined in OpenSER.
+ This is a module which provides MySQL connectivity for Kamailio.
+ It implements the DB API defined in Kamailio.
1.2. Dependencies
diff --git a/modules/db_mysql/km_db_mysql.c b/modules/db_mysql/km_db_mysql.c
index 85ec24d..1b1e778 100644
--- a/modules/db_mysql/km_db_mysql.c
+++ b/modules/db_mysql/km_db_mysql.c
@@ -35,8 +35,8 @@
* Module: \ref db_mysql
*/
-/*! \defgroup db_mysql DB_MYSQL :: the MySQL driver for OpenSER
- * \brief The OpenSER database interface to the MySQL database
+/*! \defgroup db_mysql DB_MYSQL :: the MySQL driver for Kamailio
+ * \brief The Kamailio database interface to the MySQL database
* - http://www.mysql.org
*
*/
diff --git a/modules/db_mysql/km_doc/db_mysql_admin.xml b/modules/db_mysql/km_doc/db_mysql_admin.xml
index 7478c78..b42bd59 100644
--- a/modules/db_mysql/km_doc/db_mysql_admin.xml
+++ b/modules/db_mysql/km_doc/db_mysql_admin.xml
@@ -7,8 +7,8 @@
<section>
<title>Overview</title>
<para>
- This is a module which provides MySQL connectivity for OpenSER.
- It implements the DB API defined in OpenSER.
+ This is a module which provides MySQL connectivity for Kamailio.
+ It implements the DB API defined in Kamailio.
</para>
</section>