diff options
author | sasha@mysql.sashanet.com <> | 2001-09-22 21:47:57 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-09-22 21:47:57 -0600 |
commit | 1a0a77389f3448dc2557a1a1fecafbeb86cc7b32 (patch) | |
tree | 5842a4d7b8d3728781c758ff3c724c456c3be963 /.bzrignore | |
parent | 915106582eb32ddaee18b3b9da5fa1f61bec79b4 (diff) | |
download | mariadb-git-1a0a77389f3448dc2557a1a1fecafbeb86cc7b32.tar.gz |
added mysqlmanager-pwgen
added set_exec_stdout and set_exec_stderr to mysqlmanager to be able
to redirect stdout and stderr
added support for MY_FULL_IO to my_read, so we can tell it to read
a number of bytes in as many chunks as it takes instead of one try
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 3282a9a0e85..7807a43c947 100644 --- a/.bzrignore +++ b/.bzrignore @@ -413,3 +413,4 @@ vio/test-ssl vio/test-sslclient vio/test-sslserver vio/viotest-ssl +client/mysqlmanager-pwgen |