tdbc::mysql

Ticket Change Details
Login
Overview

Artifact ID: 372d945e771bd17c4a697877a51c3994cd0f4efb5af17b68fd9c183d20f5f7c7
Ticket: 4e082a4bb2e2e90c66a682c10146a4f640306798
Stub initialization should consider to search for mariadbclient
User & Date: anonymous 2018-10-27 09:12:08
Changes

  1. icomment:
    this patch obviates the problem (thanks to S.Golovan)
    
    --- a/generic/mysqlStubInit.c
    +++ b/generic/mysqlStubInit.c
    @@ -37,7 +37,7 @@
     
     static const char *const mysqlStubLibNames[] = {
         /* @LIBNAMES@: DO NOT EDIT THESE NAMES */
    -    "mysqlclient_r", "mysqlclient", "mysql", NULL
    +    "mysqlclient_r", "mysqlclient", "mysql", "mariadbclient", NULL
         /* @END@ */
     };
    
  2. login: "anonymous"
  3. mimetype: "text/x-fossil-plain"
  4. priority changed to: "Medium"
  5. resolution changed to: "Open"
  6. subsystem changed to: "not_specified"