mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
Fix wrong lenght size
This commit is contained in:
parent
c2f2d5c8fc
commit
95febf26c6
@ -226,7 +226,7 @@ php_mysqlnd_net_store_length_size(uint64_t length)
|
||||
if (length < (uint64_t) L64(16777216)) {
|
||||
return 4;
|
||||
}
|
||||
return 8;
|
||||
return 9;
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user