Commit c9138712 authored by vladd%bugzilla.org's avatar vladd%bugzilla.org

Spelling in code comments patch: 'ddatetime' -> 'datetime'; patch by Vlad…

Spelling in code comments patch: 'ddatetime' -> 'datetime'; patch by Vlad Dascalu <vladd@bugzilla.org>.
parent 7b7c02c7
......@@ -245,7 +245,7 @@ sub column_info_to_column {
if (defined $column_info->{COLUMN_DEF}) {
# The defaults that MySQL inputs automatically are usually
# something that would be considered "false" by perl, either
# a 0 or an empty string. (Except for ddatetime and decimal
# a 0 or an empty string. (Except for datetime and decimal
# fields, which have their own special auto-defaults.)
#
# Here's how we handle this: If it exists in the schema
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment