Changes between Initial Version and Version 1 of Ticket #30431


Ignore:
Timestamp:
May 2, 2019, 5:28:37 AM (5 years ago)
Author:
mandm
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30431 – Description

    initial v1  
    33This works with a single database but hangs in the following scenarios with multiple databases :
    44
    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`
    98
    109
Back to Top