Daniel-Constantin Mierla
|
af4f84b84c
db_mysql: proper handling of mysql_next_result(...) return code
|
11 years ago |
Daniel-Constantin Mierla
|
402e2122d1
db_mysql: properly free db result structure if db_mysql_convert_result() fails
|
11 years ago |
Daniel-Constantin Mierla
|
045b6ead1e
db_mysql: remove line accessing freed result
|
11 years ago |
Juha Heinanen
|
b2c5c598a3
modules/db_mysql: use autocommit var to start and stop transactions
|
12 years ago |
Daniel-Constantin Mierla
|
78d25dd11a
db_mysql: unlock tables at the end of transaction if they were locked
|
12 years ago |
Richard Fuchs
|
94ce2b1de6
db_mysql: fix segfault when recursive queries are made
|
12 years ago |
Olle E. Johansson
|
fe977dfcb9
db_mysql Add transaction support
|
12 years ago |
Daniel-Constantin Mierla
|
61c706ef81
db_mysql: new module parameter - insert_delayed
|
12 years ago |
Daniel-Constantin Mierla
|
6c7802254f
all: replaced openser with kamailio in license and comments
|
13 years ago |
Peter Dunkley
|
b5cc82d525
modules/db_mysql, modules_k/db_oracle, modules_k/db_sqlite, modules_k/db_unixodbc: Reverted changes for non-pooled connections as no longer needed
|
13 years ago |
Peter Dunkley
|
09a79d7830
modules/db_mysql, modules_k/db_oracle, modules_k/db_sqlite, modules_k/db_unixodbc: Updated to work with latest lib/srdb1
|
13 years ago |
Daniel-Constantin Mierla
|
aac61596c5
db_mysql: DB API v1 replace prototype updated
|
13 years ago |
Daniel-Constantin Mierla
|
9a7e99d01e
db_mysql: initialize DB API in mod_register() function
|
14 years ago |
Alex Hermann
|
588d1ffbb7
modules/db_mysql: Implement affected_rows for mysql
|
14 years ago |
Alex Hermann
|
dfc2834223
modules/db_mysql: Don't call mysql_next_results if there aren't any results left
|
14 years ago |
Daniel-Constantin Mierla
|
a001f2f26d
db_mysql: renamed some internal functions
|
14 years ago |
Daniel-Constantin Mierla
|
4c7c1b8196
db_mysql: insert delayed implemented for DB API v1
|
14 years ago |
pd
|
5cd87175fa
core, srdb1, modules/db_*, modules_k/db_*: Added support for configuring SQL buffer size and mediumblob/mediumtext in MySQL
|
14 years ago |
Marius Zbihlei
|
b02aeb0fa7
modules/db_mysql: Improved handling of driver error counter
|
15 years ago |
Marius Zbihlei
|
7ca3941c12
modules/db_mysql Added statistics (via counter framework) for mysql driver error
|
15 years ago |
Jan Janak
|
1a058e14e1
Export kamailio/db_mysql parameters through the module api.
|
16 years ago |
Jan Janak
|
f1fc20c7cb
db_res renamed to db1_res in files originating from kamailio/db_mysql.
|
16 years ago |
Jan Janak
|
956802dcd6
db_con renamed to db1_con in files originating from kamailio/db_mysql.
|
16 years ago |
Jan Janak
|
961212734a
Integration of both modules, first step.
|
16 years ago |
Henning Westerholt
|
d26ebfbb0c
- add one DBG log to each drivers error condition, that the mem is freed
|
17 years ago |
Henning Westerholt
|
205f28ce79
- docs extension: explain fetch_result functionality better to prevent errors
|
17 years ago |
Henning Westerholt
|
31f52f1d70
- change name in copyright headers
|
17 years ago |
Henning Westerholt
|
083502f8c0
- small doxygen updates (group, syntax), small docs update
|
17 years ago |
Henning Westerholt
|
a37c75afb9
- fix database related doxygen errors
|
17 years ago |
Henning Westerholt
|
bcdd7e7868
- some synchronisations with db_postgres driver
|
17 years ago |