1. 12 Jun, 2006 1 commit
  2. 11 Jun, 2006 9 commits
  3. 10 Jun, 2006 8 commits
  4. 09 Jun, 2006 14 commits
  5. 08 Jun, 2006 5 commits
  6. 07 Jun, 2006 1 commit
  7. 06 Jun, 2006 2 commits
    • monty@mysql.com's avatar
      Added --pipe option for faster compile · 37d7bbb3
      monty@mysql.com authored
      Changed error to be more descriptive when you are refering to a not existing key
      Fixed core dump in view test and changed to better error message
      37d7bbb3
    • msvensson@mysql.com's avatar
      Re-apply missing changesets in 5.1 · 74de7a48
      msvensson@mysql.com authored
      BUG#19544 mysqldump does not backup TS and LG information correctly.
        
      Problem was the type of the column was varchar(8) not an integer type. So mysqld
      was outputting a string representation of the number in scientific notation,
      which wasn't exact. Now we do it as a bigint and output the number in bytes.
      
      Fix assertion when loading plugins due to handler changes
      74de7a48