[MCOL-1553] Filtering of rows (like, in , '>' etc.) does not work for information_schema Created: 2018-07-10 Updated: 2022-11-05 Resolved: 2022-11-05 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MDB Plugin |
| Affects Version/s: | 1.1.5 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Ravi Prakash (Inactive) | Assignee: | Unassigned |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | beginner-friendly | ||
| Environment: |
Centos release 7.4 |
||
| Description |
|
A number of operators in where clause filtering do not work and return wrong results. For example:
-------------
------------- MariaDB [information_schema]> select table_schema, table_name, object_id, column_count from columnstore_tables where table_name in ('t2');
-------------
------------- MariaDB [information_schema]> select table_schema, table_name, object_id, column_count from columnstore_tables where table_name like 't%'; This worked:
-------------
------------- This prevents one from developing "admin" scripts" to do analysis on objects in the database. |
| Comments |
| Comment by Keita Yaegashi [ 2019-01-09 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
This problem is still reproduced in the latest version 1.2.2. For example, given the following condition:
the following queries fail:
In the cases above,
is expected for all SELECT example queries. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Roman [ 2019-03-15 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Greetings, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Roman [ 2019-04-09 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Revising the issue this one isn't very beginner-friendly but it is suitable for the next GSoC. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Todd Stoffel (Inactive) [ 2022-11-05 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
This item is being closed because it was well passed the expiration date with no activity. If you suspect this was done in error please create a new ticket. |