diff options
author | hf@deer.(none) <> | 2003-06-17 21:32:31 +0500 |
---|---|---|
committer | hf@deer.(none) <> | 2003-06-17 21:32:31 +0500 |
commit | c4e3a624b87540794a579d3c48ad93bcaab8c634 (patch) | |
tree | 6f68559f6a79f53926e1432aa904b9520399b6a8 /.bzrignore | |
parent | f5bd6416debbf403bf03fe4b9899c022f447643b (diff) | |
download | mariadb-git-c4e3a624b87540794a579d3c48ad93bcaab8c634.tar.gz |
SCRUM
client capabilities included into libmysqld
some API methods became "virtual"
lots of duplicated code removed
IMHO all the above made library's code way more pleasant to look at, didn't it?
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 4e9ce4e41ab..35db3c5d5ba 100644 --- a/.bzrignore +++ b/.bzrignore @@ -622,3 +622,7 @@ vio/test-ssl vio/test-sslclient vio/test-sslserver vio/viotest-ssl +libmysqld/client.c +libmysqld/client_settings.h +libmysqld/libmysql.c +libmysqld/pack.c |