mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-06 15:49:35 +03:00
Fix a problem to do with multi-or queries and automatic indexes.
FossilOrigin-Name: a3e26038a1d9f3331239f777c67d1920d904aab0
This commit is contained in:
24
manifest
24
manifest
@@ -1,5 +1,5 @@
|
|||||||
C More\stest\scases\sfor\sOR-optimization\scovering\sindices.
|
C Fix\sa\sproblem\sto\sdo\swith\smulti-or\squeries\sand\sautomatic\sindexes.
|
||||||
D 2012-08-24T17:52:54.133
|
D 2012-08-24T18:44:56.189
|
||||||
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
|
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
|
||||||
F Makefile.in abd5c10d21d1395f140d9e50ea999df8fa4d6376
|
F Makefile.in abd5c10d21d1395f140d9e50ea999df8fa4d6376
|
||||||
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
|
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
|
||||||
@@ -131,10 +131,10 @@ F src/callback.c 0cb4228cdcd827dcc5def98fb099edcc9142dbcd
|
|||||||
F src/complete.c dc1d136c0feee03c2f7550bafc0d29075e36deac
|
F src/complete.c dc1d136c0feee03c2f7550bafc0d29075e36deac
|
||||||
F src/ctime.c 500d019da966631ad957c37705642be87524463b
|
F src/ctime.c 500d019da966631ad957c37705642be87524463b
|
||||||
F src/date.c 067a81c9942c497aafd2c260e13add8a7d0c7dd4
|
F src/date.c 067a81c9942c497aafd2c260e13add8a7d0c7dd4
|
||||||
F src/delete.c 4c20ea4f6213b3bc1c6a510586864b679946e05e
|
F src/delete.c 335f36750dc6ac88d580aa36a6487459be9889de
|
||||||
F src/expr.c 217840a107dcc1e5dbb57cea311daad04bedbb9a
|
F src/expr.c 217840a107dcc1e5dbb57cea311daad04bedbb9a
|
||||||
F src/fault.c 160a0c015b6c2629d3899ed2daf63d75754a32bb
|
F src/fault.c 160a0c015b6c2629d3899ed2daf63d75754a32bb
|
||||||
F src/fkey.c 657212460bf5cfd3ae607d12ea62092844c227b5
|
F src/fkey.c 9c77d842dc9961d92a06a65abb80c64ef1750296
|
||||||
F src/func.c 18dfedfb857e100b05755a1b12e88b389f957879
|
F src/func.c 18dfedfb857e100b05755a1b12e88b389f957879
|
||||||
F src/global.c 4cfdca5cb0edd33c4d021baec4ede958cb2c793b
|
F src/global.c 4cfdca5cb0edd33c4d021baec4ede958cb2c793b
|
||||||
F src/hash.c a4031441741932da9e7a65bee2b36b5d0e81c073
|
F src/hash.c a4031441741932da9e7a65bee2b36b5d0e81c073
|
||||||
@@ -176,11 +176,11 @@ F src/printf.c 4a9f882f1c1787a8b494a2987765acf9d97ac21f
|
|||||||
F src/random.c cd4a67b3953b88019f8cd4ccd81394a8ddfaba50
|
F src/random.c cd4a67b3953b88019f8cd4ccd81394a8ddfaba50
|
||||||
F src/resolve.c 9e28280ec98035f31900fdd1db01f86f68ca6c32
|
F src/resolve.c 9e28280ec98035f31900fdd1db01f86f68ca6c32
|
||||||
F src/rowset.c f6a49f3e9579428024662f6e2931832511f831a1
|
F src/rowset.c f6a49f3e9579428024662f6e2931832511f831a1
|
||||||
F src/select.c 2c0291db072924cace54aadbff1996297e9b8de0
|
F src/select.c a9d68e04f07348038ac279f3316ee8f8e146f59a
|
||||||
F src/shell.c 076e1c90d594644f36027c8ecff9a392cf2d3a06
|
F src/shell.c 076e1c90d594644f36027c8ecff9a392cf2d3a06
|
||||||
F src/sqlite.h.in f664797c68ced43c2ea2c541d4ec8e1e04ec68ac
|
F src/sqlite.h.in f664797c68ced43c2ea2c541d4ec8e1e04ec68ac
|
||||||
F src/sqlite3ext.h 6904f4aadf976f95241311fbffb00823075d9477
|
F src/sqlite3ext.h 6904f4aadf976f95241311fbffb00823075d9477
|
||||||
F src/sqliteInt.h 66b3bc97e63dcb65c71ceddd668c1c7ca30f78f7
|
F src/sqliteInt.h d5d74494335876dad1853b36559367927fe5f1e7
|
||||||
F src/sqliteLimit.h 164b0e6749d31e0daa1a4589a169d31c0dec7b3d
|
F src/sqliteLimit.h 164b0e6749d31e0daa1a4589a169d31c0dec7b3d
|
||||||
F src/status.c 35939e7e03abf1b7577ce311f48f682c40de3208
|
F src/status.c 35939e7e03abf1b7577ce311f48f682c40de3208
|
||||||
F src/table.c 2cd62736f845d82200acfa1287e33feb3c15d62e
|
F src/table.c 2cd62736f845d82200acfa1287e33feb3c15d62e
|
||||||
@@ -233,7 +233,7 @@ F src/test_wholenumber.c 3d2b9ed1505c40ad5c5ca2ad16ae7a289d6cc251
|
|||||||
F src/test_wsd.c 41cadfd9d97fe8e3e4e44f61a4a8ccd6f7ca8fe9
|
F src/test_wsd.c 41cadfd9d97fe8e3e4e44f61a4a8ccd6f7ca8fe9
|
||||||
F src/tokenize.c 1e86210d3976717a19238ea7b047fac481fe8c12
|
F src/tokenize.c 1e86210d3976717a19238ea7b047fac481fe8c12
|
||||||
F src/trigger.c ee7e178fb9188f44b532cebd449a7c1df90fb684
|
F src/trigger.c ee7e178fb9188f44b532cebd449a7c1df90fb684
|
||||||
F src/update.c d3076782c887c10e882996550345da9c4c9f9dea
|
F src/update.c 28d2d098b43a2c70dae399896ea8a02f622410ef
|
||||||
F src/utf.c 890c67dcfcc7a74623c95baac7535aadfe265e84
|
F src/utf.c 890c67dcfcc7a74623c95baac7535aadfe265e84
|
||||||
F src/util.c 0af2e515dc0dabacec931bca39525f6c3f1c5455
|
F src/util.c 0af2e515dc0dabacec931bca39525f6c3f1c5455
|
||||||
F src/vacuum.c 587a52bb8833d7ac15af8916f25437e2575028bd
|
F src/vacuum.c 587a52bb8833d7ac15af8916f25437e2575028bd
|
||||||
@@ -250,7 +250,7 @@ F src/vtab.c bb8ea3a26608bb1357538a5d2fc72beba6638998
|
|||||||
F src/wal.c 9294df6f96aae5909ae1a9b733fd1e1b4736978b
|
F src/wal.c 9294df6f96aae5909ae1a9b733fd1e1b4736978b
|
||||||
F src/wal.h 29c197540b19044e6cd73487017e5e47a1d3dac6
|
F src/wal.h 29c197540b19044e6cd73487017e5e47a1d3dac6
|
||||||
F src/walker.c 3d75ba73de15e0f8cd0737643badbeb0e002f07b
|
F src/walker.c 3d75ba73de15e0f8cd0737643badbeb0e002f07b
|
||||||
F src/where.c b4d98014de3ce6e0e9a63ba16018fff89dc72d73
|
F src/where.c b95276a535d9096088ee3cbc3eee25652f1b0c93
|
||||||
F test/8_3_names.test 631ea964a3edb091cf73c3b540f6bcfdb36ce823
|
F test/8_3_names.test 631ea964a3edb091cf73c3b540f6bcfdb36ce823
|
||||||
F test/aggerror.test a867e273ef9e3d7919f03ef4f0e8c0d2767944f2
|
F test/aggerror.test a867e273ef9e3d7919f03ef4f0e8c0d2767944f2
|
||||||
F test/aggnested.test 0be144b453e0622a085fae8665c32f5676708e00
|
F test/aggnested.test 0be144b453e0622a085fae8665c32f5676708e00
|
||||||
@@ -1013,7 +1013,7 @@ F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
|
|||||||
F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
|
F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
|
||||||
F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
|
F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
|
||||||
F tool/win/sqlite.vsix 67d8a99aceb56384a81b3f30d6c71743146d2cc9
|
F tool/win/sqlite.vsix 67d8a99aceb56384a81b3f30d6c71743146d2cc9
|
||||||
P d8b7ab37120ac20e60b6a600cd0e5b34a09cf97a
|
P e5c3190c27b69dc50f348c849a81b79031b2fb67
|
||||||
R 1216a31c3d13954b6b3320ccc0d31427
|
R 1a9f451faf8fb885437a56c112ab8ef2
|
||||||
U drh
|
U dan
|
||||||
Z 34330edabbd56fc5c7c7902f48b24346
|
Z 18419d426568216b7681f94d1ac9fe1c
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
e5c3190c27b69dc50f348c849a81b79031b2fb67
|
a3e26038a1d9f3331239f777c67d1920d904aab0
|
||||||
@@ -371,7 +371,7 @@ void sqlite3DeleteFrom(
|
|||||||
*/
|
*/
|
||||||
sqlite3VdbeAddOp2(v, OP_Null, 0, iRowSet);
|
sqlite3VdbeAddOp2(v, OP_Null, 0, iRowSet);
|
||||||
pWInfo = sqlite3WhereBegin(
|
pWInfo = sqlite3WhereBegin(
|
||||||
pParse, pTabList, pWhere, 0, 0, WHERE_DUPLICATES_OK
|
pParse, pTabList, pWhere, 0, 0, WHERE_DUPLICATES_OK, 0
|
||||||
);
|
);
|
||||||
if( pWInfo==0 ) goto delete_from_cleanup;
|
if( pWInfo==0 ) goto delete_from_cleanup;
|
||||||
regRowid = sqlite3ExprCodeGetColumn(pParse, pTab, -1, iCur, iRowid, 0);
|
regRowid = sqlite3ExprCodeGetColumn(pParse, pTab, -1, iCur, iRowid, 0);
|
||||||
|
|||||||
@@ -560,7 +560,7 @@ static void fkScanChildren(
|
|||||||
** clause. If the constraint is not deferred, throw an exception for
|
** clause. If the constraint is not deferred, throw an exception for
|
||||||
** each row found. Otherwise, for deferred constraints, increment the
|
** each row found. Otherwise, for deferred constraints, increment the
|
||||||
** deferred constraint counter by nIncr for each row selected. */
|
** deferred constraint counter by nIncr for each row selected. */
|
||||||
pWInfo = sqlite3WhereBegin(pParse, pSrc, pWhere, 0, 0, 0);
|
pWInfo = sqlite3WhereBegin(pParse, pSrc, pWhere, 0, 0, 0, 0);
|
||||||
if( nIncr>0 && pFKey->isDeferred==0 ){
|
if( nIncr>0 && pFKey->isDeferred==0 ){
|
||||||
sqlite3ParseToplevel(pParse)->mayAbort = 1;
|
sqlite3ParseToplevel(pParse)->mayAbort = 1;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4024,7 +4024,7 @@ int sqlite3Select(
|
|||||||
ExprList *pDist = (isDistinct ? p->pEList : 0);
|
ExprList *pDist = (isDistinct ? p->pEList : 0);
|
||||||
|
|
||||||
/* Begin the database scan. */
|
/* Begin the database scan. */
|
||||||
pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere, &pOrderBy, pDist, 0);
|
pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere, &pOrderBy, pDist, 0,0);
|
||||||
if( pWInfo==0 ) goto select_end;
|
if( pWInfo==0 ) goto select_end;
|
||||||
if( pWInfo->nRowOut < p->nSelectRow ) p->nSelectRow = pWInfo->nRowOut;
|
if( pWInfo->nRowOut < p->nSelectRow ) p->nSelectRow = pWInfo->nRowOut;
|
||||||
|
|
||||||
@@ -4197,7 +4197,7 @@ int sqlite3Select(
|
|||||||
** in the right order to begin with.
|
** in the right order to begin with.
|
||||||
*/
|
*/
|
||||||
sqlite3VdbeAddOp2(v, OP_Gosub, regReset, addrReset);
|
sqlite3VdbeAddOp2(v, OP_Gosub, regReset, addrReset);
|
||||||
pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere, &pGroupBy, 0, 0);
|
pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere, &pGroupBy, 0, 0, 0);
|
||||||
if( pWInfo==0 ) goto select_end;
|
if( pWInfo==0 ) goto select_end;
|
||||||
if( pGroupBy==0 ){
|
if( pGroupBy==0 ){
|
||||||
/* The optimizer is able to deliver rows in group by order so
|
/* The optimizer is able to deliver rows in group by order so
|
||||||
@@ -4466,7 +4466,7 @@ int sqlite3Select(
|
|||||||
** of output.
|
** of output.
|
||||||
*/
|
*/
|
||||||
resetAccumulator(pParse, &sAggInfo);
|
resetAccumulator(pParse, &sAggInfo);
|
||||||
pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere, &pMinMax, 0, flag);
|
pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere, &pMinMax,0,flag,0);
|
||||||
if( pWInfo==0 ){
|
if( pWInfo==0 ){
|
||||||
sqlite3ExprListDelete(db, pDel);
|
sqlite3ExprListDelete(db, pDel);
|
||||||
goto select_end;
|
goto select_end;
|
||||||
|
|||||||
@@ -2807,7 +2807,8 @@ Expr *sqlite3LimitWhere(Parse *, SrcList *, Expr *, ExprList *, Expr *, Expr *,
|
|||||||
#endif
|
#endif
|
||||||
void sqlite3DeleteFrom(Parse*, SrcList*, Expr*);
|
void sqlite3DeleteFrom(Parse*, SrcList*, Expr*);
|
||||||
void sqlite3Update(Parse*, SrcList*, ExprList*, Expr*, int);
|
void sqlite3Update(Parse*, SrcList*, ExprList*, Expr*, int);
|
||||||
WhereInfo *sqlite3WhereBegin(Parse*, SrcList*, Expr*, ExprList**,ExprList*,u16);
|
WhereInfo *sqlite3WhereBegin(
|
||||||
|
Parse*,SrcList*,Expr*,ExprList**,ExprList*,u16,int);
|
||||||
void sqlite3WhereEnd(WhereInfo*);
|
void sqlite3WhereEnd(WhereInfo*);
|
||||||
int sqlite3ExprCodeGetColumn(Parse*, Table*, int, int, int, u8);
|
int sqlite3ExprCodeGetColumn(Parse*, Table*, int, int, int, u8);
|
||||||
void sqlite3ExprCodeGetColumnOfTable(Vdbe*, Table*, int, int, int);
|
void sqlite3ExprCodeGetColumnOfTable(Vdbe*, Table*, int, int, int);
|
||||||
|
|||||||
@@ -313,7 +313,7 @@ void sqlite3Update(
|
|||||||
*/
|
*/
|
||||||
sqlite3VdbeAddOp3(v, OP_Null, 0, regRowSet, regOldRowid);
|
sqlite3VdbeAddOp3(v, OP_Null, 0, regRowSet, regOldRowid);
|
||||||
pWInfo = sqlite3WhereBegin(
|
pWInfo = sqlite3WhereBegin(
|
||||||
pParse, pTabList, pWhere, 0, 0, WHERE_ONEPASS_DESIRED
|
pParse, pTabList, pWhere, 0, 0, WHERE_ONEPASS_DESIRED, 0
|
||||||
);
|
);
|
||||||
if( pWInfo==0 ) goto update_cleanup;
|
if( pWInfo==0 ) goto update_cleanup;
|
||||||
okOnePass = pWInfo->okOnePass;
|
okOnePass = pWInfo->okOnePass;
|
||||||
|
|||||||
32
src/where.c
32
src/where.c
@@ -4298,7 +4298,7 @@ static Bitmask codeOneLoopStart(
|
|||||||
WhereClause *pOrWc; /* The OR-clause broken out into subterms */
|
WhereClause *pOrWc; /* The OR-clause broken out into subterms */
|
||||||
SrcList *pOrTab; /* Shortened table list or OR-clause generation */
|
SrcList *pOrTab; /* Shortened table list or OR-clause generation */
|
||||||
Index *pCov = 0; /* Potential covering index (or NULL) */
|
Index *pCov = 0; /* Potential covering index (or NULL) */
|
||||||
int iCovCur = 0; /* Cursor used to open pCov */
|
int iCovCur = pParse->nTab++; /* Cursor used for index scans (if any) */
|
||||||
|
|
||||||
int regReturn = ++pParse->nMem; /* Register used with OP_Gosub */
|
int regReturn = ++pParse->nMem; /* Register used with OP_Gosub */
|
||||||
int regRowset = 0; /* Register for RowSet object */
|
int regRowset = 0; /* Register for RowSet object */
|
||||||
@@ -4394,7 +4394,7 @@ static Bitmask codeOneLoopStart(
|
|||||||
/* Loop through table entries that match term pOrTerm. */
|
/* Loop through table entries that match term pOrTerm. */
|
||||||
pSubWInfo = sqlite3WhereBegin(pParse, pOrTab, pOrExpr, 0, 0,
|
pSubWInfo = sqlite3WhereBegin(pParse, pOrTab, pOrExpr, 0, 0,
|
||||||
WHERE_OMIT_OPEN_CLOSE | WHERE_AND_ONLY |
|
WHERE_OMIT_OPEN_CLOSE | WHERE_AND_ONLY |
|
||||||
WHERE_FORCE_TABLE | WHERE_ONETABLE_ONLY);
|
WHERE_FORCE_TABLE | WHERE_ONETABLE_ONLY, iCovCur);
|
||||||
assert( pSubWInfo || pParse->nErr || pParse->db->mallocFailed );
|
assert( pSubWInfo || pParse->nErr || pParse->db->mallocFailed );
|
||||||
if( pSubWInfo ){
|
if( pSubWInfo ){
|
||||||
WhereLevel *pLvl;
|
WhereLevel *pLvl;
|
||||||
@@ -4426,21 +4426,17 @@ static Bitmask codeOneLoopStart(
|
|||||||
** If the call to sqlite3WhereBegin() above resulted in a scan that
|
** If the call to sqlite3WhereBegin() above resulted in a scan that
|
||||||
** uses an index, and this is either the first OR-connected term
|
** uses an index, and this is either the first OR-connected term
|
||||||
** processed or the index is the same as that used by all previous
|
** processed or the index is the same as that used by all previous
|
||||||
** terms, set pCov to the candidate covering index and iCovCur to
|
** terms, set pCov to the candidate covering index. Otherwise, set
|
||||||
** the cursor number used to open it. Otherwise, set pCov to NULL
|
** pCov to NULL to indicate that no candidate covering index will
|
||||||
** to indicate that no candidate covering index will be available.
|
** be available.
|
||||||
*/
|
*/
|
||||||
pLvl = &pSubWInfo->a[0];
|
pLvl = &pSubWInfo->a[0];
|
||||||
if( (pLvl->plan.wsFlags & WHERE_INDEXED)!=0
|
if( (pLvl->plan.wsFlags & WHERE_INDEXED)!=0
|
||||||
&& (pLvl->plan.wsFlags & WHERE_TEMP_INDEX)==0
|
&& (pLvl->plan.wsFlags & WHERE_TEMP_INDEX)==0
|
||||||
&& (pLvl->iIdxCur==pParse->nTab-1)
|
&& (ii==0 || pLvl->plan.u.pIdx==pCov)
|
||||||
&& (ii==0 || (pLvl->plan.u.pIdx==pCov && pLvl->iIdxCur==iCovCur))
|
|
||||||
){
|
){
|
||||||
|
assert( pLvl->iIdxCur==iCovCur );
|
||||||
pCov = pLvl->plan.u.pIdx;
|
pCov = pLvl->plan.u.pIdx;
|
||||||
iCovCur = pLvl->iIdxCur;
|
|
||||||
/* Decrement pParse->nTab in order to make cursor number iCovCur
|
|
||||||
** available to the next OR-connected term. */
|
|
||||||
pParse->nTab--;
|
|
||||||
}else{
|
}else{
|
||||||
pCov = 0;
|
pCov = 0;
|
||||||
}
|
}
|
||||||
@@ -4450,11 +4446,6 @@ static Bitmask codeOneLoopStart(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Increment pParse->nTab here to ensure that it really is larger than
|
|
||||||
** the largest cursor number used by the VM (this may not be the case
|
|
||||||
** if pParse->nTab was decremented by the final iteration of the loop
|
|
||||||
** above). */
|
|
||||||
pParse->nTab++;
|
|
||||||
pLevel->pCovidx = pCov;
|
pLevel->pCovidx = pCov;
|
||||||
pLevel->iIdxCur = iCovCur;
|
pLevel->iIdxCur = iCovCur;
|
||||||
if( pAndExpr ){
|
if( pAndExpr ){
|
||||||
@@ -4674,7 +4665,8 @@ WhereInfo *sqlite3WhereBegin(
|
|||||||
Expr *pWhere, /* The WHERE clause */
|
Expr *pWhere, /* The WHERE clause */
|
||||||
ExprList **ppOrderBy, /* An ORDER BY clause, or NULL */
|
ExprList **ppOrderBy, /* An ORDER BY clause, or NULL */
|
||||||
ExprList *pDistinct, /* The select-list for DISTINCT queries - or NULL */
|
ExprList *pDistinct, /* The select-list for DISTINCT queries - or NULL */
|
||||||
u16 wctrlFlags /* One of the WHERE_* flags defined in sqliteInt.h */
|
u16 wctrlFlags, /* One of the WHERE_* flags defined in sqliteInt.h */
|
||||||
|
int iIdxCur /* If WHERE_ONETABLE_ONLY is set, index cursor number */
|
||||||
){
|
){
|
||||||
int i; /* Loop counter */
|
int i; /* Loop counter */
|
||||||
int nByteWInfo; /* Num. bytes allocated for WhereInfo struct */
|
int nByteWInfo; /* Num. bytes allocated for WhereInfo struct */
|
||||||
@@ -4994,7 +4986,13 @@ WhereInfo *sqlite3WhereBegin(
|
|||||||
testcase( bestPlan.plan.wsFlags & WHERE_INDEXED );
|
testcase( bestPlan.plan.wsFlags & WHERE_INDEXED );
|
||||||
testcase( bestPlan.plan.wsFlags & WHERE_TEMP_INDEX );
|
testcase( bestPlan.plan.wsFlags & WHERE_TEMP_INDEX );
|
||||||
if( bestPlan.plan.wsFlags & (WHERE_INDEXED|WHERE_TEMP_INDEX) ){
|
if( bestPlan.plan.wsFlags & (WHERE_INDEXED|WHERE_TEMP_INDEX) ){
|
||||||
|
if( (wctrlFlags & WHERE_ONETABLE_ONLY)
|
||||||
|
&& (bestPlan.plan.wsFlags & WHERE_TEMP_INDEX)==0
|
||||||
|
){
|
||||||
|
pLevel->iIdxCur = iIdxCur;
|
||||||
|
}else{
|
||||||
pLevel->iIdxCur = pParse->nTab++;
|
pLevel->iIdxCur = pParse->nTab++;
|
||||||
|
}
|
||||||
}else{
|
}else{
|
||||||
pLevel->iIdxCur = -1;
|
pLevel->iIdxCur = -1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user