mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
WL#3823 Modify VARIABLE_VALUE columns to VARCHAR within INFORMATION_SCHEMA STATUS tables
This commit is contained in:
@ -3,7 +3,7 @@ Variable_name Value
|
||||
Compression ON
|
||||
select * from information_schema.session_status where variable_name= 'COMPRESSION';
|
||||
VARIABLE_NAME VARIABLE_VALUE
|
||||
COMPRESSION 1.0000000
|
||||
COMPRESSION ON
|
||||
drop table if exists t1,t2,t3,t4;
|
||||
CREATE TABLE t1 (
|
||||
Period smallint(4) unsigned zerofill DEFAULT '0000' NOT NULL,
|
||||
|
Reference in New Issue
Block a user