IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 4, 2006, 2:15:18 PM (20 years ago)
Author:
jhoblitt
Message:

don't reset the query cache when dropping tables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm

    r6094 r10451  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: SQL.pm,v 1.19 2006-01-21 02:35:50 jhoblitt Exp $
     3# $Id: SQL.pm,v 1.20 2006-12-05 00:15:18 jhoblitt Exp $
    44
    55package Nebulous::Server::SQL;
     
    157157DROP TABLE IF EXISTS volume;
    158158DROP TABLE IF EXISTS class;
    159 DROP TABLE IF EXISTS log;
    160 RESET QUERY CACHE
     159DROP TABLE IF EXISTS log
    161160END
    162161    $sql{get_db_clear} = \@clear;
Note: See TracChangeset for help on using the changeset viewer.