• Sergey Glukhov's avatar
    Bug#31399 Wrong query result when doing join buffering over BIT fields · 0294c8bd
    Sergey Glukhov authored
    if table has bit fields then uneven bits(if exist) are stored into null bits place.
    So we need to copy null bits in case of uneven bit field presence.
    
    
    mysql-test/r/type_bit.result:
      test result
    mysql-test/t/type_bit.test:
      test case
    sql/sql_select.cc:
      if table has bit fields then uneven bits(if exist) are stored into null bits place.
      So we need to copy null bits in case of uneven bit field presence.
    0294c8bd
sql_select.cc 502 KB