Commits


Mircea Trofin authored and GitHub committed e0826edea79
Fix StrSplit empty string case (#1142) This also fixes #1135. Because StrSplit was returning a vector with an empty string, it was treated by PerfCounters::Create as a legitimate ask for setting up a counter with that name. The empty vector is understood by PerfCounters as "just return NoCounters()".