• unknown's avatar
    bug #20910 (NOT NULL reported as NULL for TIMESTAMP) · 3bb35e0c
    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
    3bb35e0c
sql_show.cc 145 KB