1. 15 Jun, 2007 4 commits
  2. 14 Jun, 2007 5 commits
  3. 13 Jun, 2007 1 commit
    • antony@ppcg5.local's avatar
      Bug#25800 · 3bb1769b
      antony@ppcg5.local authored
        "Embedded server requires mysql.plugin"
        Embedded builds should not print any error when the mysql.plugin
        table does not exist. This is achieved by checking for the existance
        of the mysql.plugin table before attempting to open it and proceed
        silently if it does not exist.
      3bb1769b
  4. 11 Jun, 2007 5 commits
  5. 08 Jun, 2007 1 commit
  6. 07 Jun, 2007 6 commits
  7. 06 Jun, 2007 17 commits
  8. 05 Jun, 2007 1 commit
    • svoj@mysql.com/april.(none)'s avatar
      BUG#26976 - Missing table in merge not noted in related error msg + · bd8f81f4
      svoj@mysql.com/april.(none) authored
                  SHOW CREATE TABLE fails
      
      Underlying table names, that merge engine fails to open were not
      reported.
      
      With this fix CHECK TABLE issued against merge table reports all
      underlying table names that it fails to open. Other statements
      are unaffected, that is underlying table names are not included
      into error message.
      
      This fix doesn't solve SHOW CREATE TABLE issue.
      bd8f81f4