Skip to content
  • David Thompson's avatar
    Replace MySQL ConnectOptions with Reconnect. · 19a01b25
    David Thompson authored
    Because the mysql_options() call requires an enumerant value
    for each option being set, converting a list of strings into
    integer options whose values may change with each MySQL release
    and which may not be defined for many released versions is impractical.
    So, instead of implementing ConnectOptions, a single option
    is implemented: MYSQL_OPT_RECONNECT.
    
    Also: whitespace fixes.
    19a01b25