Skip to content

Commit 6cc82cf

Browse files
committed
comment typo fixed, removed development defs
1 parent 8b7cd5a commit 6cc82cf

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
@@ -21,7 +21,7 @@
2121
#define SYS_CATALOGS \
2222
"SYS CATALOGS"
2323

24-
/* SYS TABLES synthax tokens; these need to stay broken down, since this
24+
/* SYS TABLES syntax tokens; these need to stay broken down, since this
2525
* query makes a difference between a predicate being '%' or left out */
2626
// TODO: schema, when supported
2727
#define SQL_TABLES \
@@ -267,7 +267,6 @@ SQLRETURN EsSQLTablesW(
267267
}
268268
}
269269

270-
#if 1 // GH#30398
271270
if (TableType) {
272271
type = TableType;
273272
if (NameLength4 == SQL_NTS) {
@@ -298,7 +297,6 @@ SQLRETURN EsSQLTablesW(
298297
pos += cnt_typ;
299298
}
300299
}
301-
#endif // 0
302300

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

0 commit comments

Comments
 (0)