diff options
author | msvensson@neptunus.(none) <> | 2006-10-24 20:32:07 +0200 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-10-24 20:32:07 +0200 |
commit | 1a7676fa65ff509bd6f21175f334f6d73f47ce18 (patch) | |
tree | e6c62a7269e3423ff0d457cb05e1342ff86a1c8c /.bzrignore | |
parent | 13b9adbac315981a08d9d21216aadfc248f5e637 (diff) | |
download | mariadb-git-1a7676fa65ff509bd6f21175f334f6d73f47ce18.tar.gz |
WL#3462 Add testing of MySQL client ABI to prevent unintentional ABI breaks
BUG#23427 incompatible ABI change in 5.0.26?
- Use the icheck tool if avaliable and compare the current mysql.h to a version
controlled reference file
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index c4ae17ed95e..5e2aa892c28 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1064,3 +1064,5 @@ vio/test-ssl vio/test-sslclient vio/test-sslserver vio/viotest-ssl +include/check_abi +include/mysql_h.ic |