Commit c2aba63133ff5c2cbeb6d381177e5799f327d3ed
Fix not all slaves being created
Due to the bogus if-statement loop was aborted after successfully
creating the first table.
Author: xaizek
Author date (UTC): 2020-07-20 21:06
Committer name: xaizek
Committer date (UTC): 2020-07-30 21:15
Parent(s): eb947cfc564db2fe83ad8db9eb7843a030724901
Signing key: 99DC5E4DB05F6BE2
Tree: fd891a711763a8344dd5ba6facef1f63563735f0
File inc/struct.inc.php changed (mode: 100644) (index a8d45ef..94cc4d1) |
... |
... |
function rg_sql_struct_slaves_update($db) |
988 |
988 |
rg_sql_free_result($res); |
rg_sql_free_result($res); |
989 |
989 |
} |
} |
990 |
990 |
} |
} |
991 |
|
if ($ok !== FALSE) |
|
992 |
|
break; |
|
993 |
991 |
} |
} |
994 |
992 |
if ($ok !== TRUE) |
if ($ok !== TRUE) |
995 |
993 |
break; |
break; |