1. 13 Sep, 2006 1 commit
  2. 22 Aug, 2006 1 commit
    • cmiller@maint1.mysql.com's avatar
      Bug#15583: BIN()/OCT()/CONV() do not work with BIT values · 60a88a57
      cmiller@maint1.mysql.com authored
      Converting BIT to a string (an intermediate step in conversion) does 
      not yield an ASCII numeric string, so we skip that step for BIT and
      get the integer value directly from the item.
      
      This site in sql/item_strfunc.cc may be ripe for refactoring for
      other types as well, where converting to a string is a waste of time.
      60a88a57
  3. 10 Aug, 2006 8 commits
  4. 09 Aug, 2006 6 commits
  5. 08 Aug, 2006 5 commits
  6. 04 Aug, 2006 2 commits
  7. 03 Aug, 2006 15 commits
  8. 02 Aug, 2006 2 commits