summaryrefslogtreecommitdiff
path: root/.bzrignore
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-09-19 14:30:43 -0600
committerunknown <sasha@mysql.sashanet.com>2001-09-19 14:30:43 -0600
commitba2c3fcd6a4eacd1c09fbebd823c0efdeefeedac (patch)
tree7d9a51529a16431dfa1dffbe7b1ddc566da2de85 /.bzrignore
parent623a6e551afaebc3038c29f2bcee930d2db7375e (diff)
downloadmariadb-git-ba2c3fcd6a4eacd1c09fbebd823c0efdeefeedac.tar.gz
fixes for MYSQL manager
mysys/md5.c: Rename: sql/md5.c -> mysys/md5.c include/md5.h: Rename: mysys/md5.h -> include/md5.h client/Makefile.am: added mysqlmanagerc include/Makefile.am: moved md5.h to include include/mysql.h: added mysqlmanager client code include/mysql_com.h: renamed connect2 to my_connect() and made it extern libmysql/Makefile.shared: added md5 to libmysqlclient libmysql/libmysql.c: connect2->my_connect mysys/Makefile.am: added md5 to client sql/Makefile.am: md5 -> mysys sql/handler.cc: fixed typo tools/managertest1.nc: cleanup tools/mysqlmanager.c: fixed bugs added md5 authentication BitKeeper/etc/ignore: Added client/mysqlmanagerc to the ignore list vio/test-ssl: no change
Diffstat (limited to '.bzrignore')
-rw-r--r--.bzrignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore
index 4011bf5ff5e..235fd1d5491 100644
--- a/.bzrignore
+++ b/.bzrignore
@@ -400,3 +400,4 @@ vio/test-sslclient
vio/test-sslserver
vio/viotest-ssl
tools/mysqlmanager
+client/mysqlmanagerc