i have a table with users and there are multiple fields on it: user_id, email, register_time, etc
email is used as a login in the system which i'm running. sometimes my application is creating a fake email, like emachines@company.com2 <- with "2" at the end. it automatically adds the user to the database.
there was no problem until yesterday. i din't change any settings or whatever, i also made sure that filtering is cleared out. from yesterday, none of the newly added users with 'fake' email are displayed - for example user with email like 'EMACHINE_emachines@xxxxxxxx.com5'. this user actually exists in the table, since it's visible when i'm checking the table through phpmyadmin. it's just not visible in the "Data" view in HeidiSQL when i browse the table.
to make things more interesting, when i'm creating a filter like 'email like 'EMACHINE%' - the result of the filtre is displayed correctly!
also, when i make the query 'select * from user' - the user is visible.
that's why i'd like to ask for some advices. what should i do to be able to see the user in 'Data' view of the table? did someone have similiar problem? maybe there's something i'm doing wrong (but, as i said, everything was cool until yesterday, and i didn't change anything in the app or make any updates)
my version of heidi is 7.0.0.4170 compiled on august 2nd 2012. please let me know if any additional data is needed to resolve this.