• unknown's avatar
    MWL#192: non-blocking client API, after-review fixes. · 17940b65
    unknown authored
    Main change is that non-blocking operation is now an option that must be
    explicitly enabled with mysql_option(mysql, MYSQL_OPT_NONBLOCK, ...)
    before any non-blocing operation can be used.
    
    Also the CLIENT_REMEMBER_OPTIONS flag is now always enabled and thus
    effectively ignored (it was not really useful anyway, and this simplifies
    things when non-blocking mysql_real_connect() fails).
    17940b65
my_context.h 6.35 KB