Project

General

Profile

Actions

Feature #540

closed

Create new tables

Added by Gomez Casanova Andres almost 14 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Low
Assigned To:
Gomez Casanova Andres
Category:
Server side
Target version:
Start date:
04/28/2010
Due date:
% Done:

40%

Estimated time:

Description

Il y a autres tables qui ne sont pas créés quand le serveur TReqS démarre la premièrefois.

Une table que je viens de créer est
create table generalinfo (component varchar(32), value varchar (32));

Actions #1

Updated by Gomez Casanova Andres almost 14 years ago

Andres Gomez wrote:

Il y a autres tables qui ne sont pas créés quand le serveur TReqS démarre la premièrefois.

Une table que je viens de créer est
create table generalinfo (component varchar(32), value varchar (32));

create table heartbeat (pid int, start_time datetime, last_time datetime, message text);

create table generalinfo (id int not null, component varchar(32) not null, value varchar(32) not null);
insert into generalinfo values (1, "HPSS", "cchpss01"), (2, "MySQL", "ccgridvmli07"), (3, "TReqS", "ccgridvmli07");

Actions #2

Updated by Gomez Casanova Andres about 13 years ago

  • Category set to Server side
  • Assigned To set to Gomez Casanova Andres
  • Target version set to 1.5
  • % Done changed from 0 to 40

The java version already has some parts of this issue. There are some tables that are not created. Those about the blacklist.

Actions #3

Updated by Gomez Casanova Andres about 13 years ago

  • Target version changed from 1.5 to 1.5.4
Actions #4

Updated by Gomez Casanova Andres about 13 years ago

  • Target version changed from 1.5.4 to 1.5.5
Actions #5

Updated by Gomez Casanova Andres about 13 years ago

  • Target version changed from 1.5.5 to 1.5.6

There are new tables to have a foreign key for the queue status and request status, and these tables have to be incorporated in the process of creation at start time.

Actions #6

Updated by Brinette Pierre-Emmanuel about 9 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF