1. 22 Nov, 2001 1 commit
    • unknown's avatar
      Fix bug when repairing compressed MyISAM files · d576cd65
      unknown authored
      LOCATE() is now case sensitive
      
      
      BUILD/compile-alpha-cxx:
        Don't build manager because it fails with linker error on Linux Alpha
      Docs/manual.texi:
        Changelog
      myisam/mi_check.c:
        Fix bug when repairing compressed MyISAM files
      myisam/mi_open.c:
        Fix bug when repairing compressed MyISAM files
      myisam/mi_packrec.c:
        Fix bug when repairing compressed MyISAM files
      myisam/myisamchk.c:
        Fix bug when repairing compressed MyISAM files
      myisam/myisamdef.h:
        Fix bug when repairing compressed MyISAM files
      mysql-test/r/func_group.result:
        Fix result for new RND function
      mysql-test/r/func_math.result:
        Fix result for new RND function
      mysql-test/r/func_str.result:
        test of new locate()
      mysql-test/t/func_str.test:
        test of new locate()
      sql/item_func.cc:
        LOCATE() is now case sensitive
      sql/sql_string.cc:
        LOCATE() is now case sensitive
      sql/sql_string.h:
        LOCATE() is now case sensitive
      d576cd65
  2. 21 Nov, 2001 5 commits
  3. 20 Nov, 2001 7 commits
    • unknown's avatar
      mirrors.texi: · 41c6a0f7
      unknown authored
        Change list format
      
      
      Docs/mirrors.texi:
        Change list format
      41c6a0f7
    • unknown's avatar
      Merge tfr@work.mysql.com:/home/bk/mysql-4.0 · ca82a59b
      unknown authored
      into sarvik.tfr.cafe.ee:/usr/home/tfr/BK/mysql-4.0
      
      
      ca82a59b
    • unknown's avatar
      mirrors.texi: · dd82a639
      unknown authored
        new file
      
      
      dd82a639
    • unknown's avatar
      fixes: --gdb does not implies --manager · 9a722eda
      unknown authored
      --manager implies --skip-gdb-magic
      (which was introduced to make --gdb usable w/o manager)
      
      
      9a722eda
    • unknown's avatar
      tests added · 62d2ecb1
      unknown authored
      
      mysql-test/r/fulltext_distinct.result:
        boolean test added
      mysql-test/t/fulltext_distinct.test:
        boolean test added
      mysql-test/r/fulltext_left_join.result:
        boolean test added
      mysql-test/t/fulltext_left_join.test:
        boolean test added
      62d2ecb1
    • unknown's avatar
      ./mysql-test-run test1 test2 test3 · c282bbf0
      unknown authored
      c282bbf0
    • unknown's avatar
      Fix to reserved words script. · 49ddcb92
      unknown authored
      Updated reserved words list in manual.
      
      
      Docs/Support/update-reserved-words.pl:
        Fix to reserved words script, 2 keywords and 15 synonyms were missing.
      Docs/manual.texi:
        Updated reserved word list.
      49ddcb92
  4. 19 Nov, 2001 4 commits
  5. 18 Nov, 2001 6 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · c9e2debf
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      c9e2debf
    • unknown's avatar
      Merge · b87029d8
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      innobase/btr/btr0btr.c:
        Auto merged
      innobase/btr/btr0cur.c:
        Auto merged
      innobase/dict/dict0dict.c:
        Auto merged
      sql/ha_myisam.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      mysql-test/t/myisam.test:
        Auto merged
      b87029d8
    • unknown's avatar
      Test of optimize table. · 21259d25
      unknown authored
      
      Docs/manual.texi:
        Updated changelog.
        Update info about MERGE tables.
        Moved section 'Why so many open tables'
      mysql-test/r/create.result:
        Added test of types in CREATE
      mysql-test/t/create.test:
        Added test of types in CREATE
      sql/item_func.cc:
        More different values for RAND(nr) and RAND(nr+1)
      21259d25
    • unknown's avatar
      Fixed bug in OPTIMIZE TABLE that reset index cardinality if it · 421595c1
      unknown authored
      was up to date.
      
      
      Docs/manual.texi:
        ChangeLog
      configure.in:
        Version number change
      mysql-test/r/myisam.result:
        Test of optimize table
      mysql-test/t/myisam.test:
        Test of optimize table
      421595c1
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · ae686937
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
      
      
      ae686937
    • unknown's avatar
      use env vars for socket/port in connect in mysqltest · 4bcb4f4d
      unknown authored
      --local-master option in mysql-test-run
      do not log CREATE TABLE when doing table dump
      fix replication to slave off 3.23 master
      
      
      client/mysqltest.c:
        fix to be able to use env vars for socket and port in connect
      mysql-test/include/master-slave.inc:
        connect to port specified in environment
      mysql-test/mysql-test-run.sh:
        added --local-master option - will assume master is on port 3306 on localhost
      sql/log_event.cc:
        fixes to slave off 3.23 master
      sql/log_event.h:
        fixes to slave off 3.23 master
      sql/slave.cc:
        do not log CREATE TABLE when doing table dump
      4bcb4f4d
  6. 17 Nov, 2001 5 commits
    • unknown's avatar
      Removing registry service parameter code · 7803c443
      unknown authored
      7803c443
    • unknown's avatar
      Removing registry service parameter code · 024f2e33
      unknown authored
      024f2e33
    • unknown's avatar
      bugfix · d493b2df
      unknown authored
      d493b2df
    • unknown's avatar
      dict0dict.h, dict0dict.c: · 0d62f810
      unknown authored
        Fix wrong (though equivalent) type decl
      
      
      innobase/dict/dict0dict.c:
        Fix wrong (though equivalent) type decl
      innobase/include/dict0dict.h:
        Fix wrong (though equivalent) type decl
      0d62f810
    • unknown's avatar
      btr0cur.c, btr0btr.c, dict0dict.h, dict0dict.c: · 77c3dd15
      unknown authored
        Fix a bug in insert buffer B-tree upper levels; probably caused the crash by B.Fitzpatrick
      buf0flu.c:
        Fix a bug in previous change
        A small optimization for LRU flushes to avoid losing hot pages from the buffer pool
      
      
      innobase/buf/buf0flu.c:
        Fix a bug in previous change
      innobase/dict/dict0dict.c:
        Fix a bug in insert buffer B-tree upper levels; probably caused the crash by B.Fitzpatrick
      innobase/include/dict0dict.h:
        Fix a bug in insert buffer B-tree upper levels; probably caused the crash by B.Fitzpatrick
      innobase/btr/btr0btr.c:
        Fix a bug in insert buffer B-tree upper levels; probably caused the crash by B.Fitzpatrick
      innobase/btr/btr0cur.c:
        Fix a bug in insert buffer B-tree upper levels; probably caused the crash by B.Fitzpatrick
      77c3dd15
  7. 16 Nov, 2001 4 commits
  8. 15 Nov, 2001 4 commits
  9. 14 Nov, 2001 2 commits
  10. 13 Nov, 2001 1 commit
  11. 12 Nov, 2001 1 commit