• Sergey Glukhov's avatar
    Bug#31399 Wrong query result when doing join buffering over BIT fields · 4ce563e0
    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.
    4ce563e0
sql_select.cc 502 KB