You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Download with your package manager of choice. The package name is `mysql-memory-
17
17
-```mysql-memory-server``` can run MySQL versions 5.7.19 and newer (if the version is already installed on your system)
18
18
-```mysql-memory-server``` can download and run MySQL versions 5.7.19 - 9.2.0 (if the version is not already installed on your system)
19
19
20
-
Extra system requirements apply when ```mysql-memory-server``` is downloading MySQL instead of running a version of MySQL that is already installed on the system. To see the requirements and learn more about the supported versions for download, [read the doc](https://github.com/Sebastian-Webster/mysql-memory-server-nodejs/blob/v1.9.0/docs/SUPPORTED_MYSQL_DOWNLOADS.md)
20
+
Extra system requirements apply when ```mysql-memory-server``` is downloading MySQL instead of running a version of MySQL that is already installed on the system. To see the requirements and learn more about the supported versions for download, [read the doc](https://github.com/Sebastian-Webster/mysql-memory-server-nodejs/blob/v1.10.0/docs/SUPPORTED_MYSQL_DOWNLOADS.md)
//8.0.42, 8.4.5, and 9.3.0 with glibc 2.28 does NOT have a minimal install version for x64 but it DOES have arm64 support.
174
+
//8.0.42, 8.4.5, and 9.3.0 with glibc 2.17 DOES have a minimal install version for x64 but does NOT have arm64 support.
175
+
//The new versions having these differences between the glibc versions has led to the glibc versions being different depending on CPU architecture for this package.
176
+
//Neither glibc versions for the above MySQL versions have an arm64 minimal install.
exports.MYSQL_LINUX_MINIMAL_INSTALL_AVAILABLE_ARM64='8.0.33 - 8.0.41 || 8.1.0 - 8.4.4 || 9.0.1 - 9.2.0';//Not available for < 8.0.33 and 8.0.42, 8.4.5, and 9.3.0
Copy file name to clipboardExpand all lines: dist/src/libraries/Downloader.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -363,7 +363,7 @@ function downloadBinary(binaryInfo, options, logger) {
363
363
returnreject(e);
364
364
}
365
365
else{
366
-
console.warn(`An error was encountered during the binary download process. Retrying for retry ${downloadTries}/${options.downloadRetries}. The error was:`,e);
366
+
logger.warn(`An error was encountered during the binary download process. Retrying for retry ${downloadTries}/${options.downloadRetries}. The error was:`,e);
0 commit comments