1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Update handler status variables after the last commit.

This commit is contained in:
Sergey Petrunya
2012-01-25 18:27:34 +04:00
parent 2ae3fca465
commit e10816118a
4 changed files with 14 additions and 4 deletions

View File

@ -628,9 +628,9 @@ sum(t1.b)
1230
show status like 'handler_mrr%';
Variable_name Value
Handler_mrr_extra_key_sorts 1
Handler_mrr_extra_rowid_sorts 1
Handler_mrr_init 2
Handler_mrr_extra_key_sorts 1or2
Handler_mrr_extra_rowid_sorts 1or2
Handler_mrr_init 1or2
set join_cache_level= @join_cache_level_save;
set join_buffer_size= @join_buffer_size_save;
drop table t0, t1;