Issue with mysql_fdw

From: "Blum, Kimber" <kimber7(at)illinois(dot)edu>
To: "pgsql-interfaces(at)lists(dot)postgresql(dot)org" <pgsql-interfaces(at)lists(dot)postgresql(dot)org>
Subject: Issue with mysql_fdw
Date: 2020-12-09 21:29:03
Message-ID: DM6PR11MB3594998C2D815126FE44231B96CC0@DM6PR11MB3594.namprd11.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I'm getting a persistent error when trying to get data from MariaDB to postgres via foreign table. Both are on the same server. I'm able to create the server, map a user, and create a foreign table. As soon as I try to select from the foreign table, however, Postgres crashes, and reports this error to the log:

kernel: traps: postmaster[8455] general protection ip:7fc8c78bd430 sp:7ffc069d57c0 error:0 in libmysqlclient.so[7fc8c719f000+147e000]

I'm using postgres 12, MariaDB 10.5, and mysql_fdw_12. I've check path, permissions and links on the .so file.

Any insight would be greatly appreciated!

Thank you,
Kimber

Browse pgsql-interfaces by date

  From Date Subject
Next Message Adrian Vogelsgesang 2021-01-15 17:56:54 Libpq: Fail connection attempt if server didn't request a password
Previous Message Ashutosh Sharma 2020-09-07 13:47:58 #include <stdlib.h> present twice in define.pgc