1. 25 Mar, 2005 1 commit
  2. 24 Mar, 2005 1 commit
    • gluh@gluh.mysql.r18.ru's avatar
      Bug #9317: Wrong count for tables in INFORMATION_SCHEMA · 6ec48091
      gluh@gluh.mysql.r18.ru authored
        there was no check of result of 
        table->file->write_row() function. When count of rows was
        more than table max_rows(HEAP table) the following recodrs
        were not inserted to the table
        -'schema_table_store_record' function is added. 
          The function checks result of write_row function
          and convert HEAP table to MyISAM if necessary
        - Result check after write_row is added into all 
          I_S function which store the records to I_S tables  
      6ec48091
  3. 23 Mar, 2005 2 commits
  4. 22 Mar, 2005 10 commits
  5. 21 Mar, 2005 26 commits