1. 09 Aug, 2006 2 commits
    • svoj@may.pils.ru's avatar
      Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-4.1 · 6d23dd82
      svoj@may.pils.ru authored
      into  may.pils.ru:/home/svoj/devel/mysql/BUG20060/mysql-4.1
      6d23dd82
    • svoj@may.pils.ru's avatar
      BUG#20060 - mysqld option "--flush " doesn't work for update statement · 81b70f97
      svoj@may.pils.ru authored
      Problem described in this bug report affects MyISAM tables only.
      
      Running mysqld --flush instructs mysqld to sync all changes to disk
      after each SQL statement. It worked well for INSERT and DELETE
      statements, but it did sync for UPDATE only in case if there was
      index change (change of colum that has an index). If no updated column
      has an index, data wasn't synced to disk.
      
      This fix makes UPDATE statement to sync data to disk even if there is
      no index change (that is only data change) and mysqld is run with
      --flush option.
      81b70f97
  2. 07 Aug, 2006 1 commit
  3. 03 Aug, 2006 5 commits
  4. 02 Aug, 2006 7 commits
  5. 01 Aug, 2006 2 commits
  6. 31 Jul, 2006 5 commits
  7. 30 Jul, 2006 1 commit
  8. 29 Jul, 2006 2 commits
  9. 28 Jul, 2006 4 commits
  10. 27 Jul, 2006 1 commit
  11. 26 Jul, 2006 7 commits
  12. 25 Jul, 2006 3 commits