Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-M, --minimal-update这个参数不起作用 #13

Open
renyanwei opened this issue Mar 20, 2021 · 4 comments
Open

-M, --minimal-update这个参数不起作用 #13

renyanwei opened this issue Mar 20, 2021 · 4 comments

Comments

@renyanwei
Copy link

我有个update修改了一个表中其中一个字段,利用bingo2sql查看的update语句只有我修改的那个字段,而不是set where部分为表的全部字段,不管改了没改

我以为是-M, --minimal-update,但是我发现加不加这个参数都达不到我的目的,而且加不加参数对输出没任何变化,这个应该怎么办

@shengminjie
Copy link

应该是想问遇到
-M, --minimal-update 最小化update语句. 可选. (default true)
这种default true的参数,应该怎么用false。
如果是default false的参数加对应参数就行了,相反呢?

@hanchuanchuan
Copy link
Owner

指定 --minimal-update=false

@shengminjie
Copy link

--minimal-update=false --sql-type=update -t xxx.sql

加在这个位置没起作用,加 在哪呢

@lx308033262
Copy link

--minimal-update=false --sql-type=update -t xxx.sql

加在这个位置没起作用,加 在哪呢

加在最后面 我这里执行 可以
./bingo2sql -h=127.0.0.1 -P 3306 -u root -p 'xxx' -d xx -t xx-B --start-time="2024-10-22 00:00:00" --start-file mysql-bin.001454 --stop-time='2024-10-29 00:00:00' --sql-type update --max 0 --show-time --minimal-update=false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants