问题
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?
来源:https://stackoverflow.com/questions/58584596/mysql-8-warning-sql-no-cache-is-deprecated