1. 16 Oct, 2001 13 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 · b28bfc7a
      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
      b28bfc7a
    • unknown's avatar
      64-bit portability fixes in network I/O · 5c1dbfe6
      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
      5c1dbfe6
  5. 12 Oct, 2001 4 commits
    • unknown's avatar
      ft_* and *bulk_insert* variables re-documented · cf6ffcf6
      unknown authored
      cf6ffcf6
    • unknown's avatar
      mysql-test/r/fulltext*.result updated · 0c2d19b5
      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
      0c2d19b5
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 6db21205
      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
      6db21205
    • unknown's avatar
      changed manager to use my_net_* · a6c58676
      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_*
      a6c58676
  6. 11 Oct, 2001 7 commits
    • unknown's avatar
      Manual cleanups · be31ffa2
      unknown authored
      
      mysql-test/mysql-test-run.sh:
        Make it default to not use the MySQL manager (until next MySQL release)
      be31ffa2
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · d34950e8
      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
      d34950e8
    • unknown's avatar
      fixes for mysql-test to run without manager · 56303b03
      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
      56303b03
    • unknown's avatar
      Cleanups · 2a4845b4
      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
      2a4845b4
    • unknown's avatar
      Merge serg.mysql.com:/usr/home/serg/Abk/mysql-4.0-newft · 239e8da9
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      239e8da9
    • unknown's avatar
      misc. fulltext staff · 54f02d32
      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
      54f02d32
    • unknown's avatar
      portability fixes · dd94eb03
      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
      dd94eb03