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
Warning 1287 'INFORMATION_SCHEMA.SESSION_STATUS' is deprecated and will be removed in a future release. Please use performance_schema.session_status instead
325
328
ndb_pruned_scan_count
326
329
0
330
+
Warnings:
331
+
Warning 1287 'INFORMATION_SCHEMA.SESSION_STATUS' is deprecated and will be removed in a future release. Please use performance_schema.session_status instead
327
332
Single partition scan
328
333
select * from nott1 where a=0 order by c;
329
334
a b c
@@ -333,15 +338,23 @@ a b c
333
338
0 3 3
334
339
ndb_scan_count
335
340
1
341
+
Warnings:
342
+
Warning 1287 'INFORMATION_SCHEMA.SESSION_STATUS' is deprecated and will be removed in a future release. Please use performance_schema.session_status instead
336
343
ndb_pruned_scan_count
337
344
1
345
+
Warnings:
346
+
Warning 1287 'INFORMATION_SCHEMA.SESSION_STATUS' is deprecated and will be removed in a future release. Please use performance_schema.session_status instead
338
347
Single partition scan
339
348
select * from nott1 where a=4 order by c;
340
349
a b c
341
350
ndb_scan_count
342
351
1
352
+
Warnings:
353
+
Warning 1287 'INFORMATION_SCHEMA.SESSION_STATUS' is deprecated and will be removed in a future release. Please use performance_schema.session_status instead
343
354
ndb_pruned_scan_count
344
355
1
356
+
Warnings:
357
+
Warning 1287 'INFORMATION_SCHEMA.SESSION_STATUS' is deprecated and will be removed in a future release. Please use performance_schema.session_status instead
345
358
MRR scan on one partition
346
359
select * from nott1 where a=0 and (( b > 0 and b < 3) or
347
360
( b > 5 and b < 10) or
@@ -351,8 +364,12 @@ a b c
351
364
0 2 2
352
365
ndb_scan_count
353
366
1
367
+
Warnings:
368
+
Warning 1287 'INFORMATION_SCHEMA.SESSION_STATUS' is deprecated and will be removed in a future release. Please use performance_schema.session_status instead
354
369
ndb_pruned_scan_count
355
370
1
371
+
Warnings:
372
+
Warning 1287 'INFORMATION_SCHEMA.SESSION_STATUS' is deprecated and will be removed in a future release. Please use performance_schema.session_status instead
0 commit comments