Skip to content
GitLab
Menu
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
c5594931
Commit
c5594931
authored
Apr 28, 2003
by
Robert Ricci
Browse files
Remove some stray whitespace.
parent
d40ec74c
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
c5594931
...
...
@@ -166,7 +166,7 @@ CREATE TABLE eventlist (
)
TYPE
=
MyISAM
;
--
-- Table structure for table 'experiments'
-- Table structure for table 'experiment
_stat
s'
--
CREATE
TABLE
experiment_stats
(
...
...
@@ -184,7 +184,7 @@ CREATE TABLE experiment_stats (
swapmodify_count
smallint
(
5
)
unsigned
default
'0'
,
swapmodify_last
datetime
default
NULL
,
swap_errors
smallint
(
5
)
unsigned
default
'0'
,
swap_exitcode
tinyint
(
3
)
unsigned
default
'0'
,
swap_exitcode
tinyint
(
3
)
unsigned
default
'0'
,
idle_swaps
smallint
(
5
)
unsigned
default
'0'
,
swapin_duration
int
(
10
)
unsigned
default
'0'
,
vnodes
smallint
(
5
)
unsigned
default
'0'
,
...
...
@@ -1110,7 +1110,7 @@ CREATE TABLE testbed_stats (
tstamp
datetime
default
NULL
,
exptidx
int
(
10
)
unsigned
NOT
NULL
default
'0'
,
action
varchar
(
16
)
NOT
NULL
default
''
,
exitcode
tinyint
(
3
)
unsigned
default
'0'
,
exitcode
tinyint
(
3
)
unsigned
default
'0'
,
PRIMARY
KEY
(
idx
)
)
TYPE
=
MyISAM
;
...
...
@@ -1226,7 +1226,6 @@ CREATE TABLE user_sfskeys (
PRIMARY
KEY
(
uid
,
comment
)
)
TYPE
=
MyISAM
;
--
-- Table structure for table 'user_stats'
--
...
...
Write
Preview
Supports
Markdown
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