1. 13 Jan, 2005 31 commits
  2. 12 Jan, 2005 9 commits
    • unknown's avatar
      Small fix for Field_str::store() to avoid trying to read past beginning · 7682d6c9
      unknown authored
      of log_10 array.
      
      
      sql/field.cc:
        Avoid pointless calculation for really short fields, and what could be
        an attempt to access outside the bounds of the log_10 array.
      7682d6c9
    • unknown's avatar
      Fix conversion of floating point values to character fields when the · 8b077c2b
      unknown authored
      absolute value of the float is less than 1, and also fix calculation of
      length for negative values. (Bug #7774)
      
      
      sql/field.cc:
        Fix handling of negative values and fabs(values> < 1 in Field_str::store
      mysql-test/r/type_float.result:
        Add results
      mysql-test/r/type_float.result.es:
        Add results
      mysql-test/t/type_float.test:
        Add test for conversion of floats to character field
      8b077c2b
    • unknown's avatar
      Manual merge. · 3000bec1
      unknown authored
      
      sql/sql_analyse.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      3000bec1
    • unknown's avatar
      Add logging of COM_EXECUTE in the general query log. · 069d260b
      unknown authored
      
      sql/sql_parse.cc:
        A shorter name for COM_EXECUTE command.
      069d260b
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.0/ · f247a0d5
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.0
      
      
      f247a0d5
    • unknown's avatar
      Symlink vulnerability fixed. · 4bdf479d
      unknown authored
      reported by Javier Fernandez-Sanguino Pena
      and Debian Security Audit Team (http://www.debian.org/security/audit)
      
      
      4bdf479d
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-ndb · e4b6c25c
      unknown authored
      into build.mysql.com:/users/tulin/mysql-5.0-ndb
      
      
      e4b6c25c
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb · d6cb2dbe
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
      
      
      ndb/test/src/HugoTransactions.cpp:
        Auto merged
      d6cb2dbe
    • unknown's avatar
      added som signal printout functions · 54ccf5d1
      unknown authored
          search for subscriber should be done on nodeid basis and not reference, only one subscriber per event per nodeid allowed
          not necessarily the same starts and stops...
          +error corrected in ref signal
          added print of error codes + more correct error handling of event errors
          + added goto instead of erroneous break to fix bug#7627
      
      
      ndb/include/kernel/signaldata/SignalData.hpp:
        added som signal printout functions
      ndb/src/common/debugger/signaldata/SignalDataPrint.cpp:
        added som signal printout functions
      ndb/src/common/debugger/signaldata/SignalNames.cpp:
        added som signal printout functions
      ndb/src/common/debugger/signaldata/SumaImpl.cpp:
        added som signal printout functions
      ndb/src/kernel/blocks/suma/Suma.cpp:
        search for subscriber should be done on nodeid basis and not reference, only one subscriber per event per nodeid allowed
        not necessarily the same starts and stops...
        +error corrected in ref signal
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        indentation
        event error handling
        debug printouts
      ndb/src/ndbapi/NdbEventOperationImpl.cpp:
        debug printouts
        + added goto instead of erroneous break to fix bug#7627
      ndb/test/src/HugoTransactions.cpp:
        added print of error codes + more correct error handling of event errors
      54ccf5d1