Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
23.10.2
-
None
-
None
-
None
-
Fedora 40, RHEL8(aarch)
Description
install Community server 11.4.3, try:
|
mysql -uroot -pS1mpl-pw -e 'CREATE TABLE db.t_columnstore(a INT, c VARCHAR(8)) ENGINE=ColumnStore; SHOW CREATE TABLE db.t_columnstore; INSERT INTO db.t_columnstore VALUES (1,'\''foo'\''),(2,'\''bar'\'')'
|
mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead
|
--------------
|
CREATE TABLE db.t_columnstore(a INT, c VARCHAR(8)) ENGINE=ColumnStore
|
--------------
|
|
ERROR 2026 (HY000) at line 1: TLS/SSL error: unexpected eof while reading
|
Connection to localhost closed.
|
full test log from BuildBot https://buildbot.mariadb.net/buildbot/builders/kvm-rpm-fedora39-amd64/builds/1057/steps/minor-upgrade-columnstore/logs/stdio