Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
emulab-devel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
emulab
emulab-devel
Commits
d992c835
Commit
d992c835
authored
18 years ago
by
Mike Hibler
Browse files
Options
Downloads
Patches
Plain Diff
add missing comma in CREATE TABLE
parent
06b6ed86
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sql/database-migrate.txt
+2
-2
2 additions, 2 deletions
sql/database-migrate.txt
with
2 additions
and
2 deletions
sql/database-migrate.txt
+
2
−
2
View file @
d992c835
#
#
# EMULAB-COPYRIGHT
# EMULAB-COPYRIGHT
# Copyright (c) 2003-200
6
University of Utah and the Flux Group.
# Copyright (c) 2003-200
7
University of Utah and the Flux Group.
# All rights reserved.
# All rights reserved.
#
#
# Anytime you change database-create.sql, but sure to put any special
# Anytime you change database-create.sql, but sure to put any special
...
@@ -3873,7 +3873,7 @@ last_net_act,last_cpu_act,last_ext_act);
...
@@ -3873,7 +3873,7 @@ last_net_act,last_cpu_act,last_ext_act);
timeout varchar(10) NOT NULL default '',
timeout varchar(10) NOT NULL default '',
adminon tinyint(1) NOT NULL default '0',
adminon tinyint(1) NOT NULL default '0',
PRIMARY KEY (uid_idx,hashkey),
PRIMARY KEY (uid_idx,hashkey),
UNIQUE KEY hashhash (uid_idx,hashhash)
UNIQUE KEY hashhash (uid_idx,hashhash)
,
UNIQUE KEY uidkey (uid,hashkey)
UNIQUE KEY uidkey (uid,hashkey)
) TYPE=MyISAM;
) TYPE=MyISAM;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment