mysqljs / mysql

A pure node.js JavaScript Client implementing the MySQL protocol.
MIT License
18.28k stars 2.52k forks source link

Fix Mariadb testing #2438

Closed rusher closed 3 years ago

rusher commented 3 years ago

MariaDB 5.5 and 10.0 version are EOL, Adding current GA version to test suite change statistics test (mariadb doesn't have flush_tables) change load data infile disable (MariaDB return a specific error 4166 : ER_LOAD_INFILE_CAPABILITY_DISABLED)

rusher commented 3 years ago

Change as requested. I've added some utility functions to common in order to distinguish MariaDB from MySQL server and required minimum version.

rusher commented 3 years ago

Closed, replaced by https://github.com/mysqljs/mysql/pull/2442, to have only one commit