Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
112
Issues
112
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
6f43a69a
Commit
6f43a69a
authored
Apr 24, 2007
by
David Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add sanity check for virt_nodes:plab_plcnet, and quit screwing
everybody's stuff up.
parent
171ffb5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
sql/database-fill.sql
sql/database-fill.sql
+1
-0
No files found.
sql/database-fill.sql
View file @
6f43a69a
...
...
@@ -827,6 +827,7 @@ REPLACE INTO table_regex VALUES ('virt_node_motelog','vname','text','redirect','
REPLACE
INTO
table_regex
VALUES
(
'virt_node_motelog'
,
'logfileid'
,
'text'
,
'regex'
,
'^[-
\\
w
\\
.+]+$'
,
2
,
45
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'virt_node_motelog'
,
'pid'
,
'text'
,
'redirect'
,
'projects:pid'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'virt_node_motelog'
,
'eid'
,
'text'
,
'redirect'
,
'experiments:eid'
,
0
,
0
,
NULL
);
REPLACE
INTO
`table_regex`
VALUES
(
'virt_nodes'
,
'plab_plcnet'
,
'text'
,
'regex'
,
'^[
\\
w
\\
_
\\
d]+$'
,
0
,
0
,
NULL
);
--
-- Dumping data for table `testsuite_preentables`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment