Privilege dump fix
This commit is contained in:
parent
ebee84a003
commit
90beb312db
|
@ -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();
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue