Changeset 6094
- Timestamp:
- Jan 20, 2006, 4:35:50 PM (20 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) (2 diffs)
-
Nebulous/lib/Nebulous/Server/SQL.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
r5664 r6094 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SQL.pm,v 1.1 8 2005-12-03 02:32:56jhoblitt Exp $3 # $Id: SQL.pm,v 1.19 2006-01-21 02:35:50 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 159 DROP TABLE IF EXISTS log; 160 RESET QUERY CACHE 160 161 END 161 162 $sql{get_db_clear} = \@clear; -
trunk/Nebulous/lib/Nebulous/Server/SQL.pm
r5664 r6094 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SQL.pm,v 1.1 8 2005-12-03 02:32:56jhoblitt Exp $3 # $Id: SQL.pm,v 1.19 2006-01-21 02:35:50 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 159 DROP TABLE IF EXISTS log; 160 RESET QUERY CACHE 160 161 END 161 162 $sql{get_db_clear} = \@clear;
Note:
See TracChangeset
for help on using the changeset viewer.
