lp://staging/~linuxjedi/drizzle/trunk-drizzledump-bugs
- Get this branch:
- bzr branch lp://staging/~linuxjedi/drizzle/trunk-drizzledump-bugs
Branch merges
- Andrew Hutchings: Needs Fixing
-
Diff: 166 lines (+65/-8)3 files modifiedclient/drizzledump_data.cc (+30/-3)
client/drizzledump_data.h (+3/-1)
client/drizzledump_mysql.cc (+32/-4)
Related bugs
Related blueprints
Branch information
Recent revisions
- 1977. By Andrew Hutchings
-
Make BIGINT range check only happen on MySQL BIGINT UNSIGNED as it is tripping up on negative BIGINT values.
Also, don't quote BIGINT values
- 1976. By Andrew Hutchings
-
Drop the default when converting SET data type. Ugly but I can't think of a better way until we support SET properly
- 1974. By Andrew Hutchings
-
If migrating a BIGINT UNISIGNED value > BIGINT signed max value, error. We cannot store it.
Also fix a bug on NULLs within varbinary data
- 1973. By Andrew Hutchings
-
Add BIT support when converting MySQL. We convert this to a varbinary and covert the bit length to a byte length.
Values are therefore automaticaly converted to printed hex due to previous rules.
- 1972. By Andrew Hutchings
-
Drizzledump MySQL migration fkey regex was too greedy causing output errors
- 1970. By Lee Bieber
-
Merge Andrew - fix bug 683940: Drizzledump not preserving FOREIGN KEY information during migration from MySQL
Merge Andrew - fix bug 683917: Drizzledump fails when trying to migrate MEMORY tables from MySQL
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/drizzle/7.0