1. 01 Feb, 2010 1 commit
  2. 27 Jan, 2010 4 commits
  3. 26 Jan, 2010 6 commits
    • Marc Alff's avatar
      local merge · 5de3845b
      Marc Alff authored
      5de3845b
    • Marc Alff's avatar
      Bug#44210 Performance schema: pool-of-threads threads instrumentation is missing · 8e5e4202
      Marc Alff authored
      WL#5136 Pool of threads
      
      Added an explicit delete_thread() API in the instrumentation,
      to be used by the pool of threads implementations.
      8e5e4202
    • Marc Alff's avatar
      local merge · 282899a4
      Marc Alff authored
      282899a4
    • Marc Alff's avatar
      Bug#50436 perfschema.aggregate fails on HPUX in 6.0 · e0c1fb52
      Marc Alff authored
      Relaxed the test conditions to account for objects destroyed,
      as was intended in the comments in mysql-test/suite/perfschema/t/aggregate.test
      e0c1fb52
    • Marc Alff's avatar
      Bug#50337 --defaults-file=~/something doesn't work anymore · edb12213
      Marc Alff authored
      Before this fix, opening a configuration file located under "~" failed.
      To evaluate the "~" path, home_dir needs to be initialized.
      The 'home_dir' variable was initialized too late in my_init().
      
      This fix:
      - moved the home_dir initialization from my_init() to my_basic_init(),
        using getenv("HOME"))
      - moved the initialization of my_umask / my_umask_dir also to
        my_basic_init(), to have all the my_umask / my_umask_dir init code in the
        same place.
      
      The second part is not strictly required, but makes the code more
      maintainable.
      
      Tested the fix manually.
      
      No MTR tests added, because MTR should not access or modify the $HOME
      directory of the user running tests.
      edb12213
    • Marc Alff's avatar
      Bug#50596 Spurious test failures in perfschema.dml_mutex_instances · d86d1221
      Marc Alff authored
      Fixed the dml_mutex_instances and dml_rwlock_instances to be more reliable.
      In particular, the tests may not assume a mutex or rwlock is never locked.
      d86d1221
  4. 25 Jan, 2010 3 commits
  5. 23 Jan, 2010 3 commits
  6. 22 Jan, 2010 2 commits
  7. 21 Jan, 2010 3 commits
  8. 20 Jan, 2010 3 commits
  9. 19 Jan, 2010 3 commits
  10. 18 Jan, 2010 4 commits
  11. 15 Jan, 2010 3 commits
    • Sergey Glukhov's avatar
      compilation failure fix · 31740ffd
      Sergey Glukhov authored
      31740ffd
    • Sergey Glukhov's avatar
      backported: · 8b36b965
      Sergey Glukhov authored
      -WL#2822 INFORMATION_SCHEMA.ROUTINES: Add missing columns
      -WL#2003 INFORMATION_SCHEMA: PARAMETERS view
      -addon for 'I_S optimization' WL
      8b36b965
    • 's avatar
      Fix for perfschema.binlog_stmt failure: · fe99d915
      authored
              
      Problem: The test case failed because: (i) warning text in 
               result file differed from the warning output by the 
               server, and (ii) binlog contents in result file did
               not show the statements logged wrapped in BEGIN/COMMIT
               as it is the case after WL 2687.
            
      Solution: We update the result file, but first we change the
                unsafe warning text to also refer to performance_schema
                table(s). This required changing the result files for
                existing test cases that provide output for warnings 
                related to ER_BINLOG_UNSAFE_SYSTEM_TABLE. "Grepping" in
                result files, shows that only binlog_unsafe contained
                reference to such a warning.
            
                We also update the result file with the missing 
                BEGIN/COMMIT statements.
      fe99d915
  12. 14 Jan, 2010 5 commits