Do not close tables on each query.
authorAndre Noll <maan@systemlinux.org>
Sun, 9 Nov 2008 00:45:42 +0000 (01:45 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 9 Nov 2008 00:45:42 +0000 (01:45 +0100)
commit63ef06be534ab9a8f31865ef6c2324f0a951aef9
treee1f94572f9c02fce64e434983858a45211250133
parent3aa0ca7de42df44d7b16a762d2ae823babf3661f
Do not close tables on each query.

This speeds up interactive mode where many queries may be executed
in a row. User tables are opened on demand (if the uid is admissible)
and only closed on exit. Also the dir table is opened only once per
session rather than on each query.
adu.c
create.c
interactive.c
select.c
user.c
user.h