Hey,
I signed up for a trial to test if MemSQL Helios is compatible with our database client Prisma Client. The setup of the cluster was nice and easy, but as soon as I try to connect to the cluster via our client to run any query I get this error:
ERROR HY000 (1706): Feature ‘Audit logging with binary protocol’ is not supported by MemSQL.
I found https://docs.memsql.com/v7.1/concepts/prepared-statements/ which indicates this error is connected to prepared statements, which we indeed use everywhere. Our Client also does not offer an option to disable that (yet) as the ones mentioned on that page.
Is it correct that MemSQL Helios is not usable with prepared statements or did I overlook something? Can I turn of this Audit logging somehow?
Best
Jan