@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 not stored for this graph (policy: none)
no test coverage detected