I'm using mysql v2.17.1 to access MySQL v5 DB. Here are the screenshots from my project:

In my code I log the results from a simple SELECT query: select * from users; but both affectedRows and changedRows are undefined

Please help. Thank you in advance.
The mysql protocol does not return those values for SELECT statements.