Douglas Wilson
Douglas Wilson
Hi @lal12 thanks for the report. Your packet capture above is most helpful, but that is showing the server is asking for `mysql_native_password` auth type, not `socket_auth`. Is that the...
Hi @la12, sorry I have been away for a bit. I haven't fully read what is above just yet, but at least for your message at-ing me: the reason why...
Most likely the reason turning the flag on works for your case is that the server is never actually sending the new style of auth handshake to the client at...
I know this is a segway, but any reason why you are not using the MariaDB client to connect to your MariaDb server? https://www.npmjs.com/package/mariadb
The reason I ask is that MariaDB extends the mysql protocol and so and of their special commands and special error messages don't work properly with this module, either.
Hi @ashwinks , that's for this PR! I'm looking over it, and it doesn't seem to be backwards-compatible, is that correct? It seems like we were storing the columns under...
We would also need a heapdump of your v8 memory at the time so we can see what objects are consuming the heap space.
As for why it was initially implemented as rr it was before my time so I have no idea :)
The implementation and test itself look good, though :+1:
Not since my initial look as I have been away. I will get back soon and take a look at the new changes