| 1291 | } |
| 1292 | #ifdef USE_MB |
| 1293 | else if (use_mb(cs)) |
| 1294 | { |
| 1295 | if ((var_length= my_ismbchar(cs, lip->get_ptr() - 1, |
| 1296 | lip->get_end_of_query()))) |
| 1297 | lip->skip_binary(var_length-1); |
| 1298 | } |
| 1299 | #endif |
| 1300 | } |
| 1301 | if (double_quotes) |
nothing calls this directly
no test coverage detected