Opened 10 years ago
Closed 10 years ago
#33105 closed enhancement (fixed)
On reconnect return the value of db_connect()
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | 3.9 |
Component: | Database | Keywords: | has-patch |
Focuses: | Cc: |
Description
Currently db_connect()
will get called on reconnect inside db_connect
. After that the function continues but could be stopped there too.
Attachments (1)
Change History (5)
#2
@
10 years ago
- Keywords dev-feedback added
- Owner set to pento
- Status changed from new to assigned
Should the $allow_bail
parameter be passed through, too? Otherwise $allow_bail => false
turns into $allow_bail => true
when attempting the fallback connection.
Note: See
TracTickets for help on using
tickets.
Makes sense.