summaryrefslogtreecommitdiff
path: root/ext/dba/dba_db2.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dba/dba_db2.c')
-rw-r--r--ext/dba/dba_db2.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/dba/dba_db2.c b/ext/dba/dba_db2.c
index e1afa98ff4..40cf535192 100644
--- a/ext/dba/dba_db2.c
+++ b/ext/dba/dba_db2.c
@@ -188,6 +188,11 @@ DBA_SYNC_FUNC(db2)
return dba->dbp->sync(dba->dbp, 0) ? FAILURE : SUCCESS;
}
+DBA_INFO_FUNC(db2)
+{
+ return estrdup(DB_VERSION_STRING);
+}
+
#endif
/*