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
    Quote Originally Posted by IzNoGoD View Post
    nosave is to not save the result. (nosafe is not something in the code though, it's nosave)
    wow, I feel stupid now..

    Okay, when I call mysql_async_create_query_nosave() once, all other queries (even normal async ones) fail to execute, I have to shut the server down (close the terminal/screen), a normal /killserver doesn't help

    But its just a note, I don't get it why one would use nosave when you do not get any result back? Maybe its just some mysql internals with this store

  2. #2
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Quote Originally Posted by serthy View Post
    wow, I feel stupid now..

    Okay, when I call mysql_async_create_query_nosave() once, all other queries (even normal async ones) fail to execute, I have to shut the server down (close the terminal/screen), a normal /killserver doesn't help

    But its just a note, I don't get it why one would use nosave when you do not get any result back? Maybe its just some mysql internals with this store
    Try the same query with normal async create query, probably your query is fcked
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

Posting Permissions

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