1. 03 Nov, 2010 1 commit
    • Marc Alff's avatar
      Bug#57609 performance_schema does not work with lower_case_table_names · 7f35b15a
      Marc Alff authored
      Before this fix, the performance schema tables were defined in UPPERCASE.
      
      This was incompatible with the lowercase_table_names option, and caused
      issues with the install / upgrade process, when changing the lower case
      table names setting *after* the install or upgrade.
      
      With this fix, all performance schema tables are exposed with lowercase names.
      As a result, the name of the performance schema table is always lowercase,
      no matter how / if / when the lowercase_table_names setting if changed.
      7f35b15a
  2. 27 Oct, 2010 3 commits
  3. 26 Oct, 2010 5 commits
  4. 25 Oct, 2010 6 commits
  5. 23 Oct, 2010 2 commits
    • 's avatar
      Manual merge · f11fc602
      authored
      f11fc602
    • 's avatar
      Bug#27606 GRANT statement should be replicated with DEFINER information · 180e74bd
      authored
      "Grantor" columns' data is lost when replicating mysql.tables_priv.
      Slave SQL thread used its default user ''@'' as the grantor of GRANT|REVOKE
      statements executing on it.
      
      In this patch, current user is put in query log event for all GRANT and REVOKE
      statement, SQL thread uses the user in query log event as grantor.
      180e74bd
  6. 22 Oct, 2010 2 commits
  7. 21 Oct, 2010 16 commits
  8. 20 Oct, 2010 5 commits