summaryrefslogtreecommitdiff
path: root/sql/sql_connect.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_connect.h')
-rw-r--r--sql/sql_connect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_connect.h b/sql/sql_connect.h
index 22a12e845c7..9cd31814ad7 100644
--- a/sql/sql_connect.h
+++ b/sql/sql_connect.h
@@ -52,7 +52,7 @@ public:
void close_and_delete();
void close_with_error(uint sql_errno,
const char *message, uint close_error);
- THD *create_thd();
+ THD *create_thd(THD *thd);
};