1. 19 Nov, 2007 1 commit
    • evgen@moonbone.local's avatar
      Bug#30384: Having SQL_BUFFER_RESULT option in the CREATE .. KEY(..) .. SELECT · da7470af
      evgen@moonbone.local authored
      led to creating corrupted index.
      
      Corrected fix. The new method called prepare2 is added to the select_create
      class. As all preparations are done by the select_create::prepare function
      it doesn't do anything. Slightly changed algorithm of calling the 
      start_bulk_insert function. Now it's called from the select_insert::prepare2
      function when the SQL_BUFFER_RESULT flags is set.
      The is_bulk_insert_mode flag is removed as it is not needed anymore.
      da7470af
  2. 23 Oct, 2007 18 commits
  3. 22 Oct, 2007 4 commits
  4. 21 Oct, 2007 3 commits
  5. 19 Oct, 2007 3 commits
  6. 18 Oct, 2007 8 commits
  7. 17 Oct, 2007 3 commits