Remove long-deprecated functions

mdb_init() and mdb_exit() have done nothing for a while.

mdb_get_coltype_string() and mdb_coltype_takes_length() were previously
removed, but remained in the header file by accident.
This commit is contained in:
Evan Miller
2020-11-27 05:58:14 -05:00
parent 4c13b891d9
commit eb39a483a3
3 changed files with 4 additions and 37 deletions

4
NEWS
View File

@@ -36,6 +36,10 @@ parameter, so that date formats can be set in a non-global fashion:
The above function is the most common reason that old projects will fail to
compile on 0.9, and the fix is straightforward.
The previously-deprecated functions mdb_init() and mdb_exit() have been
removed. These functions did nothing; any calls to them should be excised with
prejudice.
This release introduces a new CLI tool (mdb-queries) and deprecates mdb-array,
mdb-header, and mdb-parsecsv. Several man pages have been added or otherwise
brought up to date.