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

Fix that SHOW STATUS works with SSL.

Add 4.0 commands to SHOW STATUS.
This commit is contained in:
monty@hundin.mysql.fi
2001-12-13 22:03:09 +02:00
parent 6aeb40bd3f
commit 0c0a170fa7
7 changed files with 63 additions and 29 deletions

View File

@ -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