|
|
} | } |
connections[th_num].result = NULL; | connections[th_num].result = NULL; |
connections[th_num].connected = 1; | connections[th_num].connected = 1; |
|
|
|
// API default behavior changed in mysql-5.0.3 |
|
// However, we still want automatical reconnection |
|
connections[th_num].mysql.reconnect = (my_bool) 1; |
|
|
return 1; | return 1; |
} | } |
| |