Commit 029375f0 authored by Danny Auble's avatar Danny Auble
Browse files

MYSQL - fix to get_parent_limits procedure to not look at qos if not

looking for limits.  It turns out '' is the same as 0,

so both of these below are the same thing...

set @qos = '';
set @qos = 0;
parent 0cb7437f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment