mterry / 321db

Project II for 60-321: A RDBMS built using C and CURSES
1 stars 0 forks source link

dbfill hooks for dbmenu.c #9

Closed mterry closed 13 years ago

mterry commented 13 years ago

For dbfill.c to work with the project, hooks need to be made for dbmenu to call the correct functions to run dbfill.

mterry commented 13 years ago

Manually created the .dic files in etc/db_store in order to implement dbfill. Also modified create_sp.sql to be properly read in by dbcompile, modified a host of other files while developing dbcompile, which has been halted (due to being broken: see issue 20 and 22 on github), and created run_dbfill() in dbfill.c and created include/db_fill.h. Also added hooks to db_menu to run the db_fill menu. Closed by 8fe012c949d6be40aa39ec95accdeb5024b1f267.