1. 13 Apr, 2006 1 commit
    • bar@mysql.com's avatar
      Bug#18691: Converting number to UNICODE string returns invalid result. · 45293fc3
      bar@mysql.com authored
      Conversion from int and real numbers to UCS2 didn't work fine: 
      CONVERT(100, CHAR(50) UNICODE)
      CONVERT(103.9, CHAR(50) UNICODE)
      
      The problem appeared because numbers have binary charset, so,
      simple charset recast binary->ucs2 was performed
      instead of real conversion.
      
      Fixed to make numbers pretend to be non-binary.
      45293fc3
  2. 11 Apr, 2006 7 commits
  3. 10 Apr, 2006 4 commits
  4. 08 Apr, 2006 3 commits
  5. 07 Apr, 2006 10 commits
  6. 06 Apr, 2006 5 commits
  7. 03 Apr, 2006 8 commits
  8. 02 Apr, 2006 1 commit
  9. 01 Apr, 2006 1 commit
    • kent@mysql.com's avatar
      Makefile.am: · 02c661db
      kent@mysql.com authored
        Let "make install" install mysql-test-run.pl
      mysql.spec.sh:
        Set $LDFLAGS from $MYSQL_BUILD_LDFLAGS (bug#16662)
      02c661db