1. 05 Sep, 2003 2 commits
  2. 04 Sep, 2003 2 commits
  3. 03 Sep, 2003 4 commits
  4. 02 Sep, 2003 4 commits
  5. 01 Sep, 2003 3 commits
  6. 29 Aug, 2003 4 commits
    • unknown's avatar
      - Fixed BUG 1162 (removed macro names from the changelog) · 0683244c
      unknown authored
       - Really fixed BUG 998 (disable the checking for installed but
         unpackaged files)
      
      
      0683244c
    • unknown's avatar
      removed stale comment · 54fa3925
      unknown authored
      13:58 <monty> konstantin: the comment is missplaced (probably after merge).
                You can remove it
      
      
      sql/sql_parse.cc:
        removed stale comment
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      54fa3925
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · f2adc9f3
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.0
      
      
      f2adc9f3
    • unknown's avatar
      Revert change of lower-case-table handling as this breaks how alias works. · 6d17d7f5
      unknown authored
      Changes like this should be done to 4.1, not to a stable release
      
      
      mysql-test/r/lowercase_table.result:
        Revert change of lower-case-table handling
      mysql-test/t/lowercase_table.test:
        Revert change of lower-case-table handling
      sql/sql_class.cc:
        Revert change of lower-case-table handling
      sql/sql_class.h:
        Revert change of lower-case-table handling
      sql/sql_parse.cc:
        Revert change of lower-case-table handling
      sql/sql_table.cc:
        Revert change of lower-case-table handling
      sql/sql_yacc.yy:
        Revert change of lower-case-table handling
      6d17d7f5
  7. 28 Aug, 2003 17 commits
  8. 27 Aug, 2003 4 commits
    • unknown's avatar
      - replaced C++-style comments in .c file (Please try to avoid this, as · aedee9d4
      unknown authored
         it breaks compilation on picky C compilers!)
      
      
      fs/database.c:
         - replaced C++-style comments in .c file
      aedee9d4
    • unknown's avatar
      btr0btr.c: · 235cb5ba
      unknown authored
        Fix bug: if the user created a prefix column key on a fixed length char column, then InnoDB claimed in CHECK TABLE that the table is corrupt
      dict0dict.c:
        Fix bug 1151: if the user created a prefix column primary key on a fixed length char column, then InnoDB crashed in a simple SELECT
      
      
      innobase/dict/dict0dict.c:
        Fix bug 1151: if the user created a prefix column primary key on a fixed length char column, then InnoDB crashed in a simple SELECT
      innobase/btr/btr0btr.c:
        Fix bug: if the user created a prefix column key on a fixed length char column, then InnoDB claimed in CHECK TABLE that the table is corrupt
      235cb5ba
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · ad4fdb79
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.0
      
      
      ad4fdb79
    • unknown's avatar
      Fixed unlikely stack bug when having a BIG expression of type 1+1-1+1-1... in... · c637296c
      unknown authored
      Fixed unlikely stack bug when having a BIG expression of type 1+1-1+1-1... in certain combinations. Bug #871
      
      
      sql-bench/limits/mysql.cfg:
        Updated limits
      sql/item_cmpfunc.cc:
        Test for stack checking
      sql/item_func.cc:
        Test for stack checking
      c637296c