summaryrefslogtreecommitdiff
path: root/include/sql_common.h
diff options
context:
space:
mode:
authorhf@deer.(none) <>2003-09-16 16:06:25 +0500
committerhf@deer.(none) <>2003-09-16 16:06:25 +0500
commitbf017a2eb02db66afc70b8b03288f6e30d1907f2 (patch)
treee38da8c154875ca2ff180275d93d7dfa211f0f14 /include/sql_common.h
parente63e2229b600926c1792e4e7ca56112dcb1d28bb (diff)
downloadmariadb-git-bf017a2eb02db66afc70b8b03288f6e30d1907f2.tar.gz
SCRUM
Prepared statements in embedded server Several changes in library code with two goals: to make mysql_prepare_stmt working in embedded server to get rid of #define mysql_interface_func mysql->methods->interface_func in user's interface
Diffstat (limited to 'include/sql_common.h')
-rw-r--r--include/sql_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sql_common.h b/include/sql_common.h
index 9fea46be298..1ca1b9b2348 100644
--- a/include/sql_common.h
+++ b/include/sql_common.h
@@ -28,8 +28,6 @@ my_ulonglong net_field_length_ll(uchar **packet);
MYSQL_FIELD *unpack_fields(MYSQL_DATA *data,MEM_ROOT *alloc,uint fields,
my_bool default_value, uint server_capabilities);
void free_rows(MYSQL_DATA *cur);
-MYSQL_DATA *read_rows (MYSQL *mysql,MYSQL_FIELD *fields,
- uint field_count);
my_bool mysql_autenticate(MYSQL *mysql, const char *passwd);
void free_old_query(MYSQL *mysql);
void end_server(MYSQL *mysql);