mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
key_cache.result, sql_lex.h, sql_yacc.yy, set_var.cc, sql_lex.cc:
After merge fix sql/sql_lex.cc: After merge fix sql/set_var.cc: After merge fix sql/sql_yacc.yy: After merge fix sql/sql_lex.h: After merge fix mysql-test/r/key_cache.result: After merge fix
This commit is contained in:
@@ -77,7 +77,7 @@ select @@keycache1.key_cache_block_size;
|
||||
0
|
||||
select @@key_buffer_size;
|
||||
@@key_buffer_size
|
||||
16777216
|
||||
2097152
|
||||
select @@key_cache_block_size;
|
||||
@@key_cache_block_size
|
||||
1024
|
||||
@@ -121,7 +121,7 @@ i
|
||||
explain select count(*) from t1, t2 where t1.p = t2.i;
|
||||
id select_type table type possible_keys key key_len ref rows Extra
|
||||
1 SIMPLE t1 index PRIMARY PRIMARY 4 NULL 2 Using index
|
||||
1 SIMPLE t2 index k1 k1 5 NULL 4 Using where; Using index
|
||||
1 SIMPLE t2 ref k1 k1 5 test.t1.p 2 Using where; Using index
|
||||
select count(*) from t1, t2 where t1.p = t2.i;
|
||||
count(*)
|
||||
3
|
||||
|
||||
Reference in New Issue
Block a user