1. 10 Nov, 2002 2 commits
  2. 09 Nov, 2002 10 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · dce4b2c9
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      dce4b2c9
    • unknown's avatar
      results fixed · bb2ceda1
      unknown authored
      
      mysql-test/r/isam.result:
        fixed result for new errmsg
      mysql-test/r/select.result:
        fixed result for IGNORE/USE INDEX
      bb2ceda1
    • unknown's avatar
      merged · 773fd5f2
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      773fd5f2
    • unknown's avatar
      IGNORE/USE INDEX now work with HA_EXTRA_KEYREAD · 8c14ed42
      unknown authored
      
      BitKeeper/etc/ignore:
        Added depcomp to the ignore list
      8c14ed42
    • unknown's avatar
      ha_innodb.cc: · bfec3dab
      unknown authored
        Try to skip over corrupt records in SELECT if innodb_force_recovery > 0; print more page hex dumps in CHECK TABLE
      
      
      sql/ha_innodb.cc:
        Try to skip over corrupt records in SELECT if innodb_force_recovery > 0; print more page hex dumps in CHECK TABLE
      bfec3dab
    • unknown's avatar
      Many files: · 04ca9bcd
      unknown authored
        Try to skip over corrupt records in SELECT if innodb_force_recovery > 0; print more page hex dumps in CHECK TABLE
      
      
      innobase/include/btr0btr.h:
        Try to skip over corrupt records in SELECT if innodb_force_recovery > 0; print more page hex dumps in CHECK TABLE
      innobase/include/btr0pcur.h:
        Try to skip over corrupt records in SELECT if innodb_force_recovery > 0; print more page hex dumps in CHECK TABLE
      innobase/include/db0err.h:
        Try to skip over corrupt records in SELECT if innodb_force_recovery > 0; print more page hex dumps in CHECK TABLE
      innobase/include/btr0pcur.ic:
        Try to skip over corrupt records in SELECT if innodb_force_recovery > 0; print more page hex dumps in CHECK TABLE
      innobase/btr/btr0btr.c:
        Try to skip over corrupt records in SELECT if innodb_force_recovery > 0; print more page hex dumps in CHECK TABLE
      innobase/page/page0page.c:
        Try to skip over corrupt records in SELECT if innodb_force_recovery > 0; print more page hex dumps in CHECK TABLE
      innobase/row/row0sel.c:
        Try to skip over corrupt records in SELECT if innodb_force_recovery > 0; print more page hex dumps in CHECK TABLE
      04ca9bcd
    • unknown's avatar
      59838a57
    • unknown's avatar
      Small fix in configure for HPUX11 · 52cc340c
      unknown authored
      
      configure.in:
        Move +O2 up as with_debug wasn't defined at this point
      52cc340c
    • unknown's avatar
      Portability fixes for HP compiler and HPUX11 · 212fe9d1
      unknown authored
      
      Docs/internals.texi:
        Added protocol information
        (needs to be converted to texi and merged with the old documentation)
      configure.in:
        Updates for HP compiler (cc)
      include/my_global.h:
        Add option to handle bugs in 'inline' for HP compiler
      libmysql/password.c:
        Portability fix (for HP compiler)
      mysys/hash.c:
        Portability fix (for HP compiler)
      mysys/my_static.c:
        Portability fix (for HPUX11)
      mysys/my_static.h:
        Portability fix (for HPUX11)
      mysys/my_tempnam.c:
        Portability fix (for HPUX11)
      sql/sql_analyse.cc:
        Fixed bug in decimal handling
      212fe9d1
    • unknown's avatar
      Fixed bug in MAX() optimization when used with JOIN and ON expressions · b3a8b8bd
      unknown authored
      
      sql/item_cmpfunc.cc:
        Create an AND expression from two expressions
      sql/item_cmpfunc.h:
        Create an AND expression from two expressions
      b3a8b8bd
  3. 08 Nov, 2002 25 commits
  4. 07 Nov, 2002 3 commits
    • unknown's avatar
      manually merged · 125913c3
      unknown authored
      
      sql/field.h:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      sql/ha_myisam.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      125913c3
    • unknown's avatar
      btr0btr.c, buf0buf.c: · f57822cc
      unknown authored
        Fix a glitch: under heavy ibuf activity InnoDB could print the whole contents of ibuf tree to the error log
      
      
      innobase/buf/buf0buf.c:
        Fix a glitch: under heavy ibuf activity InnoDB could print the whole contents of ibuf tree to the error log
      innobase/btr/btr0btr.c:
        Fix a glitch: under heavy ibuf activity InnoDB could print the whole contents of ibuf tree to the error log
      f57822cc
    • unknown's avatar
      2fc492bf