mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Code clean-up for the integrity_check enhancement.
FossilOrigin-Name: a140173102febe9ef8064ee9b95bee489db54caba149e577d69e4d75161bf390
This commit is contained in:
@@ -59,7 +59,7 @@ static void updateVirtualTable(
|
||||
** it has been converted into REAL.
|
||||
*/
|
||||
void sqlite3ColumnDefault(Vdbe *v, Table *pTab, int i, int iReg){
|
||||
Column *pCol = &pTab->aCol[i];
|
||||
Column *pCol;
|
||||
assert( pTab!=0 );
|
||||
assert( pTab->nCol>i );
|
||||
pCol = &pTab->aCol[i];
|
||||
|
Reference in New Issue
Block a user