Hello!
Is it possible to upgrade c3p0 library to 0.9.5 version?
I have the problem of slow test queries with MySQL.
Current 0.9.2 version supported is missing the preferredTestQuery parameter.
The test query sends to MySQL and slow log is logging is the following:
Thank you in advance!
Is it possible to upgrade c3p0 library to 0.9.5 version?
I have the problem of slow test queries with MySQL.
Current 0.9.2 version supported is missing the preferredTestQuery parameter.
The test query sends to MySQL and slow log is logging is the following:
B4X:
SELECT TABLE_SCHEMA TABLE_CAT,
NULL TABLE_SCHEM,
TABLE_NAME,
TABLE_TYPE,
TABLE_COMMENT REMARKS,
NULL TYPE_CAT,
NULL TYPE_SCHEM,
NULL TYPE_NAME,
NULL SELF_REFERENCING_COL_NAME,
NULL REF_GENERATION
FROM INFORMATION_SCHEMA.TABLES
WHERE (ISNULL(database()) OR (TABLE_SCHEMA = database()))
AND (TABLE_NAME = 'PROBABLYNOT')
AND TABLE_TYPE IN ('BASE TABLE')
ORDER BY TABLE_TYPE, TABLE_SCHEMA, TABLE_NAME