Pass the function flags SQLITE_UTF8 (because SQLITE_ANY is deprecated)
authorschwarze <schwarze@openbsd.org>
Wed, 16 Apr 2014 00:33:24 +0000 (00:33 +0000)
committerschwarze <schwarze@openbsd.org>
Wed, 16 Apr 2014 00:33:24 +0000 (00:33 +0000)
commit757013dc9307ff096985d4b99e9527bd8496adf2
treecaf17783ec618730b085a4a1aff6657f9ef651c0
parent9f81ea3b62f3723de992ff5dc067239c3dee04fb
Pass the function flags SQLITE_UTF8 (because SQLITE_ANY is deprecated)
and SQLITE_DETERMINISTIC when creating deterministic functions;
best practice measure suggested by espie@ and jeremy@;
as expected by jeremy@, no measurable effect on performance.
usr.bin/mandoc/mansearch.c