Merge lp:~linuxjedi/drizzle/elliott-bug-652966 into lp:drizzle/7.0

Proposed by Andrew Hutchings
Status: Merged
Approved by: Brian Aker
Approved revision: 1803
Merge reported by: Lee Bieber
Merged at revision: not available
Proposed branch: lp:~linuxjedi/drizzle/elliott-bug-652966
Merge into: lp:drizzle/7.0
Diff against target: 12 lines (+1/-1)
1 file modified
client/drizzledump_mysql.cc (+1/-1)
To merge this branch: bzr merge lp:~linuxjedi/drizzle/elliott-bug-652966
Reviewer Review Type Date Requested Status
Drizzle Merge Team Pending
Review via email: mp+37253@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'client/drizzledump_mysql.cc'
--- client/drizzledump_mysql.cc 2010-09-24 13:38:21 +0000
+++ client/drizzledump_mysql.cc 2010-10-01 13:31:49 +0000
@@ -353,7 +353,7 @@
353 convertDateTime= true;353 convertDateTime= true;
354 }354 }
355355
356 if (old_type.compare("TIME") == 0)356 if ((old_type.compare("TIME") == 0) or (old_type.compare("YEAR") == 0))
357 {357 {
358 type= "INT";358 type= "INT";
359 return;359 return;

Subscribers

People subscribed via source and target branches