1. 15 Nov, 2002 1 commit
  2. 13 Nov, 2002 3 commits
  3. 12 Nov, 2002 14 commits
  4. 11 Nov, 2002 6 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · b18dec61
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      b18dec61
    • unknown's avatar
      removed DBUG_ENTER/RETURN tags · c5960eb5
      unknown authored
      c5960eb5
    • unknown's avatar
      Fixed that NULL and 0 returns 0 instead of NULL · 3165440c
      unknown authored
      This is coded to not cause a speed impact on top level AND expressions where we don't care if an AND expression returns 0 or NULL
      
      
      mysql-test/r/bdb.result:
        Fix results after serges last patch
      mysql-test/r/innodb.result:
        Fix results after serges last patch
      mysql-test/r/null.result:
        Update for new AND handling of NULL
      scripts/mysqld_safe.sh:
        Fix 'isroot' test to work even if user is not root
      sql/item.h:
        Fixed that NULL and 0 returns 0 instead of NULL
      sql/item_cmpfunc.cc:
        Fixed that NULL and 0 returns 0 instead of NULL
      sql/item_cmpfunc.h:
        Fixed that NULL and 0 returns 0 instead of NULL
      sql/sql_base.cc:
        Fixed that NULL and 0 returns 0 instead of NULL
      sql/sql_parse.cc:
        Fixed that NULL and 0 returns 0 instead of NULL
      sql/sql_select.cc:
        Fixed that NULL and 0 returns 0 instead of NULL
      sql/sql_yacc.yy:
        Fixed that NULL and 0 returns 0 instead of NULL
      3165440c
    • unknown's avatar
      - "head/tail -<num>" is obsolete according to POSIX.1-2001 - use · e8390bfa
      unknown authored
         "head/tail -n <num>" instead
      
      
      e8390bfa
    • unknown's avatar
      bdb.result: · 5c556c05
      unknown authored
       - fixed yet another wrong result after error messages had been changed
      
      
      mysql-test/r/bdb.result:
         - fixed yet another wrong result after error messages had been changed
      5c556c05
    • unknown's avatar
      innodb.result: · d3ab8393
      unknown authored
       - fixed test results after error messages had been modified
      
      
      mysql-test/r/innodb.result:
         - fixed test results after error messages had been modified
      d3ab8393
  5. 10 Nov, 2002 2 commits
  6. 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
  7. 08 Nov, 2002 4 commits