Oh, yes, I definitely would recommend using bind
variables. :) It's just that in this particular case of
MySQL-specific syntax (LIMIT [offset], rows), it's
worthwhile to note that MySQL doesn't actually support
bound variables; so it's not an issue in this *particular*
case.
In general, though, it's *highly* recommended.