1. 16 Oct, 2001 8 commits
  2. 15 Oct, 2001 11 commits
  3. 14 Oct, 2001 3 commits
  4. 13 Oct, 2001 2 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · a8377621
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
      
      
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/r/join.result:
        Auto merged
      mysql-test/t/join.test:
        Auto merged
      a8377621
    • unknown's avatar
      64-bit portability fixes in network I/O · 167e04aa
      unknown authored
      use $MAX_TABLES mysqltest variable to make join test portable
      make test now works with the manager on IA64 Linux
      
      
      client/mysqltest.c:
        added MAX_TABLES variable
      libmysql/libmysql.c:
        portability fixes for 64-bit systems
      mysql-test/mysql-test-run.sh:
        fixed bug - wrong values of -display in xterm in gdb mode
      mysql-test/r/join.result:
        make test work on both 32-bit and 64-bit systems
      mysql-test/t/join.test:
        make test work on both 32-bit and 64-bit systems
      sql/mini_client.cc:
        64-bit portability fixes
      sql/mini_client.h:
        64-bit portability fixes
      sql/slave.cc:
        64-bit portability fixes
      tools/mysqlmanager.c:
        64-bit portability fixes
      167e04aa
  5. 12 Oct, 2001 4 commits
    • unknown's avatar
      ft_* and *bulk_insert* variables re-documented · fed26169
      unknown authored
      fed26169
    • unknown's avatar
      mysql-test/r/fulltext*.result updated · 492bba51
      unknown authored
      
      mysql-test/r/fulltext_cache.result:
        fixed
      mysql-test/r/fulltext_left_join.result:
        fixed
      mysql-test/r/fulltext_multi.result:
        fixed
      mysql-test/r/fulltext_order_by.result:
        fixed
      492bba51
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 28dc34d1
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      BitKeeper/etc/ignore:
        auto-union
      mysql-test/r/fulltext.result:
        Auto merged
      mysql-test/r/join.result:
        Auto merged
      mysql-test/r/fulltext_order_by.result:
        Auto merged
      mysql-test/r/fulltext_multi.result:
        Auto merged
      mysql-test/r/fulltext_cache.result:
        Auto merged
      mysql-test/t/fulltext.test:
        Auto merged
      mysql-test/t/join.test:
        Auto merged
      mysql-test/r/fulltext_left_join.result:
        Auto merged
      sql/handler.h:
        Auto merged
      28dc34d1
    • unknown's avatar
      changed manager to use my_net_* · 6f51705f
      unknown authored
      fixed bug in master - unregister slaves when they disconnect
      
      
      client/mysqlmanagerc.c:
        changed default port
      include/mysql.h:
        use my_net_*
      libmysql/manager.c:
        use my_net_*
      mysql-test/mysql-test-run.sh:
        added support for client strace
      sql/sql_parse.cc:
        unregister slaves on disconnect
      sql/sql_repl.cc:
        unregister slaves on disconnect
      sql/sql_repl.h:
        unregister slaves on disconnect
      tools/mysqlmanager.c:
        changed to use my_net_*
      6f51705f
  6. 11 Oct, 2001 12 commits
    • unknown's avatar
      Manual cleanups · 014116d5
      unknown authored
      
      mysql-test/mysql-test-run.sh:
        Make it default to not use the MySQL manager (until next MySQL release)
      014116d5
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 8aea8bbe
      unknown authored
      into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
      
      
      mysql-test/r/rpl_failsafe.result:
        Auto merged
      mysql-test/t/rpl_failsafe.test:
        Auto merged
      mysql-test/t/rpl000018.test:
        Auto merged
      8aea8bbe
    • unknown's avatar
      fixes for mysql-test to run without manager · 9fbf5f51
      unknown authored
      a bit more work on failsafe replication
      
      
      client/mysqltest.c:
        added require_manager support
      mysql-test/mysql-test-run.sh:
        added --no-manager
      mysql-test/r/rpl_failsafe.result:
        updated result
      mysql-test/t/rpl000018.test:
        must have manager
      mysql-test/t/rpl_failsafe.test:
        must have manager
      sql/repl_failsafe.cc:
        more work
      sql/repl_failsafe.h:
        more work
      sql/slave.cc:
        update replication status for fail-safe replication on different events
      9fbf5f51
    • unknown's avatar
      Cleanups · d47c6ed8
      unknown authored
      
      client/mysqlmanagerc.c:
        Only use needed include files
      libmysql/manager.c:
        cleanup include files
      scripts/make_binary_distribution.sh:
        Fixed wrong filename
      sql/mysqld.cc:
        cleanup
      tools/mysqlmanager.c:
        Read with retrys
      d47c6ed8
    • unknown's avatar
      Merge serg.mysql.com:/usr/home/serg/Abk/mysql-4.0-newft · 520e1219
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      520e1219
    • unknown's avatar
      misc. fulltext staff · 213de781
      unknown authored
      
      myisam/ft_boolean_search.c:
        Fixed bug
      mysql-test/r/fulltext.result:
        updated for new mysqltest
      mysql-test/t/fulltext.test:
        duplicate removed
      213de781
    • unknown's avatar
      portability fixes · a88c72b3
      unknown authored
      
      Docs/internals.texi:
        Added chapter about DBUG tags
      sql/sql_db.cc:
        cleanup of DBUG tags
      sql/sql_parse.cc:
        cleanup of DBUG tags
      sql/table.cc:
        cleanup of DBUG tags
      tools/mysqlmanager.c:
        Portability fixes
      a88c72b3
    • unknown's avatar
      merge · ff257b71
      unknown authored
      ff257b71
    • unknown's avatar
      InnoDB portability fixes · e427cb5e
      unknown authored
      
      innobase/configure.in:
        Remove LOCALTIME_R (Already checked in config.h)
      innobase/os/os0file.c:
        Fix syntax bug when using HAVE_PREAD/HAVE_PWRITE
      mysql-test/r/innodb.result:
        Update results
      e427cb5e
    • unknown's avatar
      Added missing files in libmysqld and the RPM spec file · 0135f5dd
      unknown authored
      
      Docs/manual.texi:
        Added info to foreign key section.
      BitKeeper/etc/ignore:
        Added libmysqld/repl_failsafe.cc to the ignore list
      libmysqld/Makefile.am:
        Added missing files
      mysql-test/r/innodb.result:
        Fixed explain results after new innodb optimizations
      support-files/mysql.spec.sh:
        Added missing files
      0135f5dd
    • unknown's avatar
      merge · 9f8eb4bf
      unknown authored
      
      innobase/log/log0log.c:
        Auto merged
      mysql-test/r/rpl_failsafe.result:
        Auto merged
      mysql-test/t/rpl_failsafe.test:
        Auto merged
      9f8eb4bf
    • unknown's avatar
      merge · 38f333b4
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/handler.cc:
        Auto merged
      BitKeeper/deleted/.del-violite.c~984c09cffe14a11b:
        Auto merged
      BitKeeper/deleted/.del-violite.c~d7b85be615595ace:
        Auto merged
      innobase/log/log0log.c:
        Auto merged
      innobase/srv/srv0start.c:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      38f333b4