Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for 'mysql_clear_password - continued #2327

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
use safe-buffer (compatibility with older node versions)
ZJONSSON committed Mar 29, 2020

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 6753e1bba6adc9125b2afc1e253f97fd7c045e5b
1 change: 1 addition & 0 deletions test/unit/connection/test-auth-switch-clear-insecure.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
var assert = require('assert');
var Buffer = require('safe-buffer').Buffer;
var common = require('../../common');
var connection = common.createConnection({
port : common.fakeServerPort,
1 change: 1 addition & 0 deletions test/unit/connection/test-auth-switch-clear-secure.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
var assert = require('assert');
var Buffer = require('safe-buffer').Buffer;
var common = require('../../common');
var connection = common.createConnection({
port : common.fakeServerPort,