Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
yanw-bq committed Mar 29, 2023
1 parent c63eebe commit fcaef7c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions driver/connection_proxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ class CONNECTION_PROXY {
CONNECTION_PROXY(DBC* dbc, DataSource* ds);
virtual ~CONNECTION_PROXY();

<<<<<<< HEAD
virtual bool connect(
const char* host,
const char* user,
Expand All @@ -51,10 +50,6 @@ class CONNECTION_PROXY {
const char* socket,
unsigned long flags);

=======
virtual bool connect(const char* host, const char* user, const char* password, const char* database,
unsigned int port, const char* socket, unsigned long flags);
>>>>>>> 1bbbca4d (address comments)
virtual void delete_ds();
virtual uint64_t num_rows(MYSQL_RES* res);
virtual unsigned int num_fields(MYSQL_RES* res);
Expand Down

0 comments on commit fcaef7c

Please sign in to comment.