For MySQL

Multi threaded environment

If MySQL client was not compiled with the --enable-thread-safe-client flag, then the database provider will only allow connections to be opened from the thread which initializes Libgda. Otherwise there is no limitation.

Statements execution

  • It is not possible to execute a SELECT statement with invalid parameters and with the GDA_STATEMENT_MODEL_ALLOW_NOPARAM flag as this feature is currently not implemented.