Details
-
New Feature
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
skysql, S3
Description
table_usage does not work with S3 storage
MariaDB [sf50]> SELECT a.table_schema, a.table_name, a.column_name, b.filename, b.file_size FROM information_schema.COLUMNSTORE_COLUMNS a INNER JOIN information_schema.COLUMNSTORE_FILES b ON (a.object_id=b.object_id);
|
ERROR 1105 (HY000): Unknown error |
 |
MariaDB [(none)]> call columnstore_info.table_usage(NULL, NULL);
|
ERROR 1105 (HY000): Unknown error |
MariaDB [(none)]>
|
Attachments
Issue Links
- is duplicated by
-
MCOL-5383 Allow ColumnStore Stored Procs To Work With Storage Manager
- Open