• unknown's avatar
    BUG#18198: Less flexibility in defining partition functions · 604227e8
    unknown authored
    Changed test for functions if they are supported.
    3 categories:
    1) Fully supported
    2) Supported for single character collations
    3) Supported for binary collations
    
    
    mysql-test/r/partition.result:
      Changed test case since no longer supported to use multicharacter collations
      in comparisons
    mysql-test/t/partition.test:
      Changed test case since no longer supported to use multicharacter collations
      in comparisons
    sql/item.h:
      Changed test for functions if they are supported.
      3 categories:
      1) Fully supported
      2) Supported for single character collations
      3) Supported for binary collations
    sql/item_cmpfunc.h:
      Changed test for functions if they are supported.
      3 categories:
      1) Fully supported
      2) Supported for single character collations
      3) Supported for binary collations
    sql/item_func.h:
      Changed test for functions if they are supported.
      3 categories:
      1) Fully supported
      2) Supported for single character collations
      3) Supported for binary collations
    sql/item_strfunc.h:
      Changed test for functions if they are supported.
      3 categories:
      1) Fully supported
      2) Supported for single character collations
      3) Supported for binary collations
    sql/item_timefunc.h:
      Changed test for functions if they are supported.
      3 categories:
      1) Fully supported
      2) Supported for single character collations
      3) Supported for binary collations
    sql/item_xmlfunc.h:
      Changed test for functions if they are supported.
      3 categories:
      1) Fully supported
      2) Supported for single character collations
      3) Supported for binary collations
    sql/partition_info.cc:
      Changed test for functions if they are supported.
      3 categories:
      1) Fully supported
      2) Supported for single character collations
      3) Supported for binary collations
    sql/partition_info.h:
      Changed test for functions if they are supported.
      3 categories:
      1) Fully supported
      2) Supported for single character collations
      3) Supported for binary collations
    sql/sql_partition.cc:
      Changed test for functions if they are supported.
      3 categories:
      1) Fully supported
      2) Supported for single character collations
      3) Supported for binary collations
    sql/sql_table.cc:
      Changed test for functions if they are supported.
      3 categories:
      1) Fully supported
      2) Supported for single character collations
      3) Supported for binary collations
    604227e8
item_func.h 41.5 KB