mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Don't display 'usage' privilege in TABLE_PRIVILEGES if we have columns privileges
mysqldump skips information_schema db 'use' now can use information_schema db changed value of column 'Null' to 'NO' if column is not nullable
This commit is contained in:
@@ -931,7 +931,7 @@ drop table t1;
|
||||
create table t1 (t int not null default 1, key (t)) engine=innodb;
|
||||
desc t1;
|
||||
Field Type Null Key Default Extra
|
||||
t int(11) MUL 1
|
||||
t int(11) NO MUL 1
|
||||
drop table t1;
|
||||
CREATE TABLE t1 (
|
||||
number bigint(20) NOT NULL default '0',
|
||||
|
Reference in New Issue
Block a user