diff options
author | unknown <msvensson@neptunus.(none)> | 2006-10-24 21:05:35 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-10-24 21:05:35 +0200 |
commit | 5a189fa38aa675d7229d8d98a7e593f0197ad3d7 (patch) | |
tree | c136b0a00ea50e3fcf9f002ac4ab645656cb72ad /include/mysql.h | |
parent | 6036460118a1655d4393d0a7417673e571d239c4 (diff) | |
parent | b9302078e26d3bc148bc4179ed69d7d459b38338 (diff) | |
download | mariadb-git-5a189fa38aa675d7229d8d98a7e593f0197ad3d7.tar.gz |
Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
BitKeeper/etc/ignore:
auto-union
configure.in:
Auto merged
include/mysql.h:
Auto merged
mysql-test/mysql-test-run.pl:
Auto merged
include/Makefile.am:
Merge, SUPERCLEANFILES and CLEANFILES has dissapeared in 5.0
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 |