Is it possible that, using only query statements in my code (and not using select lock) I still get tables locked for some time because of the way MySQL does the processing?
(for example, MySQL can lock while ordering the table, or something like that)
Is this possible or selects just don't lock?