Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
1.5.3
-
None
-
RHEL 8.2
Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz, 6 cores/12 threads
SSD disk
MariaDB-columnstore-engine.x86_64 10.5.5-1.el8
mysqld would have been started with the following arguments:
--plugin-load-add=ha_columnstore.so --plugin-maturity=beta --plugin-maturity=gamma --log_error=mariadbd.err --character_set_server=utf8 --max_length_for_sort_data=32000 --max_statement_time=10000RHEL 8.2 Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz, 6 cores/12 threads SSD disk MariaDB-columnstore-engine.x86_64 10.5.5-1.el8 mysqld would have been started with the following arguments: --plugin-load-add=ha_columnstore.so --plugin-maturity=beta --plugin-maturity=gamma --log_error=mariadbd.err --character_set_server=utf8 --max_length_for_sort_data=32000 --max_statement_time=10000
Description
The following stored procedures for information schema tables are failing
call columnstore_info.total_usage();
|
call columnstore_info.table_usage(NULL, NULL);
|
call columnstore_info.table_usage('my_schema', 'my_table'); |
call columnstore_info.compression_ratio();
|
I get the following errors:
ERROR 2006 (HY000): MySQL server has gone away
ERROR 2013 (HY000): Lost connection to MySQL server during query
Please advise.