Privilege dump fix

This commit is contained in:
Juan Ferrer 2022-10-11 18:57:23 +02:00
parent ebee84a003
commit 90beb312db
3 changed files with 4 additions and 4 deletions

View File

@ -51,7 +51,7 @@ class Dump {
args = args.concat(['mysql'], privs.tables); args = args.concat(['mysql'], privs.tables);
await dumpStream.write('USE `mysql`;\n', 'utf8'); await dumpStream.write('USE `mysql`;\n', 'utf8');
await myvc.runDump('myvc-dump.sh', args, dumpStream); await myvc.runDump('mysqldump', args, dumpStream);
} }
await dumpStream.end(); await dumpStream.end();

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "myvc", "name": "myvc",
"version": "1.4.16", "version": "1.4.17",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "myvc", "name": "myvc",
"version": "1.4.16", "version": "1.4.17",
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
"@sqltools/formatter": "^1.2.3", "@sqltools/formatter": "^1.2.3",

View File

@ -1,6 +1,6 @@
{ {
"name": "myvc", "name": "myvc",
"version": "1.4.16", "version": "1.4.17",
"author": "Verdnatura Levante SL", "author": "Verdnatura Levante SL",
"description": "MySQL Version Control", "description": "MySQL Version Control",
"license": "GPL-3.0", "license": "GPL-3.0",