Changeset 20018 for trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
- Timestamp:
- Oct 9, 2008, 10:27:51 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
r20017 r20018 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SQL.pm,v 1.6 7 2008-10-09 20:23:30jhoblitt Exp $3 # $Id: SQL.pm,v 1.68 2008-10-09 20:27:51 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server::SQL; … … 504 504 505 505 CREATE TEMPORARY TABLE myvolume LIKE volume; 506 INSERT INTO myvolume SELECT * FROM volume; 506 507 507 508 -- store the current transaction level
Note:
See TracChangeset
for help on using the changeset viewer.
