Spelling in code comments patch: 'ddatetime' -> 'datetime'; patch by Vlad Dascalu <vladd@bugzilla.org>.

git-svn-id: svn://10.0.0.236/trunk@200294 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
vladd%bugzilla.org
2006-06-19 14:53:56 +00:00
parent 3bd2f5133f
commit ede5cbdfe6

View File

@@ -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