• Kristofer Pettersson's avatar
    Bug#46043 mysqld --skip-innodb does not skip InnoDB · ac3a08c3
    Kristofer Pettersson authored
      
    The prefix --skip- didn't work on 64 bit big endian machines
    because of how the value pointer was casted.
    
    mysys/my_getopt.c:
      * Use the interface! The value pointer must correspond to the type mask or it will break on big endian platforms.
    ac3a08c3
my_getopt.c 35.9 KB