If for some reason, as DBA of a MySQL Server, you wish to prevent all users from seeing traces of their queries, start the server with
--maximum-optimizer-trace-max-mem-size=0 --optimizer-trace-max-mem-size=0
This will set the maximum size to 0, and prevent users from changing this limit, thus all traces will be truncated to 0 bytes.
