• dlenev@mysql.com's avatar
    Fix for bugs #1885, #2464, #2539. Proper handling of default · e3816cb4
    dlenev@mysql.com authored
    values for TIMESTAMP columns. The solution is not perfect since
    we just silently ignoring default value for first TIMESTAMP 
    column and properly reflecting this fact in SHOW CREATE TABLE.
    We can't give a warning or simply support standard syntax 
    (niladic functions as legal value for default) for first field 
    since it is 4.0 tree.
    e3816cb4
sql_parse.cc 109 KB