1. 05 Aug, 2004 7 commits
    • unknown's avatar
      Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1 · cdca651f
      unknown authored
      into mysql.com:/Users/mikron/mysql-4.1
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      cdca651f
    • unknown's avatar
      Small fix for updated config params · 6c8df362
      unknown authored
      6c8df362
    • unknown's avatar
      Remove unused config parameters · 83c9f45f
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      83c9f45f
    • unknown's avatar
      mysqld.cc, mysql_test_run.c: · c0cc90c2
      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
      c0cc90c2
    • unknown's avatar
      wl2010 · c1674294
      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)
      c1674294
    • unknown's avatar
      Cleanup in libmysql. · f47a0b9f
      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.
      f47a0b9f
    • unknown's avatar
      61528cf2
  2. 04 Aug, 2004 4 commits
    • unknown's avatar
      Fix for allowing large transactions with less memory impact. · 607f0de7
      unknown authored
      Currently one needs 636*1.6*2*noOfReplicas + 184 bytes per record
      which amounts to about 4200 bytes per record. The 2 is a bug which
      is fixed here as well, noOfReplicas is removed, it was there for
      concurrent transactions but it is better to focus on supporting one
      large transaction in the cluster. Also decreasing the safety factor
      from 1.6 to 1.1.
      
      Also removing unused parameters.
      
      
      607f0de7
    • unknown's avatar
      Merge msvensson@bk-internal.mysql.com:/home/bk/mysql-4.1 · 438f11ef
      unknown authored
      into neptunus.(none):/home/magnus/mysql-4.1
      
      
      438f11ef
    • unknown's avatar
      BUG#4892 TRUNCATE TABLE returns error 156 · 94a1e482
      unknown authored
      Added NDBCLUSTER to table types which does not support generate. 
      Added test case for truncate.
      
      
      sql/handler.h:
        Add NDBCLUSTER to table types that does not support generate.
      94a1e482
    • unknown's avatar
      BUG#4818 DELETE FROM tab LIMIT · 92498f81
      unknown authored
      Check if there are any operations pending that needs to be taken over to the updating/deleting transaction before closing the scan 
      
      
      sql/ha_ndbcluster.cc:
        Check ops_pending if there are operations to take over before closing the scan
      92498f81
  3. 03 Aug, 2004 2 commits
  4. 02 Aug, 2004 1 commit
  5. 01 Aug, 2004 5 commits
  6. 31 Jul, 2004 3 commits
  7. 30 Jul, 2004 18 commits