mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Fix that SHOW STATUS works with SSL.
Add 4.0 commands to SHOW STATUS. Docs/manual.texi: Cleanup mysql-test/r/innodb.result: Fixe results sql/mysqld.cc: Add commands unique for 4.0 sql/sql_lex.h: Cleanup sql/sql_parse.cc: Cleanup sql/sql_show.cc: Fix that SHOW STATUS works with SSL. sql/sql_yacc.yy: Cleanup
This commit is contained in:
parent
6e31c2ca7d
commit
d3d30c0145
7 changed files with 63 additions and 29 deletions
|
|
@ -900,7 +900,7 @@ explain select a,b,c from t1;
|
|||
table type possible_keys key key_len ref rows Extra
|
||||
t1 ALL NULL NULL NULL NULL 4
|
||||
drop table t1;
|
||||
create table t1 (testint int not null default 1);
|
||||
create table t1 (testint int not null default 1) type=innodb;
|
||||
desc t1;
|
||||
Field Type Null Key Default Extra
|
||||
testint int(11) 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue