1. 09 Aug, 2004 3 commits
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · 074eceea
      unknown authored
      into mysql.com:/home/mydev/mysql-4.1-4100
      
      074eceea
    • unknown's avatar
      bug#4369 - MySQL 4.1 regression in Alter table/tmp table from hash. · 2dd804e2
      unknown authored
      Solved performance problems by fixing a typo, which prevented enabling of write buffer.
      
      
      sql/ha_myisam.cc:
        bug#4369 - MySQL 4.1 regression in Alter table/tmp table from hash.
        Solved performance problems by fixing a typo, which prevented enabling of write buffer.
        Supplied no test case, as it required too much data to see the performance regression.
      2dd804e2
    • unknown's avatar
      configure.in: · 1cfad390
      unknown authored
        Collation name fixes.
      
      
      configure.in:
        Collation name fixes.
      1cfad390
  2. 08 Aug, 2004 3 commits
  3. 07 Aug, 2004 3 commits
  4. 06 Aug, 2004 4 commits
  5. 05 Aug, 2004 14 commits
    • unknown's avatar
      removed unused and illegal print method · e782c346
      unknown authored
      e782c346
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 126e42ee
      unknown authored
      into mysql.com:/home/kostja/mysql/mysql-4.1-root
      
      126e42ee
    • unknown's avatar
      Cleanup in mysql_time.h/my_time.h headers. The first is used in mysql.h, · fe021bba
      unknown authored
      the second is for the rest of time declarations in mysys.
      
      
      include/my_time.h:
        New declarations moved from mysql_time.h
      include/mysql_time.h:
        New declarations moved to my_time.h.
      sql/tztime.cc:
        Enforcing Monty's approach to header files.
      sql/tztime.h:
        Enforcing Monty's approach to header files: everything is included in
        one place.
      fe021bba
    • unknown's avatar
      Merge · d02100f0
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      configure.in:
        SCCS merged
      d02100f0
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:irix · b4fb1dd7
      unknown authored
      into eel.hemma.oreland.se:/ndb/clone-mysql-4.1-ndb-daily-2004-08-04
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      ndb/src/common/debugger/signaldata/SignalDataPrint.cpp:
        Auto merged
      ndb/src/cw/cpcd/Process.cpp:
        Auto merged
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Auto merged
      ndb/src/kernel/blocks/dbtux/Dbtux.hpp:
        Auto merged
      ndb/src/kernel/blocks/dbtux/DbtuxMeta.cpp:
        Auto merged
      ndb/src/kernel/blocks/dbtux/DbtuxTree.cpp:
        Auto merged
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Auto merged
      ndb/test/ndbapi/testBasic.cpp:
        Auto merged
      ndb/test/run-test/main.cpp:
        Auto merged
      ndb/test/src/HugoTransactions.cpp:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      b4fb1dd7
    • unknown's avatar
      Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1 · 48a216bb
      unknown authored
      into mysql.com:/Users/mikron/mysql-4.1
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      48a216bb
    • unknown's avatar
      Small fix for updated config params · d0f6a731
      unknown authored
      d0f6a731
    • unknown's avatar
      Remove unused config parameters · fe8de8d1
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      fe8de8d1
    • unknown's avatar
      mysqld.cc, mysql_test_run.c: · e0dbd0a9
      unknown authored
        Changed URL in error message, page has moved
      
      
      netware/mysql_test_run.c:
        Changed URL in error message, page has moved
      sql/mysqld.cc:
        Changed URL in error message, page has moved
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      e0dbd0a9
    • unknown's avatar
      wl1292 · 42c3e432
      unknown authored
      testInterpreter is no longer built
      
      42c3e432
    • unknown's avatar
      wl2010 · 0ed01dfc
      unknown authored
      Added NDB_DEBUG(--with-debug) and NDB_DEBUG_FULL(--with-debug=full)
      
      
      
      configure.in:
        Added NDB_DEBUG(--with-debug) and NDB_DEBUG_FULL(--with-debug=full)
      0ed01dfc
    • unknown's avatar
      Cleanup in libmysql. · 629896f9
      unknown authored
      
      libmysql/libmysql.c:
        Cleanup of conversion part of libmysql (prepared statements protocol):
        - now we have basic support for any conversion sequence:
          when we don't implement direct conversion of given value to requested 
          buffer type (i.e. time -> double, or the other way around) we
          first convert i.e. time -> string and then call string -> double 
          conversion.
          param->offset is now handled only in one place.
        - conversion functions renamed from send_data_{string, long, double}
          to fetch_{string,long,double}_with_conversion. Don't be confused
          with strange diff for send_data_long: I had to move send_data_string
          before all other sends as it's used inside thesm. (Shall we have
          a forward declaration instead?-)
        - a little cleanup in read_binary_{date,time,datetime} - now type of
          date value is set inside these functions, so we can be sure
          that we always return fully filled MYSQL_TIME structure to the user
        - float -> string conversion is fixed to honor param->precision. 
          This is a step forward in fixing bug#4172
      tests/client_test.c:
        test fix: now libmysql always sets MYSQL_TIME::time_type field.
        We need to set these fields in the test as later _in values are compared
        with canonical by plain memcmp.
      629896f9
    • unknown's avatar
      a999c879
    • unknown's avatar
      30cf8ceb
  6. 04 Aug, 2004 8 commits
  7. 03 Aug, 2004 5 commits