mirror of https://github.com/sysown/proxysql
Fix schemaname output in eventslog_reader_sample (#2053)
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"pull/2063/head
parent
7274fe2b4d
commit
ab28efc5f2
Loading…
Reference in new issue