• unknown's avatar
    The BIT patch by ramil causes that the old data type BIT is no · 31c7faac
    unknown authored
    longer available for most storage engines.
    Therefore column c18 BIT is switched TINYINT .
    
    
    mysql-test/include/ps_conv.inc:
      updated comment
    mysql-test/include/ps_create.inc:
      replaced the data type bit with tinyint
    mysql-test/r/ps_1general.result:
      updated results
    mysql-test/r/ps_2myisam.result:
      updated results
    mysql-test/r/ps_3innodb.result:
      updated results
    mysql-test/r/ps_4heap.result:
      updated results
    mysql-test/r/ps_5merge.result:
      updated results
    mysql-test/r/ps_6bdb.result:
      updated results
    mysql-test/r/ps_7ndb.result:
      updated results
    mysql-test/t/ps_4heap.test:
      replaced the data type bit with tinyint
    mysql-test/t/ps_5merge.test:
      replaced the data type bit with tinyint
    31c7faac
ps_1general.result 41.3 KB