1. 05 Aug, 2004 7 commits
    • 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
      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
  2. 04 Aug, 2004 4 commits
    • unknown's avatar
      Fix for allowing large transactions with less memory impact. · fa04dff4
      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.
      
      fa04dff4
    • unknown's avatar
      Merge msvensson@bk-internal.mysql.com:/home/bk/mysql-4.1 · bc27bf02
      unknown authored
      into neptunus.(none):/home/magnus/mysql-4.1
      
      bc27bf02
    • unknown's avatar
      BUG#4892 TRUNCATE TABLE returns error 156 · 98374772
      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.
      98374772
    • unknown's avatar
      BUG#4818 DELETE FROM tab LIMIT · 87139fef
      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
      87139fef
  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