lp://staging/~linuxjedi/drizzle/trunk-drizzledump-bugs

Created by Andrew Hutchings and last modified
Get this branch:
bzr branch lp://staging/~linuxjedi/drizzle/trunk-drizzledump-bugs
Only Andrew Hutchings can upload to this branch. If you are Andrew Hutchings please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Andrew Hutchings
Project:
Drizzle
Status:
Merged

Recent revisions

1979. By Andrew Hutchings

Fix uninitialized bool

1978. By Andrew Hutchings

Oops, this line shouldn't have been committed

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

1975. By Andrew Hutchings

MySQL support CHAR(0), erm.. OK. Lets at least make this 1 char long.

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

1971. By Lee Bieber

Merge Stewart - update Innobase plugin based on InnoDB 1.1.2

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
This branch contains Public information 
Everyone can see this information.

Subscribers