1. 24 Jun, 2007 2 commits
    • unknown's avatar
      Merge mysql.com:/home/svoj/devel/mysql/BUG15787/mysql-5.0-engines · 231c9003
      unknown authored
      into  mysql.com:/home/svoj/devel/mysql/BUG15787/mysql-5.1-engines
      
      
      storage/archive/ha_archive.cc:
        Use local.
      231c9003
    • unknown's avatar
      BUG#15787 - MySQL crashes when archive table exceeds 2GB · b3b8d516
      unknown authored
      Max compressed file size was calculated incorretly causing server
      crash on INSERT.
      
      With this patch we use proper max file size provided by zlib.
      
      Affects 5.0 only.
      
      
      sql/ha_archive.cc:
        When calculating max compressed file size, use the real offset size
        that is provided by zlib, instead of sizeof(z_off_t), which may be
        different from actual offset size.
        
        When we're about to write and the data file is almost full flush gzio
        buffer to get accurate real file size.
      mysql-test/r/archive-big.result:
        New BitKeeper file ``mysql-test/r/archive-big.result''
      mysql-test/t/archive-big.test:
        New BitKeeper file ``mysql-test/t/archive-big.test''
      b3b8d516
  2. 22 Jun, 2007 1 commit
  3. 19 Jun, 2007 1 commit
    • unknown's avatar
      mtr_report.pl: · e148eb47
      unknown authored
        Ignore warning about file name
        having question marks.
      
      
      mysql-test/lib/mtr_report.pl:
        Ignore warning about file name
        having question marks.
      e148eb47
  4. 18 Jun, 2007 6 commits
  5. 17 Jun, 2007 20 commits
  6. 16 Jun, 2007 9 commits
  7. 15 Jun, 2007 1 commit
    • unknown's avatar
      binlog.result, binlog.test: · 651a8e7f
      unknown authored
        Post-merge fix: replace xid=* with XID to isolate from number of transactions
      
      
      mysql-test/r/binlog.result:
        Post-merge fix: replace xid=* with XID to isolate from number of transactions
      mysql-test/t/binlog.test:
        Post-merge fix: replace xid=* with XID to isolate from number of transactions
      651a8e7f