summaryrefslogtreecommitdiff
path: root/include/mysql.h
diff options
context:
space:
mode:
authormonty@mishka.local <>2004-10-20 01:28:42 +0300
committermonty@mishka.local <>2004-10-20 01:28:42 +0300
commit04c23808a856bd8c4425d52419592d58d9bc5f35 (patch)
tree1919e7f3a6a68e36dbbcf1dd8b6cd8729a975e36 /include/mysql.h
parent57a85986ac46550dcf7ced4cb50111efe2a6e0ad (diff)
downloadmariadb-git-04c23808a856bd8c4425d52419592d58d9bc5f35.tar.gz
Review of all code pushed since last review
Simple optimzations and cleanups Removed compiler warnings and fixed portability issues Added client functions 'mysql_embedded()' to allow client to check if we are using embedded server Fixes for purify
Diffstat (limited to 'include/mysql.h')
-rw-r--r--include/mysql.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mysql.h b/include/mysql.h
index cf5af6ce189..1c886020fdb 100644
--- a/include/mysql.h
+++ b/include/mysql.h
@@ -506,6 +506,7 @@ char * STDCALL mysql_odbc_escape_string(MYSQL *mysql,
unsigned long *length));
void STDCALL myodbc_remove_escape(MYSQL *mysql,char *name);
unsigned int STDCALL mysql_thread_safe(void);
+my_bool STDCALL mysql_embedded(void);
MYSQL_MANAGER* STDCALL mysql_manager_init(MYSQL_MANAGER* con);
MYSQL_MANAGER* STDCALL mysql_manager_connect(MYSQL_MANAGER* con,
const char* host,