1. 11 Nov, 2002 1 commit
    • 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
  2. 10 Nov, 2002 2 commits
  3. 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
  4. 08 Nov, 2002 25 commits
  5. 07 Nov, 2002 2 commits
    • unknown's avatar
      manually merged · 3ab1b345
      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
      3ab1b345
    • unknown's avatar
      btr0btr.c, buf0buf.c: · 8062b260
      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
      8062b260