IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20018


Ignore:
Timestamp:
Oct 9, 2008, 10:27:51 AM (18 years ago)
Author:
jhoblitt
Message:

actually populate the myvolume table

File:
1 edited

Legend:

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

    r20017 r20018  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: SQL.pm,v 1.67 2008-10-09 20:23:30 jhoblitt Exp $
     3# $Id: SQL.pm,v 1.68 2008-10-09 20:27:51 jhoblitt Exp $
    44
    55package Nebulous::Server::SQL;
     
    504504
    505505    CREATE TEMPORARY TABLE myvolume LIKE volume;
     506    INSERT INTO myvolume SELECT * FROM volume;
    506507
    507508    -- store the current transaction level
Note: See TracChangeset for help on using the changeset viewer.