MCPcopy Create free account
hub / github.com/MariaDB/server / InvalidateIndex

Method InvalidateIndex

storage/connect/tabdos.cpp:336–343  ·  view source on GitHub ↗

/ InvalidateIndex: mark all indexes as invalid. */ /

Source from the content-addressed store, hash-verified

334/* InvalidateIndex: mark all indexes as invalid. */
335/***********************************************************************/
336bool DOSDEF::InvalidateIndex(PGLOBAL)
337 {
338 if (To_Indx)
339 for (PIXDEF xp = To_Indx; xp; xp = xp->Next)
340 xp->Invalid = true;
341
342 return false;
343 } // end of InvalidateIndex
344
345/***********************************************************************/
346/* GetTable: makes a new Table Description Block. */

Callers 2

ResetTableOptMethod · 0.80
ResetTableOptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected