1. 04 Jul, 2007 1 commit
  2. 26 Jun, 2007 2 commits
    • gshchepa/uchum@gleb.loc's avatar
      Fixed bug #29251. · f8bf427b
      gshchepa/uchum@gleb.loc authored
      Sometimes special 0 ENUM values was ALTERed to normal
      empty string ENUM values.
      
      Special 0 ENUM value has the same string representation
      as normal ENUM value defined as '' (empty string).
      The do_field_string function was used to convert
      ENUM data at an ALTER TABLE request, but this
      function doesn't care about numerical "indices" of
      ENUM values, i.e. do_field_string doesn't distinguish
      a special 0 value from an empty string value.
      
      A new copy function called do_field_enum has been added to
      copy special 0 ENUM values without conversion to an empty
      string.
      f8bf427b
    • tsmith@maint1.mysql.com's avatar
      Merge maint1.mysql.com:/data/localhome/tsmith/bk/41 · 2bfa624a
      tsmith@maint1.mysql.com authored
      into  maint1.mysql.com:/data/localhome/tsmith/bk/maint/41
      2bfa624a
  3. 25 Jun, 2007 1 commit
  4. 23 Jun, 2007 1 commit
  5. 22 Jun, 2007 1 commit
  6. 20 Jun, 2007 1 commit
  7. 19 Jun, 2007 4 commits
  8. 18 Jun, 2007 6 commits
  9. 15 Jun, 2007 1 commit
  10. 14 Jun, 2007 2 commits
  11. 13 Jun, 2007 8 commits
  12. 12 Jun, 2007 2 commits
    • cmiller@zippy.cornsilk.net's avatar
      Bug#28984: crasher on connect with out of range password length in \ · 4c9af559
      cmiller@zippy.cornsilk.net authored
      	protocol
      
      Fixed duplicated code, same as last commit.
      
      One could send a malformed packet that caused the server to SEGV.  In 
      recent versions of the password protocol, the client tells the server 
      what length the ciphertext is (almost always 20).  If that length was
      large enough to overflow a signed char, then the number would jump to 
      very large after being casted to unsigned int.
      
      Instead, cast the *passwd char to uchar.
      4c9af559
    • joerg@trift2.'s avatar
      VC++Files/sql/mysqld.vcproj · bd0b478e
      joerg@trift2. authored
          Ensure ".pdb" and ".map" files are created for the MySQL server, in all configurations.
      bd0b478e
  13. 11 Jun, 2007 2 commits
  14. 10 Jun, 2007 1 commit
  15. 08 Jun, 2007 4 commits
  16. 07 Jun, 2007 3 commits