Function MySQLConvertOldIp
Convert MySQL (var)char ip col to binary
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at other/upgrade.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at other/upgrade.php
string |
$targetTable |
The table to perform the operation on |
string |
$oldCol |
The old column to gather data from |
string |
$newCol |
The new column to put data in |
integer |
$limit = 50000 |
The amount of entries to handle at once. |
integer |
$setSize = 100 |
<p>The amount of entries after which to update the database.</p> <p>newCol needs to be a varbinary(16) null able field</p> |
boolean
|
bool |