File tree Expand file tree Collapse file tree 2 files changed +0
-45
lines changed
mysql-test/suite/perfschema Expand file tree Collapse file tree 2 files changed +0
-45
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,6 @@ IF ($key_group == 1.2)
50
50
eval CALL index_test ($table, " WHERE thread_id < @target_thread_id" );
51
51
eval CALL index_test ($table, " WHERE thread_id >= @target_thread_id" );
52
52
eval CALL index_test ($table, " WHERE thread_id <= @target_thread_id" );
53
- eval CALL index_test ($table, " WHERE thread_id = 9999999 ORDER BY thread_id" );
54
- eval CALL index_test ($table, " WHERE thread_id > 9999999" );
55
- eval CALL index_test ($table, " WHERE thread_id < 9999999" );
56
- eval CALL index_test ($table, " WHERE thread_id >= 9999999" );
57
- eval CALL index_test ($table, " WHERE thread_id <= 9999999" );
58
53
}
59
54
60
55
# USER, HOST, EVENT_NAME
Original file line number Diff line number Diff line change @@ -130,46 +130,6 @@ OK: Handler_read_key
130
130
131
131
OK: Result set: Non-empty Expected: Non-empty
132
132
133
- OK: Extra rows: 0 Missing rows: 0
134
- ========
135
- SELECT THREAD_ID, ERROR_NUMBER FROM performance_schema.events_errors_summary_by_thread_by_error WHERE thread_id = 9999999 ORDER BY thread_id
136
-
137
- OK: Handler_read_key
138
-
139
- OK: Result set: Empty Expected: Empty
140
-
141
- OK: Extra rows: 0 Missing rows: 0
142
- ========
143
- SELECT THREAD_ID, ERROR_NUMBER FROM performance_schema.events_errors_summary_by_thread_by_error WHERE thread_id > 9999999
144
-
145
- OK: Handler_read_key
146
-
147
- OK: Result set: Empty Expected: Empty
148
-
149
- OK: Extra rows: 0 Missing rows: 0
150
- ========
151
- SELECT THREAD_ID, ERROR_NUMBER FROM performance_schema.events_errors_summary_by_thread_by_error WHERE thread_id < 9999999
152
-
153
- OK: Handler_read_key
154
-
155
- OK: Result set: Non-empty Expected: Non-empty
156
-
157
- OK: Extra rows: 0 Missing rows: 0
158
- ========
159
- SELECT THREAD_ID, ERROR_NUMBER FROM performance_schema.events_errors_summary_by_thread_by_error WHERE thread_id >= 9999999
160
-
161
- OK: Handler_read_key
162
-
163
- OK: Result set: Empty Expected: Empty
164
-
165
- OK: Extra rows: 0 Missing rows: 0
166
- ========
167
- SELECT THREAD_ID, ERROR_NUMBER FROM performance_schema.events_errors_summary_by_thread_by_error WHERE thread_id <= 9999999
168
-
169
- OK: Handler_read_key
170
-
171
- OK: Result set: Non-empty Expected: Non-empty
172
-
173
133
OK: Extra rows: 0 Missing rows: 0
174
134
175
135
===== CLEAN UP =====
You can’t perform that action at this time.
0 commit comments