Bad Binary representation

[expired user #10830]'s profile image [expired user #10830] posted 7 years ago in General Permalink

My table(utf8_general_ci) has some BIT columns.

When the data are displayed they don't match the correct value

Furthermore the BIT size changes form 16 to 48 bits, but the display is always 8 bits.

  • 01000000
  • 01000001
  • 11111101

With new version 9.4.0.5125, same problem with different representation

  • 01000000
  • 01000001
  • 11 111 101

How can I change this representation ? Somebody has an idea ?

Thank you.

Please login to leave a reply, or register at first.