• unknown's avatar
    fixed problem with long string results of expressions in UNIONS (BUG#10025) · 80b0baa7
    unknown authored
    
    mysql-test/r/union.result:
      test for Bug #10025
    mysql-test/t/union.test:
      test for Bug #10025
    sql/item.cc:
      set HA_OPTION_PACK_RECORD and change type to MYSQL_TYPE_STRING, to allow correct field creation in case of length more then 255 (creation STRING field with length more then 255)
    80b0baa7
item.cc 80.9 KB