Notes When an Index Cannot Be Used
Warning About Incompatible Index Comparison
Note 1105 Cannot use key `PRIMARY` part[0] for lookup: `test`.`t1`.`id` of
type `char` = "1" of type `bigint`Note 1105 Cannot use key `s2` part[0] for lookup: `test`.`t1`.`s2` of
collation `latin1_swedish_ci` = "'a' collate latin1_german1_ci" of collation `latin1_german1_ci`Enabling the Note
In config file:
--note-verbosity=all
As a server variable:
@@note_verbosity="all";Option
Description
Enabling Warnings and Notes for the Slow Query Log
See Also
Last updated
Was this helpful?

