Why one should not use NULL / NOT NULL operator on indexed columns?
Using NULL / NOT NULL on indexed columns won’t use INDEX
Using NULL / NOT NULL on indexed columns gives ERROR
Using NULL / NOT NULL on indexed columns disables INDEX
Using NULL / NOT NULL on indexed columns makes the INDEX unusable