Changes between Initial Version and Version 1 of Ticket #30431
- Timestamp:
- May 2, 2019, 5:28:37 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30431 – Description
initial v1 3 3 This works with a single database but hangs in the following scenarios with multiple databases : 4 4 5 - Migration without `--database=foobar` works 6 - Migration with `--database=foobar` option hangs 7 - Migration without `--database=foobar`, but with `using('foobar')` in the query in gen_uuid function hangs 8 5 - Hangs ! Migration with option `--database=foobar` 6 - Hangs ! Migration without option `--database=foobar`, but with `using('foobar')` in the query in gen_uuid function 7 - Works ! Migration without option `--database=foobar` 9 8 10 9