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
mysql> set workload=olap;
Query OK, 0 rows affected (0.00 sec)
mysql> select database();
ERROR 2013 (HY000): Lost connection to MySQL server during query
Scenario:
set workload=olap;
select database()
Result:
In vtgate logs:
This is against a recent copy of master: 17dd6c6
The text was updated successfully, but these errors were encountered: