From dc250a6efc8bc451b301c74b494200dfb3dd3f8b Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 12 Sep 2003 19:35:34 +0500 Subject: SCRUM: #977 Prepared statements in embedded library include/mysql.h: read_prepare_result function moved to 'virtual' libmysql/client_settings.h: declare proper function for libmysql libmysql/libmysql.c: some code moved from implementation of read_prepare_result to mysql_prepare_result to make creating separate (remote and embedded-server) versions easier libmysqld/libmysqld.c: emb_read_prepare_result prototype sql-common/client.c: cli_read_prepare_result added to the client_methods sql/client_settings.h: we don't need prepared statements in mini_client sql/sql_prepare.cc: embedded send_prep_stmt added --- sql/client_settings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/client_settings.h') diff --git a/sql/client_settings.h b/sql/client_settings.h index e31a75bdddd..97224d9890f 100644 --- a/sql/client_settings.h +++ b/sql/client_settings.h @@ -33,4 +33,5 @@ #undef _CUSTOMCONFIG_ #define cli_list_fields NULL +#define cli_read_prepare_result NULL -- cgit v1.2.1