Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1999-09-03
1999-09-03 11:21:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b870ac71e98b43fa82ade177ffe4dc365ec3fc2d (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
ArgCache::setup_table() is now static.
Rev: server/base_server/roxen.pike:1.321
1:
/*
-
* $Id: roxen.pike,v 1.
320
1999/09/
02
18
:
39
:
02
per
Exp $
+
* $Id: roxen.pike,v 1.
321
1999/09/
03
11
:
21
:
20
grubba
Exp $
* * The Roxen Challenger main program. *
7:
*/ // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
320
1999/09/
02
18
:
39
:
02
per
Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
321
1999/09/
03
11
:
21
:
20
grubba
Exp $";
object backend_thread; object argcache;
1619:
static mapping (string:mixed) cache = ([ ]);
-
void setup_table()
+
static
void setup_table()
{ if(catch(db->query("select id from "+name+" where id=-1"))) if(catch(db->query("create table "+name+" ("