I'm in the middle of renaming the client functions and see these three lovelies. Seems they all do the same thing. How might there be a way to consolidate them?

thoughts?

int32_t   STDCALL mysql_query(MYSQL *mysql, const char *q);
int32_t STDCALL mysql_send_query(MYSQL *mysql, const char *q, uint32_t length); int32_t STDCALL mysql_real_query(MYSQL *mysql, const char *q, uint32_t length);

--

Satyam Eva Jayate - Truth Alone Triumphs
Mundaka Upanishad




_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to