MCPcopy Create free account
hub / github.com/MariaDB/server / is_equal

Function is_equal

sql/sql_base.cc:9850–9853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9848
9849
9850bool is_equal(const LEX_CSTRING *a, const LEX_CSTRING *b)
9851{
9852 return a->length == b->length && !strncmp(a->str, b->str, a->length);
9853}
9854
9855/*
9856 Open and lock system tables for read.

Callers 4

check_n_loadMethod · 0.85
mysql_register_viewFunction · 0.85
mysql_rename_viewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected