I noticed that after I installed a new version of MySQL Workbench autocomplete brings columns of all tables, this when I use aliases for table, when I repeat the table name autocomplete works normal. The problem is that sometimes the table name is quite extensive.
Example:
SELECT * FROM cliente_relatorio_dinamico C where C.coluna_deste_banco;
Before, when you press Ctrl + Space after the "C." only columns of this bank appeared, now it shows columns of all banks.
I believe you have overwritten some configuration files from the old version.
I tried to go back to the previous version but did not fix it.
Does anyone have any ideas?