1. 01 Aug, 2007 1 commit
  2. 30 Jul, 2007 2 commits
    • monty@mysql.com/nosik.monty.fi's avatar
      Slow query log to file now displays queries with microsecond precission · b16289a5
      monty@mysql.com/nosik.monty.fi authored
      --long-query-time is now given in seconds with microseconds as decimals
      --min_examined_row_limit added for slow query log
      long_query_time user variable is now double with 6 decimals
      Added functions to get time in microseconds
      Added faster time() functions for system that has gethrtime()  (Solaris)
      We now do less time() calls.
      Added field->in_read_set() and field->in_write_set() for easier field manipulation by handlers
      set_var.cc and my_getopt() can now handle DOUBLE variables.
      All time() calls changed to my_time()
      my_time() now does retry's if time() call fails.
      Added debug function for stopping in mysql_admin_table() when tables are locked
      Some trivial function and struct variable renames to avoid merge errors.
      Fixed compiler warnings
      Initialization of some time variables on windows moved to my_init() 
      b16289a5
    • monty@mysql.com/nosik.monty.fi's avatar
      Add 'extension' field to all client library structures to make them extensible · a33c863f
      monty@mysql.com/nosik.monty.fi authored
      Reorder structure elements to make structures smaller and faster on 64 bit systems
      This is a first step in cleaning up the client include files (but should be enough to allow us to do future fixes without breaking the library)
      This change is part of WL#2872,  Make client library extensible.
      a33c863f
  3. 24 Jul, 2007 1 commit
  4. 23 Jul, 2007 1 commit
  5. 21 Jul, 2007 1 commit
  6. 20 Jul, 2007 10 commits
  7. 19 Jul, 2007 24 commits