Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Duplicate
-
10.5, 10.3(EOL), 10.4(EOL)
-
None
Description
Test case:
set @@in_predicate_conversion_threshold=10; |
use mysql; |
show tables where tables_in_mysql in ('1','2','3','4','5','6','7','8','9'); |
show tables where tables_in_mysql in ('1','2','3','4','5','6','7','8','9','boom'); |
Attachments
Issue Links
- is duplicated by
-
MDEV-21603 Crashing SHOW TABLES with derived table in WHERE condition
- Closed