diff options
author | konstantin@oak.local <> | 2004-03-02 22:39:50 +0300 |
---|---|---|
committer | konstantin@oak.local <> | 2004-03-02 22:39:50 +0300 |
commit | 8cc8b0ea5c501fff978a21eab1d062f54475fe68 (patch) | |
tree | d108cc6395d7ecb8169af4abe81b03df2d2fbea9 /sql/protocol.h | |
parent | 0a27eef8149a3b7c2b11a711915db0fe12be5eed (diff) | |
download | mariadb-git-8cc8b0ea5c501fff978a21eab1d062f54475fe68.tar.gz |
Desperate attempt to push part of prepared statements cleanup which was
reviewed in Saint-Petersbourg (including post-review fixes).
Diffstat (limited to 'sql/protocol.h')
-rw-r--r-- | sql/protocol.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/protocol.h b/sql/protocol.h index 67ae4ed01b4..17c8f0d321d 100644 --- a/sql/protocol.h +++ b/sql/protocol.h @@ -178,8 +178,3 @@ char *net_store_data(char *to,const char *from, uint length); char *net_store_data(char *to,int32 from); char *net_store_data(char *to,longlong from); -#ifdef EMBEDDED_LIBRARY -bool setup_params_data(struct st_prep_stmt *stmt); -bool setup_params_data_withlog(struct st_prep_stmt *stmt); -#endif - |