1. 27 May, 2004 22 commits
  2. 26 May, 2004 18 commits
    • unknown's avatar
      Added new netware file · aa6ff1cf
      unknown authored
      aa6ff1cf
    • unknown's avatar
      Merge mysql.com:/home/my/mysql-4.0 into mysql.com:/home/my/mysql-4.1 · d000ea9c
      unknown authored
      
      Makefile.am:
        Auto merged
      client/mysqldump.c:
        Auto merged
      configure.in:
        Auto merged
      netware/Makefile.am:
        Auto merged
      d000ea9c
    • unknown's avatar
      After merge fixes · abd68407
      unknown authored
      
      Docs/manual_toc.html:
        Rename: BitKeeper/deleted/.del-manual_toc.html~f483f2d33d9acb41 -> Docs/manual_toc.html
      libmysqld/lib_sql.cc:
        Fixed type of new variables
      libmysqld/libmysqld.c:
        Removed duplicate function (allready in libmysql.c)
      abd68407
    • unknown's avatar
      netware files should always be in 'make dist' · 1d03d162
      unknown authored
      use opt_net_buffer_length instead of net_buffer_length
      
      
      Makefile.am:
        netware files should always be in 'make dist'
      client/mysqldump.c:
        use opt_net_buffer_length instead of net_buffer_length
      configure.in:
        netware files should always be in 'make dist'
      netware/Makefile.am:
        netware files should always be in 'make dist'
      1d03d162
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 1d7d7609
      unknown authored
      into mysql.com:/home/my/mysql-4.1
      
      
      1d7d7609
    • unknown's avatar
      merge with 4.0 to get windows fixes · 7c5cd412
      unknown authored
      
      VC++Files/client/mysqlclient.dsp:
        Auto merged
      VC++Files/innobase/innobase.dsp:
        Auto merged
      include/mysql.h:
        Auto merged
      include/mysql_com.h:
        Auto merged
      innobase/include/log0log.h:
        Auto merged
      innobase/include/log0log.ic:
        Auto merged
      innobase/include/mtr0mtr.h:
        Auto merged
      innobase/log/log0log.c:
        Auto merged
      innobase/log/log0recv.c:
        Auto merged
      innobase/que/que0que.c:
        Auto merged
      libmysql/libmysql.c:
        Auto merged
      libmysql_r/Makefile.am:
        Auto merged
      sql/log_event.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      tools/mysqlmanager.c:
        Auto merged
      7c5cd412
    • unknown's avatar
      logging_ok: · 43638667
      unknown authored
        Logging to logging@openlogging.org accepted
      compile-pentium-max:
        changed --with-ndbcluster to --without-ndbcluster because it fails on 4.1 builds
      
      
      BUILD/compile-pentium-max:
        changed --with-ndbcluster to --without-ndbcluster because it fails on 4.1 builds
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      43638667
    • unknown's avatar
      VC++ portability fix · cc24ac70
      unknown authored
      
      VC++Files/client/mysqlclient.dsp:
        Added missing /D MYSQL_CLIENT
      VC++Files/innobase/innobase.dsp:
        Remove not existing file
      sql/mysqld.cc:
        Fixed comment
      cc24ac70
    • unknown's avatar
      Fixed test to not crash when ndb is not in use · 5fe72df8
      unknown authored
      5fe72df8
    • unknown's avatar
      configure.in: · 34e7ad05
      unknown authored
        makefix
      
      
      configure.in:
        makefix
      34e7ad05
    • unknown's avatar
      makefix · 709b1b89
      unknown authored
      709b1b89
    • unknown's avatar
      Makefile.am: · 7c40ea2d
      unknown authored
        new file
      
      
      7c40ea2d
    • unknown's avatar
      InnoDB fixup: remove debug assertion that causes compile error · e6b4c164
      unknown authored
      when UNIV_DEBUG is defined (introduced in ChangeSet@1.1850)
      
      
      innobase/que/que0que.c:
        Remove ut_ad() reference to removed parameter next_thr
      e6b4c164
    • unknown's avatar
      Fix to make Windows compilation smoother · 00c41b28
      unknown authored
      
      VC++Files/innobase/innobase.dsp:
        non-existent file removed
      client/mysql.cc:
        local opt_max_allowed_packet and opt_net_buffer_length introduced
      client/mysqldump.c:
        local opt_max_allowed_packet and opt_net_buffer_length introduced
      include/mysql.h:
        mysql_get_parameters() interface added
        #define max_allowed_packet added
      include/mysql_com.h:
        these should not be exported
      libmysql/libmysql.c:
        mysql_get_parameters implementations
      libmysql/libmysql.def:
        interface changed
      libmysql_r/Makefile.am:
        MYSQL_CLIENT define added
      libmysqld/lib_sql.cc:
        line moved to be above the '#include "mysql.cc"'
      libmysqld/libmysqld.c:
        mysql_get_parameters implementation (embedded)
      libmysqld/libmysqld.def:
        interface changed
      sql/log_event.cc:
        should be like that in this case
      tools/mysqlmanager.c:
        compiler warns on this line
      00c41b28
    • unknown's avatar
      removed usage of replication · 365ef569
      unknown authored
      
      ndb/src/mgmclient/CommandInterpreter.hpp:
        removed usage of global replication
      365ef569
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · c2f6dff9
      unknown authored
      into mysql.com:/home/my/mysql-4.1
      
      
      c2f6dff9
    • unknown's avatar
      Changed prototype of killed_ptr() to make it more portable · 30bffb02
      unknown authored
      Applied patches for Netware
      
      
      innobase/include/os0thread.h:
        Applied patches for Netware
      innobase/os/os0thread.c:
        Applied patches for Netware
      libmysql/libmysql.c:
        Applied patches for Netware
      libmysql/libmysql.def:
        Applied patches for Netware
      myisam/myisamchk.c:
        Applied patches for Netware
        Changed prototype of killed_ptr() to make it more portable
      myisam/myisamdef.h:
        Applied patches for Netware
        Changed prototype of killed_ptr() to make it more portable
      mysql-test/t/rpl_relayspace-slave.opt:
        Applied patches for Netware
      mysys/my_pthread.c:
        Applied patches for Netware
      mysys/my_static.h:
        Portability fix
      netware/BUILD/compile-linux-tools:
        Applied patches for Netware
        Changed prototype of killed_ptr() to make it more portable
      netware/BUILD/mwenv:
        Applied patches for Netware
        Changed prototype of killed_ptr() to make it more portable
      netware/BUILD/nwbootstrap:
        Applied patches for Netware
        Changed prototype of killed_ptr() to make it more portable
      netware/my_manage.c:
        Applied patches for Netware
        Changed prototype of killed_ptr() to make it more portable
      netware/mysql_fix_privilege_tables.pl:
        Applied patches for Netware
        Changed prototype of killed_ptr() to make it more portable
      netware/mysql_test_run.c:
        Applied patches for Netware
        Changed prototype of killed_ptr() to make it more portable
      netware/static_init_db.sql:
        Applied patches for Netware
        Changed prototype of killed_ptr() to make it more portable
      scripts/make_binary_distribution.sh:
        Applied patches for Netware
        Changed prototype of killed_ptr() to make it more portable
      sql/filesort.cc:
        Changed prototype of killed_ptr() to make it more portable
      sql/ha_myisam.cc:
        Changed prototype of killed_ptr() to make it more portable
      sql/mysqld.cc:
        Fixed some typos for Netware
      sql/sql_bitmap.h:
        Applied patches for Netware
      sql/sql_class.h:
        Changed prototype of killed_ptr() to make it more portable
      sql/sql_insert.cc:
        safety fix
      strings/my_strtoll10.c:
        Added comment
      30bffb02
    • unknown's avatar
      Merge poseidon.(none):/home/tomas/mysql-4.1-ndb · 5790e2b3
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1-ndb-make
      
      
      configure.in:
        Auto merged
      ndb/src/Makefile_old:
        Auto merged
      ndb/test/ndbapi/acid.cpp:
        Auto merged
      ndb/test/ndbapi/flexAsynch.cpp:
        Auto merged
      ndb/test/ndbapi/flexHammer.cpp:
        Auto merged
      ndb/test/ndbapi/flexTT.cpp:
        Auto merged
      ndb/test/ndbapi/initronja.cpp:
        Auto merged
      ndb/test/ndbapi/interpreterInTup.cpp:
        Auto merged
      ndb/test/ndbapi/msa.cpp:
        Auto merged
      ndb/test/ndbapi/old_dirs/lmc-bench/src/user/userInterface.cpp:
        Auto merged
      ndb/test/ndbapi/testDataBuffers.cpp:
        Auto merged
      ndb/test/ndbapi/testNdbApi.cpp:
        Auto merged
      ndb/test/ndbapi/testRestartGci.cpp:
        Auto merged
      ndb/test/ndbapi/testScan.cpp:
        Auto merged
      ndb/tools/desc.cpp:
        Auto merged
      ndb/test/ndbapi/flexScan.cpp:
        Auto merged
      5790e2b3