From 816439e5d7e20c8861a0baa005f3238b25babb95 Mon Sep 17 00:00:00 2001 From: skywalker Date: Sat, 14 Jul 2001 00:44:14 +0000 Subject: [PATCH] Fix simple syntax errors --- src/dsql/dsql.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/dsql/dsql.cpp b/src/dsql/dsql.cpp index 12cf1ab4cc..af9f31fa72 100644 --- a/src/dsql/dsql.cpp +++ b/src/dsql/dsql.cpp @@ -24,7 +24,7 @@ * readonly databases. */ /* -$Id: dsql.cpp,v 1.4 2001-07-12 05:46:04 bellardo Exp $ +$Id: dsql.cpp,v 1.5 2001-07-14 00:44:14 skywalker Exp $ */ /************************************************************** V4 Multi-threading changes. @@ -160,9 +160,7 @@ static CONST SCHAR db_hdr_info_items[] = { isc_info_db_sql_dialect, gds_info_ods_version, gds_info_base_level, -#ifde_DATABASE isc_info_db_read_only, -#endif /* READONLY_DATABASE */ frb_info_att_charset, gds_info_end }; @@ -291,7 +289,6 @@ STATUS DLL_EXPORT GDS_DSQL_EXECUTE(STATUS * user_status, ERRD_post(gds_sqlerr, gds_arg_number, (SLONG) - 901, gds_arg_gds, gds_bad_trans_handle, 0); -/* If the request is a SELECT or blob statement then this is an open. /* If the request is a SELECT or blob statement then this is an open. Make sure the cursor is not already open. */