When issuing a statement to MySQL8 server:
SELECT SQL_NO_CACHE *
FROM <table-name>;
I get this warning:
Warning, 1681, 'SQL_NO_CACHE' is deprecated and will be removed in a
future release.
I would like to ask if there is any successor of the SQL_NO_CACHE
that works or is planned to work with MySQL 8.x?
Does SQL_NO_CACHE
actually work with MySQL 8.x or it is omitted by the server?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…