Hide
Searching case-sensitive is much slower on MySQL than case insensitive.
Sometimes it does not care which option it takes (sensitive or not) as long as it is speedy.
This new option should use the fastest method possible, depending on the specific database.
Probably this option should by default do the 'dont care' option.
Show
Searching case-sensitive is much slower on MySQL than case insensitive.
Sometimes it does not care which option it takes (sensitive or not) as long as it is speedy.
This new option should use the fastest method possible, depending on the specific database.
Probably this option should by default do the 'dont care' option.