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 | 80bd3e38563813af274a62fd9809fbbb203c4f0a (patch) | |
tree | c136b0a00ea50e3fcf9f002ac4ab645656cb72ad /include/mysql.h | |
parent | fa6d7c505c29cdaec139d243473da63411aa188b (diff) | |
parent | f89efeb5f60c8cdbf1a4f70003f7740623934220 (diff) | |
download | mariadb-git-80bd3e38563813af274a62fd9809fbbb203c4f0a.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 |