1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

bug #20910 (NOT NULL column reported as NULL in SHOW FIELDS)

two test results changed after the patch
This commit is contained in:
holyfoot/hf@mysql.com/deer.(none)
2006-08-10 14:50:54 +05:00
parent ba90c1e9fa
commit 1ada6ca108
2 changed files with 4 additions and 4 deletions

View File

@ -525,7 +525,7 @@ Db char(64) NO PRI
User char(16) NO PRI
Table_name char(64) NO PRI
Grantor char(77) NO MUL
Timestamp timestamp YES CURRENT_TIMESTAMP
Timestamp timestamp NO CURRENT_TIMESTAMP
Table_priv set('Select','Insert','Update','Delete','Create','Drop','Grant','References','Index','Alter','Create View','Show view') NO
Column_priv set('Select','Insert','Update','References') NO
use test;