summaryrefslogtreecommitdiff
path: root/include/asterisk/astdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/astdb.h')
-rw-r--r--include/asterisk/astdb.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/asterisk/astdb.h b/include/asterisk/astdb.h
index 1eff7908c..8a870ae83 100644
--- a/include/asterisk/astdb.h
+++ b/include/asterisk/astdb.h
@@ -50,14 +50,7 @@ int ast_db_get(const char *family, const char *key, char *value, int valuelen);
*/
int ast_db_get_allocated(const char *family, const char *key, char **out);
-/*! \brief Store value addressed by family/key
- *
- * Try to insert a row first. If a row already exists with the given key
- * we will then perform an update on this row.
- *
- * The attempt here is to increase disk I/O performance by not deleting an existing
- * row and then inserting a new row when one already exists.
- */
+/*! \brief Store value addressed by family/key */
int ast_db_put(const char *family, const char *key, const char *value);
/*! \brief Delete entry in astdb */