master
Remove an unused struct.
JNI: when validing the eTextRep argument in sqlite3_create_function(), only validate the lower four bits (the high bits are for other flags). Add flags to test functions to ensure this case is triggered.
Correct a Tester1.java test which inadvertently created a spurious db file in the current dir. Unrelated minor cleanups.