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
Trying to execute flush tables from mysql client causes a panic in vtgate.
Reproduction Steps
Run the local example starter script (101_initial_cluster.sh). Insert some data using the insert script as documented in the website Getting Started guide.
$ mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.7.9-vitess-10.0.0-SNAPSHOT Version: 10.0.0-SNAPSHOT (Git revision fbc5f9f13 branch 'master') built on Wed Mar 3 12:14:17 PST 2021 by <...> using go1.15.7 linux/amd64
mysql> flush tables;
ERROR 2013 (HY000): Lost connection to MySQL server during query
Overview of the Issue
Trying to execute
flush tables
from mysql client causes a panic in vtgate.Reproduction Steps
Run the local example starter script (101_initial_cluster.sh). Insert some data using the insert script as documented in the website Getting Started guide.
Operating system and Environment details
Ubuntu 18.04
Log Fragments
The text was updated successfully, but these errors were encountered: