1. 21 Nov, 2001 1 commit
  2. 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
  3. 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
  4. 16 Nov, 2001 2 commits
  5. 15 Nov, 2001 4 commits
  6. 14 Nov, 2001 2 commits
  7. 13 Nov, 2001 1 commit
  8. 12 Nov, 2001 1 commit
  9. 11 Nov, 2001 4 commits
    • unknown's avatar
    • unknown's avatar
      manual.texi: · 9416b395
      unknown authored
        Update mirror listing
      
      
      Docs/manual.texi:
        Update mirror listing
      9416b395
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · f5a488ee
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
      
      
      f5a488ee
    • unknown's avatar
      work to enable reading 3.23 logs - not yet finished · 640fadf2
      unknown authored
      moved fail-safe replication routines from sql_repl.cc to repl_failsafe.cc
      write start event only in the first log
      
      
      client/mysqlbinlog.cc:
        work to enable reading 3.23 logs
      libmysql/Makefile.shared:
        added mf_iocache2 to libmysqlclient - needed for mysqlbinlog
      mysql-test/mysql-test-run.sh:
        added --start-and-exit
      mysql-test/r/rpl000002.result:
        result clean-up
      mysql-test/r/rpl000016.result:
        result update
      mysql-test/r/rpl_log.result:
        result update
      mysql-test/t/rpl000016.test:
        test cleanup
      mysys/mf_iocache.c:
        fixed new bug
      sql/log.cc:
        write start event only on server start or after reset master
      sql/log_event.cc:
        work to enable reading 3.23 log format
      sql/log_event.h:
        work to enable reading 3.23 format
      sql/repl_failsafe.cc:
        code restructuring
      sql/repl_failsafe.h:
        re-organized code
      sql/slave.cc:
        check master version
      sql/slave.h:
        old_format member
      sql/sql_class.h:
        allow user to specify io cache type
        need_start_event member to allow writing start event only in the first log
      sql/sql_parse.cc:
        code re-organization
      sql/sql_repl.cc:
        code reorganization
      sql/sql_repl.h:
        reorganized code
      640fadf2
  10. 10 Nov, 2001 2 commits
  11. 09 Nov, 2001 10 commits
  12. 08 Nov, 2001 2 commits
    • unknown's avatar
      Typo fix. · ceea5083
      unknown authored
      ceea5083
    • unknown's avatar
      Fixed bug in UPDATE .. ORDER BY · 30052a49
      unknown authored
      
      Docs/manual.texi:
        Changelog
      mysql-test/r/update.result:
        Test found bug in UPDATE .. ORDER BY
      mysql-test/t/update.test:
        Test found bug in UPDATE .. ORDER BY
      30052a49