git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4842fc3
)
testing stuff removed
author
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 20 Mar 2008 16:17:17 +0000
(16:17 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 20 Mar 2008 16:17:17 +0000
(16:17 +0000)
org.glite.lb.server/config/glite-lb-dbsetup.sql
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/config/glite-lb-dbsetup.sql
b/org.glite.lb.server/config/glite-lb-dbsetup.sql
index
8eee601
..
e0c315a
100644
(file)
--- a/
org.glite.lb.server/config/glite-lb-dbsetup.sql
+++ b/
org.glite.lb.server/config/glite-lb-dbsetup.sql
@@
-34,7
+34,6
@@
create table events (
level int null,
arrived datetime not null,
- ulm mediumblob not null, -- testing (1)
seqcode varchar(255) binary not null,
primary key (jobid,event),
@@
-43,7
+42,6
@@
create table events (
index (arrived)
) engine=innodb;
--- testing (2)
create table events_flesh (
jobid char(32) binary not null,
event int not null,