1. 31 Oct, 2012 1 commit
  2. 30 Oct, 2012 3 commits
  3. 29 Oct, 2012 6 commits
  4. 28 Oct, 2012 1 commit
  5. 27 Oct, 2012 4 commits
  6. 25 Oct, 2012 1 commit
  7. 22 Oct, 2012 1 commit
    • unknown's avatar
      MDEV-571 · 76d8a43e
      unknown authored
      Adjusted test case results after the merge 10.0-base, 10.0-monty.
      The results are in sync with MySQL 5.6.7.
      76d8a43e
  8. 20 Oct, 2012 2 commits
  9. 19 Oct, 2012 1 commit
  10. 12 Oct, 2012 1 commit
    • unknown's avatar
      MDEV-3802: Millisecond timeout support in non-blocking client library + fix incorrect blocking. · 52c84d14
      unknown authored
      After the merge of VIO stuff from MySQL 5.6, there were some bugs left
      in the non-blocking client library:
      
       - vio_io_wait() was introduced without any support for non-blocking operation,
         so async queries could turn into sync.
      
       - Timeouts were changed to milliseconds, but this was not reflected in the
         non-blocking API, also semantics was changed so signed -1 was used for
         "no timeout" rather than unsigned 0.
      
      Fix by implementing and using my_io_wait_async() in the non-blocking case. And
      by introducing a new mysql_get_timeout_value_ms() API function that provides
      the timeout with millisecond granularity. The old mysql_get_timeout_value()
      is kept and fixed to work correctly, converting the timeout to whole seconds.
      52c84d14
  11. 11 Oct, 2012 1 commit
  12. 08 Oct, 2012 1 commit
  13. 07 Oct, 2012 1 commit
  14. 06 Oct, 2012 5 commits
  15. 05 Oct, 2012 1 commit
  16. 04 Oct, 2012 10 commits