1. 08 Jun, 2010 2 commits
    • Kristofer Pettersson's avatar
      merge 5.1-bugteam => trunk-merge · 59dea5e7
      Kristofer Pettersson authored
      59dea5e7
    • Kristofer Pettersson's avatar
      Bug#53191 Lock_time in slow log is negative when logging stored routines · 5a570b0f
      Kristofer Pettersson authored
      Logging slow stored procedures caused the slow log to write 
      very large lock times. The lock times was a result of a 
      negative number being cast to an unsigned integer.
      The reason the lock time appeard negative was because 
      one of the measurements points was reset after execution
      causing it to change order with the start time of the 
      statement.
            
      This bug is related to bug 47905 which in turn was 
      introduced because of a joint fix for 12480,12481,12482 and 11587.
      
      The fix is to only reset the start_time before any statement
      execution in a SP while not resetting start_utime or
      utime_after_lock which are used for measuring the 
      performance of the SP. Start_time is used to set the
      timestamp on the replication event which controlls how
      the slave interprets time functions like NOW().
      5a570b0f
  2. 07 Jun, 2010 4 commits
  3. 05 Jun, 2010 1 commit
  4. 04 Jun, 2010 7 commits
  5. 03 Jun, 2010 5 commits
  6. 02 Jun, 2010 8 commits
  7. 01 Jun, 2010 10 commits
  8. 31 May, 2010 1 commit
    • Davi Arnaut's avatar
      Bug#53445: Build with -Wall and fix warnings that it generates · 5dec0c96
      Davi Arnaut authored
      Fix various mismatches between function's language linkage. Any
      particular function that is declared in C++ but should be callable
      from C must have C linkage. Note that function types with different
      linkages are also distinct. Thus, if a function type is declared in
      C code, it will have C linkage (same if declared in a extern "C"
      block).
      5dec0c96
  9. 04 Jun, 2010 1 commit
  10. 03 Jun, 2010 1 commit