1. 01 Feb, 2010 1 commit
  2. 27 Jan, 2010 4 commits
  3. 26 Jan, 2010 6 commits
    • Marc Alff's avatar
      local merge · 5cbc2ec9
      Marc Alff authored
      5cbc2ec9
    • Marc Alff's avatar
      Bug#44210 Performance schema: pool-of-threads threads instrumentation is missing · a1917ee6
      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.
      a1917ee6
    • Marc Alff's avatar
      local merge · 6fc06c38
      Marc Alff authored
      6fc06c38
    • Marc Alff's avatar
      Bug#50436 perfschema.aggregate fails on HPUX in 6.0 · e17faeea
      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
      e17faeea
    • Marc Alff's avatar
      Bug#50337 --defaults-file=~/something doesn't work anymore · 3694c5a9
      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.
      3694c5a9
    • Marc Alff's avatar
      Bug#50596 Spurious test failures in perfschema.dml_mutex_instances · f2338872
      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.
      f2338872
  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 · b6685d35
      Sergey Glukhov authored
      b6685d35
    • Sergey Glukhov's avatar
      backported: · 5a4a98af
      Sergey Glukhov authored
      -WL#2822 INFORMATION_SCHEMA.ROUTINES: Add missing columns
      -WL#2003 INFORMATION_SCHEMA: PARAMETERS view
      -addon for 'I_S optimization' WL
      
      5a4a98af
    • unknown's avatar
      Fix for perfschema.binlog_stmt failure: · 5d279205
      unknown 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.
      5d279205
  12. 14 Jan, 2010 5 commits