You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mysql-test/main/information_schema.result
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2224,11 +2224,16 @@ SCHEMA_NAME
2224
2224
# MDEV-14836: Assertion `m_status == DA_ERROR' failed in
2225
2225
# Diagnostics_area::sql_errno upon query from I_S with LIMIT ROWS EXAMINED
2226
2226
#
2227
-
SELECT * FROM INFORMATION_SCHEMA.`COLUMNS` LIMIT ROWS EXAMINED 10;
2228
-
ERROR HY000: Unknown error
2229
-
SHOW WARNINGS;
2230
-
Level Code Message
2231
-
Error 1105 Unknown error
2227
+
SELECT * FROM seq_1_to_100 LIMIT ROWS EXAMINED 10;
2228
+
seq
2229
+
1
2230
+
2
2231
+
3
2232
+
4
2233
+
5
2234
+
6
2235
+
7
2236
+
Warnings:
2232
2237
Warning 1931 Query execution was interrupted. The query examined at least 11 rows, which exceeds LIMIT ROWS EXAMINED (10). The query result may be incomplete
0 commit comments