feat(auth): implement user authentication system
This commit is contained in:
parent
4847ab793a
commit
25cea4fbe8
12051 changed files with 1462377 additions and 0 deletions
11
backend/node_modules/mysql2/lib/constants/session_track.js
generated
vendored
Normal file
11
backend/node_modules/mysql2/lib/constants/session_track.js
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
'use strict';
|
||||
|
||||
exports.SYSTEM_VARIABLES = 0;
|
||||
exports.SCHEMA = 1;
|
||||
exports.STATE_CHANGE = 2;
|
||||
exports.STATE_GTIDS = 3;
|
||||
exports.TRANSACTION_CHARACTERISTICS = 4;
|
||||
exports.TRANSACTION_STATE = 5;
|
||||
|
||||
exports.FIRST_KEY = exports.SYSTEM_VARIABLES;
|
||||
exports.LAST_KEY = exports.TRANSACTION_STATE;
|
||||
Loading…
Add table
Add a link
Reference in a new issue