mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix typos in C comments inside storage/
This commit is contained in:
committed by
Sergey Vojtovich
parent
3b3c512feb
commit
22efc2c784
@@ -382,7 +382,7 @@ PQRYRES XMLColumns(PGLOBAL g, char *db, char *tab, PTOS topt, bool info)
|
||||
xcp->Found = false;
|
||||
} // endfor xcp
|
||||
|
||||
} // endor i
|
||||
} // endfor i
|
||||
|
||||
txmp->CloseDB(g);
|
||||
|
||||
@@ -818,7 +818,7 @@ int TDBXML::LoadTableFile(PGLOBAL g, char *filename)
|
||||
|
||||
/***********************************************************************/
|
||||
/* Initialize the processing of the XML file. */
|
||||
/* Note: this function can be called several times, eventally before */
|
||||
/* Note: this function can be called several times, eventually before */
|
||||
/* the columns are known (from TBL for instance) */
|
||||
/***********************************************************************/
|
||||
bool TDBXML::Initialize(PGLOBAL g)
|
||||
|
Reference in New Issue
Block a user