An error occurred fetching the project authors.
  1. 10 Dec, 2005 1 commit
    • unknown's avatar
      Fix for bug #15225 (ANALYZE temporary has no effect) · 48450d8a
      unknown authored
      mysql-test/r/analyze.result:
        test result fixed
      mysql-test/t/analyze.test:
        test case added
      sql/sql_table.cc:
        we don't need to remove temporary table from the cache,
        but we need to reload it's info
      48450d8a
  2. 15 Nov, 2005 1 commit
  3. 03 Jun, 2005 1 commit
    • unknown's avatar
      Bug #10901 · f956ecd0
      unknown authored
      Analyze table corrupts the state on
      data_file_length, records, index_file_length...
      by writing the shared state when there is an updated internal
      state due to inserts or deletes
      Fixed by synching the shared state with the internal state before
      writing it to disk
      Added test cases of 2 error cases and a normal case in new
      analyze test case
      
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      f956ecd0