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
MDBF-1046 - stream 10 disable CS tests during Install
Workaround for
```
ERROR 2026 (HY000) at line 1: TLS/SSL error: unexpected eof while reading
```
during
```
+ sudo mariadb --verbose -e 'create database cs; use cs; create table cs.t_columnstore (a int, b char(8)) engine=Columnstore; insert into cs.t_columnstore select seq, concat('\''val'\'',seq) from seq_1_to_10; select * from cs.t_columnstore'
```
until https://jira.mariadb.org/browse/MCOL-5825 is sorted out.
0 commit comments