Skip to content

Commit 48714fe

Browse files
committed
comment typo fixed, removed development defs
1 parent f1c0fb5 commit 48714fe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

driver/catalogue.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#define SYS_CATALOGS \
3333
"SYS CATALOGS"
3434

35-
/* SYS TABLES synthax tokens; these need to stay broken down, since this
35+
/* SYS TABLES syntax tokens; these need to stay broken down, since this
3636
* query makes a difference between a predicate being '%' or left out */
3737
// TODO: schema, when supported
3838
#define SQL_TABLES \
@@ -278,7 +278,6 @@ SQLRETURN EsSQLTablesW(
278278
}
279279
}
280280

281-
#if 1 // GH#30398
282281
if (TableType) {
283282
type = TableType;
284283
if (NameLength4 == SQL_NTS) {
@@ -309,7 +308,6 @@ SQLRETURN EsSQLTablesW(
309308
pos += cnt_typ;
310309
}
311310
}
312-
#endif // 0
313311

314312
DBGH(stmt, "tables catalog SQL [%d]:`" LWPDL "`.", pos, pos, wbuf);
315313

0 commit comments

Comments
 (0)