Module: sip-router Branch: janakj/mysql Commit: 0ba587f8e2d3d718f92ed111202657cdfa9a58ff URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0ba587f8...
Author: Jan Janak jan@iptel.org Committer: Jan Janak jan@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 ...
---