• Ashish Agarwal's avatar
    Bug#16194302: SUPPORT FOR FLOATING-POINT SYSTEM VARIABLES · 918b6a3e
    Ashish Agarwal authored
                  USING THE PLUGIN INTERFACE.
    
    ISSUE: No support for floating-point plugin
           system variables.
    
    SOLUTION: Allowing plugins to define and expose floating-point
              system variables of type double. MYSQL_SYSVAR_DOUBLE
              and MYSQL_THDVAR_DOUBLE are added.
    
    ISSUE: Fractional part of the def, min, max values of system
           variables are ignored.
    
    SOLUTION: Adding functions that are used to store the raw
              representation of a double in the raw bits of unsigned
              longlong in a way that the binary representation
              remains the same.
    918b6a3e
ha_example.cc 31.4 KB