avoid enum suggestions in mysql procedure analyse()

technology

If you don’t want to see enum suggestions in a mysql procedure analyse() call on a table then you simply run it like:


select * from table_name procedure analyse(1,1) \G

The (1,1) will always show you non enum solutions for each column.