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

Function is_param_null

sql/sql_prepare.cc:380–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378
379
380inline bool is_param_null(const uchar *pos, ulong param_no)
381{
382 return pos[param_no/8] & (1 << (param_no & 7));
383}
384
385/**
386 Find a prepared statement in the statement map by id.

Callers 2

insert_params_with_logFunction · 0.85
insert_paramsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected