1. 16 Oct, 2008 2 commits
  2. 15 Oct, 2008 18 commits
  3. 14 Oct, 2008 1 commit
  4. 13 Oct, 2008 3 commits
  5. 10 Sep, 2008 4 commits
  6. 09 Sep, 2008 7 commits
  7. 08 Sep, 2008 4 commits
  8. 05 Sep, 2008 1 commit
    • Georgi Kodinov's avatar
      Bug #38701: Crash in String::append when inserting duplicate empty strings an uft8 · e953a26d
      Georgi Kodinov authored
      SET col
                        
      When reporting a duplicate key error the server was making incorrect assumptions 
      on what the state of the value string to include in the error is.
      
      Fixed by accessing the data in this string in a "safe" way (without relying on it
      having a terminating 0).
            
      Detected by code analysis and fixed a similar problem in reporting the foreign key
      duplicate errors.
      e953a26d