summaryrefslogtreecommitdiff
path: root/storage/connect/jdbccat.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/connect/jdbccat.h')
-rw-r--r--storage/connect/jdbccat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/jdbccat.h b/storage/connect/jdbccat.h
index 1210aff77d8..d137164b53a 100644
--- a/storage/connect/jdbccat.h
+++ b/storage/connect/jdbccat.h
@@ -6,7 +6,7 @@
#define DEFAULT_QUERY_TIMEOUT -1 // means do not set
typedef struct jdbc_parms {
- int CheckSize(int rows);
+ int CheckSize(int rows);
PCSZ Driver; // JDBC driver
PCSZ Url; // Driver URL
PCSZ User; // User connect info