1. 31 Oct, 2007 2 commits
  2. 24 Oct, 2007 1 commit
  3. 23 Oct, 2007 1 commit
    • anozdrin/alik@station.'s avatar
      Patch for BUG#30736: Row Size Too Large Error Creating a Table and · b2264ff8
      anozdrin/alik@station. authored
      Inserting Data.
      
      The problem was that under some circumstances Field class was not
      properly initialized before calling create_length_to_internal_length()
      function, which led to assert failure.
      
      The fix is to do the proper initialization.
      
      The user-visible problem was that under some circumstances
      CREATE TABLE ... SELECT statement crashed the server or led
      to wrong error message (wrong results).
      b2264ff8
  4. 22 Oct, 2007 1 commit
  5. 20 Oct, 2007 1 commit
    • anozdrin/alik@station.'s avatar
      Fix for BUG#31148: bool close_thread_table(THD*, TABLE**): · 9a6f6731
      anozdrin/alik@station. authored
      Assertion `table->key_read == 0' failed.
      
      The problem was that key_read on a table in a sub-select was not
      properly reset. That happens because the code responsible for that
      is copy&pasted all around the server. In some place, it was obviously
      forgotten to be pasted.
      
      The fix is to reset key_read properly.
      9a6f6731
  6. 19 Oct, 2007 5 commits
  7. 18 Oct, 2007 6 commits
  8. 17 Oct, 2007 13 commits
  9. 16 Oct, 2007 10 commits