1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-18 10:21:03 +03:00

Updates to comments and documentation. No changes to code. (CVS 2398)

FossilOrigin-Name: e53c77268cd16802bd8c6fc4c6cd5280dc12f9c1
This commit is contained in:
drh
2005-03-19 01:41:21 +00:00
parent e29b915e9b
commit ddba9e54e7
5 changed files with 23 additions and 17 deletions

View File

@@ -22,7 +22,7 @@
** COMMIT
** ROLLBACK
**
** $Id: build.c,v 1.314 2005/03/17 05:03:39 danielk1977 Exp $
** $Id: build.c,v 1.315 2005/03/19 01:41:21 drh Exp $
*/
#include "sqliteInt.h"
#include <ctype.h>
@@ -1405,7 +1405,7 @@ static char *createTableStmt(Table *p){
** this is a temporary table or db->init.busy==1. When db->init.busy==1
** it means we are reading the sqlite_master table because we just
** connected to the database or because the sqlite_master table has
** recently changes, so the entry for this table already exists in
** recently changed, so the entry for this table already exists in
** the sqlite_master table. We do not want to create it again.
**
** If the pSelect argument is not NULL, it means that this routine