Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
0bc06eb2
Commit
0bc06eb2
authored
Jan 06, 2011
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Skip the log table; takes too long.
parent
9b8e4f56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
db/dbcheck.in
db/dbcheck.in
+4
-1
No files found.
db/dbcheck.in
View file @
0bc06eb2
#!/usr/bin/perl -w
T
#!/usr/bin/perl -w
#
#
# EMULAB-COPYRIGHT
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2004 University of Utah and the Flux Group.
# Copyright (c) 2000-2004 University of Utah and the Flux Group.
...
@@ -91,6 +91,9 @@ if (! ($query_result = DBQueryWarn("show tables"))) {
...
@@ -91,6 +91,9 @@ if (! ($query_result = DBQueryWarn("show tables"))) {
}
}
while
(
my
(
$table
)
=
$query_result
->
fetchrow
())
{
while
(
my
(
$table
)
=
$query_result
->
fetchrow
())
{
next
if
(
$table
eq
"
log
");
print
"
Checking
$table
...
\n
";
print
"
Checking
$table
...
\n
";
# virt_routes is too big for this.
# virt_routes is too big for this.
...
...
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