Skip to content
Snippets Groups Projects
Commit 4b999768 authored by Fredrik Noring's avatar Fredrik Noring
Browse files

Fixed locking...

Rev: lib/modules/Yabu.pmod/module.pmod:1.7
parent 38bf841f
Branches
Tags
No related merge requests found
......@@ -4,7 +4,7 @@
* associated with a unique key.
*/
constant cvs_id = "$Id: module.pmod,v 1.6 1999/02/15 00:00:04 noring Exp $";
constant cvs_id = "$Id: module.pmod,v 1.7 1999/02/15 00:03:35 noring Exp $";
#define ERR(msg) throw(({ "(Yabu) "+msg+"\n", backtrace() }))
#define WARN(msg) werror(msg)
......@@ -1213,6 +1213,9 @@ class db {
void destroy()
{
sync();
foreach(values(tables), object o)
if(o)
destruct(o);
}
int reorganize(float|void ratio)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment