• Alexander Barkov's avatar
    Bug#52159 returning time type from function and empty left join causes debug assertion · 72bb9b7a
    Alexander Barkov authored
    Problem: Item_copy did not set "fixed", which resulted in DBUG_ASSERT in some cases.
    Fix: adding  initialization of the "fixed" member
    
    Adding tests:
      mysql-test/include/ctype_numconv.inc
      mysql-test/r/ctype_binary.result
      mysql-test/r/ctype_cp1251.result
      mysql-test/r/ctype_latin1.result
      mysql-test/r/ctype_ucs.result
    
    Adding initialization of the "fixed" member:
      sql/item.h
    72bb9b7a
item.h 112 KB