Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Streaming Server
Commits
0c07fd95
Commit
0c07fd95
authored
Oct 13, 2020
by
Juergen Enge
Browse files
test database removed
parent
07d7e374
Pipeline
#15554
canceled with stages
in 1 minute and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pkg/memostream/resolverDBMySQL.go
View file @
0c07fd95
...
...
@@ -81,7 +81,7 @@ func (rdm *ResolverDBMySQL) Resolve(signature string) (*MediaEntry, error) {
func
(
rdm
*
ResolverDBMySQL
)
TestData
(
mediatype
,
access
string
,
num
int64
)
([]
*
MediaEntry
,
error
)
{
sqlstr
:=
"SELECT sig, `uri`, `access`, `proto` AS protocol, `status`, `type`, `mimetype`, `width`, `height`, `duration`"
+
" FROM
test.
entities_metadata"
+
" FROM entities_metadata"
+
" WHERE 1=1"
params
:=
[]
interface
{}{}
if
mediatype
!=
""
{
...
...
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