mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '11.5' into 11.6
This commit is contained in:
@ -5956,6 +5956,7 @@ WHERE SLEEP(0.1) OR c < 'p' OR b = ( SELECT MIN(b) FROM t2 );
|
||||
--echo # The following shows that t2 was indeed scanned with a full scan.
|
||||
--sorted_result
|
||||
select TABLE_SCHEMA, TABLE_NAME, ROWS_READ, ROWS_CHANGED, ROWS_CHANGED_X_INDEXES, ROWS_INSERTED, ROWS_UPDATED, ROWS_DELETED, KEY_READ_HITS, KEY_READ_MISSES from information_schema.table_statistics;
|
||||
--sorted_result
|
||||
show index_statistics;
|
||||
set global userstat=@tmp_mdev410;
|
||||
|
||||
|
Reference in New Issue
Block a user