mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
Update bundled library to 2.8.3 + patches from sqlite author to enable
authorization checks for the ATTACH database command.
This commit is contained in:
parent
6610183236
commit
30fc9e152f
26 changed files with 1056 additions and 907 deletions
|
@ -2477,7 +2477,7 @@ static int balance(Btree *pBt, MemPage *pPage, BtCursor *pCur){
|
|||
int minV = pgnoNew[i];
|
||||
int minI = i;
|
||||
for(j=i+1; j<k; j++){
|
||||
if( pgnoNew[j]<minV ){
|
||||
if( pgnoNew[j]<(unsigned)minV ){
|
||||
minI = j;
|
||||
minV = pgnoNew[j];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue