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 · b414fd58
      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.
      b414fd58
    • unknown's avatar
      Fix conversion of floating point values to character fields when the · 27db215f
      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
      27db215f
    • unknown's avatar
      Manual merge. · b071f3d7
      unknown authored
      
      sql/sql_analyse.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      b071f3d7
    • unknown's avatar
      Add logging of COM_EXECUTE in the general query log. · 565fcf37
      unknown authored
      
      sql/sql_parse.cc:
        A shorter name for COM_EXECUTE command.
      565fcf37
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.0/ · 869c2be6
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.0
      
      869c2be6
    • unknown's avatar
      Symlink vulnerability fixed. · 89b1d5f0
      unknown authored
      reported by Javier Fernandez-Sanguino Pena
      and Debian Security Audit Team (http://www.debian.org/security/audit)
      
      89b1d5f0
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-ndb · 1b6a8839
      unknown authored
      into build.mysql.com:/users/tulin/mysql-5.0-ndb
      
      1b6a8839
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb · 7180847b
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
      
      
      ndb/test/src/HugoTransactions.cpp:
        Auto merged
      7180847b
    • unknown's avatar
      added som signal printout functions · 6b6df5d2
      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
      6b6df5d2