summaryrefslogtreecommitdiff
path: root/tools/managertest1.nc
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 /tools/managertest1.nc
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 'tools/managertest1.nc')
-rw-r--r--tools/managertest1.nc3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/managertest1.nc b/tools/managertest1.nc
index 1125e141588..5478cb56abb 100644
--- a/tools/managertest1.nc
+++ b/tools/managertest1.nc
@@ -1,4 +1,3 @@
-root secret
def_exec server /usr/sbin/mysqld --socket=/tmp/temp.sock --skip-grant --skip-net --datadir=/tmp
set_exec_con server root localhost /tmp/temp.sock
start_exec server 3
@@ -9,4 +8,4 @@ start_exec server 3
show_exec
stop_exec server 3
show_exec
-shutdown
+quit