Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2007-01-29
2007-01-29 16:09:18 by Jonas Wallden <jonasw@roxen.com>
03b1749f8a7a0ec5b105286d84ba6dc409aaf935 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Debug message for image cache optimization.
Rev: server/base_server/roxen.pike:1.956
6:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others. // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
955
2007/01/
10
13
:
17
:
43
marty
Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
956
2007/01/
29
16
:
09
:
18
jonasw
Exp $";
//! @appears roxen //!
3437:
// Old versions of Mysql lacks OPTIMIZE. Not that we support // them, really, but it might be nice not to throw an error, at // least.
+
#ifdef DEBUG
+
report_debug("Optimizing image cache for %s.\n", name);
+
#endif
QUERY( "OPTIMIZE TABLE "+name ); };