v5:reference:loadbalancer:clusterexecute
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| v5:reference:loadbalancer:clusterexecute [2017/04/20 00:33] – [$returnAllResults] mnewnham | v5:reference:loadbalancer:clusterexecute [2017/04/25 01:11] (current) – mnewnham | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| <WRAP right box> | <WRAP right box> | ||
| == Applies To == | == Applies To == | ||
| - | ADOdb Load Balancer | + | [[v5: |
| == Syntax == | == Syntax == | ||
| mixed clusterExecute( | mixed clusterExecute( | ||
| Line 23: | Line 23: | ||
| * Connection pool with 3 MySQL servers | * Connection pool with 3 MySQL servers | ||
| */ | */ | ||
| - | $a = $db-> | + | $a = $db-> |
| + | false, | ||
| + | false, | ||
| + | false); | ||
| print_r($a); | print_r($a); | ||
| /* | /* | ||
| Line 62: | Line 65: | ||
| */ | */ | ||
| - | $a = $db-> | + | $a = $db-> |
| + | false, | ||
| + | true, | ||
| + | false); | ||
| print_r($a); | print_r($a); | ||
| /* | /* | ||
| Line 78: | Line 84: | ||
| </ | </ | ||
| ===== $existingConnectionsOnly ==== | ===== $existingConnectionsOnly ==== | ||
| - | ===== Usage ==== | + | If the '' |
| - | <code php> | + | |
| - | /* | + | |
| - | * connection | + | |
| - | */ | + | |
| - | + | ||
| - | $SQL = "SET SESSION TIME ZONE"; | + | |
| - | + | ||
| - | $success = $db->clusterExecute($SQL); | + | |
| - | + | ||
| - | </ | + | |
v5/reference/loadbalancer/clusterexecute.1492641239.txt.gz · Last modified: (external edit)
