20.03.2013, 14:42
Quote:
|
Так тяжело внимательно изучить документацию?
pawn Код:
|
Quote:
|
ProcessQueryThread(OnTest) - Data caching enabled. CMySQLHandler::StoreResult() - Result was stored. CMySQLHandler::FreeResult() - Result was successfully free'd. CMySQLHandler::ProcessQueryThread() - Data is getting passed to ->ProcessTick() OnTest(i) - Threaded function called. >> mysql_store_result( Connection handle: 1 ) CMySQLHandler::StoreResult() - No data to store. >> mysql_num_rows( Connection handle: 1 ) CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection) >> mysql_free_result( Connection handle: 1 ) CMySQLHandler::FreeResult() - The result is already empty. ProcessTick() - The cache has been cleared. |


