Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
23.10.2, 23.10.4
-
None
-
Fedora 40, RHEL8(aarch), Centos Stream 10, RHEL10(amd64)
-
2025-7, 2025-8
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
Attachments
Issue Links
- causes
-
MDBF-1046 CentosStream-10 install - disable ColumnStore tests
-
- Closed
-
- is blocked by
-
MCOL-5848 -columnstore-engine and -columnstore-cmapi scriplets conflict
-
- Open
-
-
MCOL-5849 Deployment manual is outdated, no clear guidance regarding start/stop/reinstall/upgrade
-
- Open
-
- relates to
-
MDBF-823 Exclude Fedora from running Columnstore tests in rpm install
-
- Closed
-
-
MDEV-24941 SElinux incorrect label for server socket
-
- Closed
-
-
MDEV-30520 SELinux incorrectly labeled mariadbd
-
- Closed
-