diff options
author | unknown <hf@deer.(none)> | 2003-09-18 18:28:42 +0500 |
---|---|---|
committer | unknown <hf@deer.(none)> | 2003-09-18 18:28:42 +0500 |
commit | da3118facc7e981769ee2ab4350481f0853acfee (patch) | |
tree | 593ba69d5c29894f275cbfb3fd65924fcde6fef3 /VC++Files/perror | |
parent | 86f1f2a183271ca930ee9885fffaf4023b20eb80 (diff) | |
download | mariadb-git-da3118facc7e981769ee2ab4350481f0853acfee.tar.gz |
SCRUM:
embedded library
I decided to get rid of #define mysql_some_function in mysql.h
It puzzles users and makes problems with dynamic libraries
Finally, there are only two functions left, that are covered with
the #define-s and it won't hurt performance at all
client/mysqltest.c:
that'll be faster
include/mysql.h:
#defines changed to functions
libmysql/libmysql.c:
that'll be faster that calls of wrapper functions
libmysqld/libmysqld.c:
skip wrapper function
sql-common/client.c:
skip wrapper function
Diffstat (limited to 'VC++Files/perror')
0 files changed, 0 insertions, 0 deletions