Quote:
Right now, I'm copying the results of the query into separate local strings immediately after it's execution.


It sounds like you are creating a "queue" system for you mysql queries. If so, this is a good thing since while I believe that the timing nature of your game makes it so you don't have to worry about inconsistent queries, a queue system makes your game all the much safer!