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-stable
Commits
813e8db3
Commit
813e8db3
authored
Jan 05, 2010
by
David Johnson
Browse files
Sigh. Added an extra space to the table_regex check value (which was a
redirect) for virt_nodes.parent_osname by mistake.
parent
0d0ffd47
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/updates/4/185
View file @
813e8db3
...
...
@@ -66,8 +66,8 @@ sub DoUpdate($$$)
" ('*','RELOAD-PCVM','RELOADDONE','RESET, RELOADDONE')");
DBQueryFatal("REPLACE INTO table_regex VALUES" .
" ('virt_nodes','parent_osname','text','redirect',
'
" .
" os_info:osname',0,0,NULL)");
" ('virt_nodes','parent_osname','text','redirect'," .
"
'
os_info:osname',0,0,NULL)");
return 0;
}
...
...
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