Changeset 10451 for trunk/Nebulous/lib
- Timestamp:
- Dec 4, 2006, 2:15:18 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/lib/Nebulous/Server/SQL.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/lib/Nebulous/Server/SQL.pm
r6094 r10451 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SQL.pm,v 1. 19 2006-01-21 02:35:50jhoblitt Exp $3 # $Id: SQL.pm,v 1.20 2006-12-05 00:15:18 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server::SQL; … … 157 157 DROP TABLE IF EXISTS volume; 158 158 DROP TABLE IF EXISTS class; 159 DROP TABLE IF EXISTS log; 160 RESET QUERY CACHE 159 DROP TABLE IF EXISTS log 161 160 END 162 161 $sql{get_db_clear} = \@clear;
Note:
See TracChangeset
for help on using the changeset viewer.
