Results 1 to 10 of 25

Thread: Asynchronous mysql queries

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Sergeant serthy's Avatar
    Join Date
    Nov 2012
    Posts
    450
    Thanks
    96
    Thanked 296 Times in 188 Posts
    What are the NoSafe queries for? I've looked into the source, and if you have NoSafe, you just do not call mysql_store_result() on it, but I'm not that firm with it.
    Is it for queries, that do only reading (not writing) the database?

    Also, it might be useful for others:
    • the mas string length that can be sent from CoD2 to the mysql server seems to be 512 chars
    • the libcod-functions in cod2 seem to have been renamed, the correct names can be found here: https://znation.nl/cod4script/
    Last edited by serthy; 5th September 2016 at 11:49.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •