You need to sign in or sign up before continuing.
  • unknown's avatar
    Update results for new varchar handling · 9ca50fe1
    unknown authored
    Fixed compiler warnings
    String results in CREATE ... SELECT are now created as CHAR(0), VARCHAR(X) or TEXT() depending on item->max_length
    
    
    myisam/myisampack.c:
      Indentation cleanup
    mysql-test/r/analyse.result:
      Update results for new varchar handling
    mysql-test/r/case.result:
      Update results for new varchar handling
    mysql-test/r/cast.result:
      Update results for new varchar handling
    mysql-test/r/create.result:
      Update results for new varchar handling
    mysql-test/r/ctype_mb.result:
      Update results for new varchar handling
    mysql-test/r/ctype_ucs.result:
      Update results for new varchar handling
    mysql-test/r/ctype_utf8.result:
      Update results for new varchar handling
    mysql-test/r/func_group.result:
      Update results for new varchar handling
    mysql-test/r/func_str.result:
      Update results for new varchar handling
    mysql-test/r/func_system.result:
      Update results for new varchar handling
    mysql-test/r/heap.result:
      Update results for new varchar handling
    mysql-test/r...
    9ca50fe1
field.h 50 KB