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

Fix schemaname output in eventslog_reader_sample #2053

Merged
merged 1 commit into from
May 16, 2019

Conversation

yakirgb
Copy link
Contributor

@yakirgb yakirgb commented May 13, 2019

Right now "schemaname" without one apostrophes, before:
ProxySQL LOG QUERY: thread_id="378394" username="cs_rw" schemaname=trc" client="10.101.10.101:48485" HID=10 server="bdb:3306" starttime="2019-05-13 09:09:25.274582" endtime="2019-05-13 09:09:25.275245" duration=663us digest="0x3C82E0201EA10A7B"

After fix:
ProxySQL LOG QUERY: thread_id="378394" username="cs_rw" schemaname="trc" client="10.101.10.101:48485" HID=10 server="bdb:3306" starttime="2019-05-13 09:09:25.274582" endtime="2019-05-13 09:09:25.275245" duration=663us digest="0x3C82E0201EA10A7B"

Right now "schemaname" without one apostrophes, before:
ProxySQL LOG QUERY: thread_id="378394" username="cs_rw" schemaname=trc" client="10.101.10.101:48485" HID=10 server="bdb:3306" starttime="2019-05-13 09:09:25.274582" endtime="2019-05-13 09:09:25.275245" duration=663us digest="0x3C82E0201EA10A7B"

After fix:
ProxySQL LOG QUERY: thread_id="378394" username="cs_rw" schemaname="trc" client="10.101.10.101:48485" HID=10 server="bdb:3306" starttime="2019-05-13 09:09:25.274582" endtime="2019-05-13 09:09:25.275245" duration=663us digest="0x3C82E0201EA10A7B"
@pondix
Copy link
Contributor

pondix commented May 13, 2019

Automated message: PR pending admin approval for build testing

@pondix
Copy link
Contributor

pondix commented May 13, 2019

Thanks I will instruct our build server to test this

@pondix
Copy link
Contributor

pondix commented May 13, 2019

test this please

@pondix
Copy link
Contributor

pondix commented May 16, 2019

retest this please

@pondix pondix merged commit ab28efc into sysown:v2.0.5 May 16, 2019
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

Successfully merging this pull request may close these issues.

2 participants