weblogin/node_modules/mysql2/lib/constants/session_track.js
Nagy Máté Ferenc fa6959a132 first commit
2023-01-27 12:15:20 +01:00

12 lines
281 B
JavaScript

'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;