• Mattias Jonsson's avatar
    Bug#54483: valgrind errors when making warnings for multiline inserts into partition · 966d0eba
    Mattias Jonsson authored
    Bug#57071: EXTRACT(WEEK from date_col) cannot be allowed as partitioning function
    
    There were functions allowed as partitioning functions
    that implicit allowed cast. That could result in unacceptable
    behaviour.
    
    Solution was to check that the arguments of date and time functions
    have allowed types (field and date/datetime/time depending on function).
    966d0eba
partition_error.result 66.3 KB