Merge branch '2.3' into 2.4

This commit is contained in:
Johan Wikman
2020-08-20 14:29:16 +03:00
5 changed files with 71 additions and 0 deletions

View File

@ -3852,6 +3852,12 @@ int32_t qc_mysql_set_options(uint32_t options)
return rv;
}
int32_t qc_mysql_get_current_stmt(const char** ppStmt, size_t* pLen)
{
return QC_RESULT_ERROR;
}
/**
* EXPORTS
*/
@ -3890,6 +3896,7 @@ MXS_MODULE* MXS_CREATE_MODULE()
qc_mysql_get_options,
qc_mysql_set_options,
nullptr, // qc_get_result_from_info not supported
qc_mysql_get_current_stmt
};
static MXS_MODULE info =