Details
-
Type:
Task
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 5.4.1
-
Fix Version/s: Icebox
-
Component/s: Columnstore Select Handler
-
Labels:
-
Environment:RHEL 8.2
Description
https://jira.mariadb.org/browse/MCOL-4672?filter=-2
As an addition to our utf8mb4 ticket we wanted to share some other bugs we found with you.
—
Preparation:
============
- use the correct password for the database named ebi
- use the correct path for "PizzaInput.csv" inside "insert_sql.sql"
Bug-Exposal:
============
1) execute "pizza.sh" when in "create_table.sql" "ENGINE=Columnstore" is used
2) "select * from ebi.bulk_table;" shows the data as in "Columnstore_does_NOT_work.png"
Two bugs can be seen:
bug1: the second varchar is null
bug2: the default value of the int "someInt" is ignored
3) change to ENGINE=InnoDB in create_table.sql
4) execute "pizza.sh" when in "create_table.sql" "ENGINE=InnoDB" is used
5) "select * from ebi.bulk_table;" shows the correct data as in "InnoDB_works.png"
Attachments
Issue Links
- blocks
-
MCOL-4672 MariaDB 10.5.8 Columnstore utf8mb4 support
-
- Closed
-