# this table isn't used any more. at one time it was meant # to be used as an optimization for the lib_count table. CREATE TABLE lib_counts_lookup ( dirname CHAR(80) NOT NULL, # name of the directory. dir_number INT PRIMARY KEY # number that corresponds to this directory # name ) \g