MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / if

Function if

sql/sql_lex.cc:1293–1298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 3

get_ptrMethod · 0.80
get_end_of_queryMethod · 0.80
skip_binaryMethod · 0.80

Tested by

no test coverage detected