MCPcopy Create free account
hub / github.com/arkdb/inception / warn_index_not_applicable

Function warn_index_not_applicable

sql/sql_optimizer.cc:4782–4796  ·  view source on GitHub ↗

@brief If EXPLAIN EXTENDED, add warning that an index cannot be used for ref access @details If EXPLAIN EXTENDED, add a warning for each index that cannot be used for ref access due to either type conversion or different collations on the field used for comparison Example type conversion (char compared to int): CREATE TABLE t1 (url char(1) PRIMARY KEY); SELECT * FROM

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

add_key_fieldFunction · 0.85

Calls 2

push_warning_printfFunction · 0.85
is_setMethod · 0.45

Tested by

no test coverage detected