diff options
author | msvensson@neptunus.(none) <> | 2006-10-24 21:05:35 +0200 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-10-24 21:05:35 +0200 |
commit | e0985bef96ae25e58e823d5c01606dc9f12e2238 (patch) | |
tree | c136b0a00ea50e3fcf9f002ac4ab645656cb72ad /include/mysql.h | |
parent | 56d2a6fd3c0e57675d76e31618455d2b8f2f7e0c (diff) | |
parent | ac5b37ef00205c48179f7d703e558f71eeaa0c9e (diff) | |
download | mariadb-git-e0985bef96ae25e58e823d5c01606dc9f12e2238.tar.gz |
Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
Diffstat (limited to 'include/mysql.h')
-rw-r--r-- | include/mysql.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/mysql.h b/include/mysql.h index 8ef3f1273ec..f2a82c99fc3 100644 --- a/include/mysql.h +++ b/include/mysql.h @@ -14,6 +14,17 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +/* + This file defines the client API to MySQL and also the ABI of the + dynamically linked libmysqlclient. + + The ABI should never be changed in a released product of MySQL + thus you need to take great care when changing the file. In case + the file is changed so the ABI is broken, you must also + update the SHAREDLIB_MAJOR_VERSION in configure.in . + +*/ + #ifndef _mysql_h #define _mysql_h |