Updated “ght” calls to its new format
This commit is contained in:
parent
53a03f1c7a
commit
954c351fcf
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ for ($i=0; $i<$hm; $i++) {
|
|||
$tend=microtime(true);
|
||||
mysqli_close($link);
|
||||
unset($link);
|
||||
echo('Done in '.ght($tend-$tini).'.'.N);
|
||||
echo('Done in '.ght($tend-$tini,null,0).'.'.N);
|
||||
exit(0);
|
||||
|
||||
// CREATE TABLE `mastostart`.`test` (`ID` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT , `CampoA` VARCHAR(256) NULL DEFAULT NULL , `CampoB` VARCHAR(1024) NULL DEFAULT NULL , `CampoC` VARCHAR(2048) NULL DEFAULT NULL , `CampoD` BIGINT UNSIGNED NULL DEFAULT NULL , PRIMARY KEY (`ID`)) ENGINE = InnoDB;
|
||||
|
|
Loading…
Reference in a new issue