1. 21 Jun, 2007 1 commit
    • iggy@amd64.(none)'s avatar
      Bug#27029 alter table ... enable keys crashes mysqld on large table · 39416f50
      iggy@amd64.(none) authored
      - When creating an index for the sort, the number of rows plus 1 is used 
      to allocate a buffer.  In this test case, the number of rows 4294967295 
      is the max value of an unsigned integer, so when 1 was added to it, a 
      buffer of size 0 was allocated causing the crash.
      - Create new test suite for this bug's test suite as per QA.
      39416f50
  2. 04 Jun, 2007 1 commit
  3. 16 May, 2007 8 commits
  4. 15 May, 2007 4 commits
  5. 10 May, 2007 2 commits
  6. 09 May, 2007 6 commits
  7. 07 May, 2007 4 commits
  8. 04 May, 2007 4 commits
  9. 02 May, 2007 3 commits
  10. 01 May, 2007 2 commits
  11. 30 Apr, 2007 5 commits