Hello,
I attempted to query all tables containing a certain keyword with
SELECT * FROM information_schema.tables WHERE table_name LIKE '%foo%;
This returns a list of tables much smaller than I know it should be (but the returned results are correct). Does anyone know what this issue could be caused by?