• unknown's avatar
    bug #20910 (NOT NULL reported as NULL for TIMESTAMP) · 431db226
    unknown authored
    we intentionally reported that for TIMESTAMPS, which isn't right
    
    
    mysql-test/r/type_timestamp.result:
      result fixed
    mysql-test/t/type_timestamp.test:
      testcase added
    sql/sql_show.cc:
      remove the check for TIMESTAMP type -
      all types will report 'NO' if they're defined as NOT NULL
    431db226
sql_show.cc 145 KB