UNPKG

mysql2

Version:

fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS

12 lines (9 loc) 281 B
'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;