MySQL Updates
#1

Could I ask for a list of all the new versions of these functions?

Код:
error 017: undefined symbol "mysql_store_result"
error 017: undefined symbol "mysql_num_rows"
error 017: undefined symbol "mysql_free_result"
error 017: undefined symbol "mysql_store_result"
error 017: undefined symbol "mysql_fetch_row_format"
error 017: undefined symbol "mysql_fetch_field_row"
error 017: undefined symbol "mysql_fetch_field_row"
error 017: undefined symbol "mysql_free_result"
error 017: undefined symbol "mysql_store_result"
error 017: undefined symbol "mysql_num_rows"
error 017: undefined symbol "mysql_fetch_field_row"
error 017: undefined symbol "mysql_free_result"
Reply
#2

Possibly with the exception of mysql_num_rows (cache_num_rows()) there's pretty much no direct equivalent of these because of how the new system works. If you use threaded queries (recommended in almost all instances) then you need not explicitly store (Cache:var = mysql_query(...)) and free the result (cache_delete()) anymore. Fetch_row_format is completely obsolete, there is absolutely no equivalent. All necessary fields should now be fetched separately. I've never used "fetch_field_row" so I don't know what it does.
Reply
#3

Thanks! 7 errors/unknown functions (yet) left

Код:
error 017: undefined symbol "mysql_store_result"
error 017: undefined symbol "mysql_store_result"
error 017: undefined symbol "mysql_fetch_row_format"
error 017: undefined symbol "mysql_fetch_field_row"
error 017: undefined symbol "mysql_fetch_field_row"
error 017: undefined symbol "mysql_store_result"
error 017: undefined symbol "mysql_fetch_field_row"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)