Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
2c48f60c
Commit
2c48f60c
authored
Mar 28, 2005
by
Timothy Stack
Browse files
Add console event object type, it is used to capture serial output.
parent
9310dedb
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-fill.sql
View file @
2c48f60c
...
...
@@ -105,6 +105,7 @@ REPLACE INTO event_objecttypes VALUES (9,'SLOTHD');
REPLACE
INTO
event_objecttypes
VALUES
(
10
,
'NODE'
);
REPLACE
INTO
event_objecttypes
VALUES
(
11
,
'SEQUENCE'
);
REPLACE
INTO
event_objecttypes
VALUES
(
12
,
'TIMELINE'
);
REPLACE
INTO
event_objecttypes
VALUES
(
13
,
'CONSOLE'
);
--
-- Dumping data for table `exported_tables`
...
...
@@ -530,7 +531,6 @@ REPLACE INTO table_regex VALUES ('reserved','vname','text','redirect','virt_node
REPLACE
INTO
table_regex
VALUES
(
'users'
,
'uid'
,
'text'
,
'regex'
,
'^[a-zA-Z][-
\\
w]+$'
,
2
,
8
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'users'
,
'usr_phone'
,
'text'
,
'regex'
,
'^[-
\\
d
\\
(
\\
)
\\
+
\\
.x ]+$'
,
7
,
64
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'users'
,
'usr_name'
,
'text'
,
'regex'
,
'^[-
\\
w
\\
. ]+$'
,
4
,
64
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'users'
,
'wikiname'
,
'text'
,
'regex'
,
'^[A-Z]+[a-z]+[A-Z]+[A-Za-z0-9]*$'
,
4
,
64
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'users'
,
'usr_email'
,
'text'
,
'regex'
,
'^([-
\\
w
\\
+
\\
.]+)
\\
@([-
\\
w
\\
.]+)$'
,
3
,
64
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'virt_agents'
,
'pid'
,
'text'
,
'redirect'
,
'projects:pid'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'virt_agents'
,
'eid'
,
'text'
,
'redirect'
,
'experiments:eid'
,
0
,
0
,
NULL
);
...
...
@@ -715,6 +715,7 @@ REPLACE INTO table_regex VALUES ('virt_user_environment','value','text','redirec
REPLACE
INTO
table_regex
VALUES
(
'virt_programs'
,
'dir'
,
'text'
,
'redirect'
,
'default:tinytext'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'virt_programs'
,
'timeout'
,
'int'
,
'redirect'
,
'default:int'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'virt_programs'
,
'expected_exit_code'
,
'int'
,
'redirect'
,
'default:tinyint'
,
0
,
0
,
NULL
);
REPLACE
INTO
table_regex
VALUES
(
'users'
,
'wikiname'
,
'text'
,
'regex'
,
'^[A-Z]+[a-z]+[A-Z]+[A-Za-z0-9]*$'
,
4
,
64
,
NULL
);
--
-- Dumping data for table `testsuite_preentables`
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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