08.08.2014, 12:12
Quote:
1. I've also asked that question few months ago, http://forum.sa-mp.com/converse.php?u=96478&u2=96708
2. Detail about how MySQL uses indexes: http://dev.mysql.com/doc/refman/4.1/...l-indexes.html Use cache_get_field_count to get the field count from the current result set. If you're going to use cache_get_row_*, field index always starts from 0. |
So mysql_pquery is parallel query.. How does it work? Does it execute query and calls callback at same time or does it call the callback after executing the query?