1. 13 Nov, 2002 2 commits
    • unknown's avatar
      dict0load.c: · b74a3c6f
      unknown authored
        Fix wrong sprintf argument
      row0sel.c:
        Fix uninitialized variable error found by Miguel
      
      
      innobase/row/row0sel.c:
        Fix uninitialized variable error found by Miguel
      innobase/dict/dict0load.c:
        Fix wrong sprintf argument
      b74a3c6f
    • unknown's avatar
      Typo fix (duplicate functions body) · 0e0c38b8
      unknown authored
      
      sql/nt_servc.cc:
        Typo fix (duplicate fuctions body)
      0e0c38b8
  2. 12 Nov, 2002 11 commits
  3. 11 Nov, 2002 6 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 37c9d272
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      37c9d272
    • unknown's avatar
      removed DBUG_ENTER/RETURN tags · 59b1b765
      unknown authored
      59b1b765
    • unknown's avatar
      Fixed that NULL and 0 returns 0 instead of NULL · e01c75e4
      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
      e01c75e4
    • unknown's avatar
      - "head/tail -<num>" is obsolete according to POSIX.1-2001 - use · 06170db6
      unknown authored
         "head/tail -n <num>" instead
      
      06170db6
    • unknown's avatar
      bdb.result: · 723d854b
      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
      723d854b
    • unknown's avatar
      innodb.result: · 1603418c
      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
      1603418c
  4. 10 Nov, 2002 2 commits
  5. 09 Nov, 2002 10 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · e0e45a24
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      e0e45a24
    • unknown's avatar
      results fixed · 5bc6ab09
      unknown authored
      
      mysql-test/r/isam.result:
        fixed result for new errmsg
      mysql-test/r/select.result:
        fixed result for IGNORE/USE INDEX
      5bc6ab09
    • unknown's avatar
      merged · 51ad8d12
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      51ad8d12
    • unknown's avatar
      IGNORE/USE INDEX now work with HA_EXTRA_KEYREAD · 6bdd7e38
      unknown authored
      
      BitKeeper/etc/ignore:
        Added depcomp to the ignore list
      6bdd7e38
    • unknown's avatar
      ha_innodb.cc: · 73073756
      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
      73073756
    • unknown's avatar
      Many files: · e456f937
      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
      e456f937
    • unknown's avatar
      8a9d2d95
    • unknown's avatar
      Small fix in configure for HPUX11 · 60feecf4
      unknown authored
      
      configure.in:
        Move +O2 up as with_debug wasn't defined at this point
      60feecf4
    • unknown's avatar
      Portability fixes for HP compiler and HPUX11 · a1970071
      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
      a1970071
    • unknown's avatar
      Fixed bug in MAX() optimization when used with JOIN and ON expressions · f9fde16a
      unknown authored
      
      sql/item_cmpfunc.cc:
        Create an AND expression from two expressions
      sql/item_cmpfunc.h:
        Create an AND expression from two expressions
      f9fde16a
  6. 08 Nov, 2002 9 commits