You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/bung87/amysql/tree/zstd
run sudo tcpdump -i pktap,lo0 port 3306 -n -q -tttt -s 0 -A on mac shows: =h..=h..........test
but select * from mysql.general_log shows mysql server didn't get that packet when sending init db command with test.
https://github.com/bung87/amysql/tree/zstd
run
sudo tcpdump -i pktap,lo0 port 3306 -n -q -tttt -s 0 -A
on mac shows:=h..=h..........test
but
select * from mysql.general_log
shows mysql server didn't get that packet when sending init db command with test.also it's not clear to me what's the
protocol-compression-algorithms
value set on server side that support uncompress and zstdhttps://dev.mysql.com/worklog/task/?id=12475#New_system_variables:
initial complete in devel branch, some code may need better performance care.
The text was updated successfully, but these errors were encountered: